[Buildroot] [git commit] package/jailhouse: expand PKG_PYTHON_SETUPTOOLS_INSTALL_TARGET_OPTS

Yann E. MORIN yann.morin.1998 at free.fr
Sat Nov 25 21:02:34 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=0c54deff255d433db46e6c5ecd14c8e97f1715dd
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

In a follow-up patch, we want to remove this variable. Replace it with
its expansion, which is anyway just
$(PKG_PYTHON_SETUPTOOLS_INSTALL_OPTS) --root=$(TARGET_DIR)

Signed-off-by: Arnout Vandecappelle <arnout at mind.be>
[yann.morin.1998 at free.fr:
  - fixup after introduction of JAILHOUSE_INSTALL_HELPER_SCRIPTS
]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/jailhouse/jailhouse.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/jailhouse/jailhouse.mk b/package/jailhouse/jailhouse.mk
index 913be765bd..c239e75e76 100644
--- a/package/jailhouse/jailhouse.mk
+++ b/package/jailhouse/jailhouse.mk
@@ -42,7 +42,8 @@ define JAILHOUSE_INSTALL_HELPER_SCRIPTS
 	$(PKG_PYTHON_SETUPTOOLS_ENV) \
 	$(HOST_DIR)/bin/python setup.py \
 		install --no-compile \
-		$(PKG_PYTHON_SETUPTOOLS_INSTALL_TARGET_OPTS)
+		$(PKG_PYTHON_SETUPTOOLS_INSTALL_OPTS) \
+		--root=$(TARGET_DIR))
 endef
 endif
 



More information about the buildroot mailing list