package/jailhouse: fix python helper scripts installation
When compiling jailhouse with BR2_PACKAGE_JAILHOUSE_HELPER_SCRIPTS=y, installation is failing with error: /bin/sh: -c: line 1: syntax error near unexpected token ')' This error is due to an extra ')' character in the macro JAILHOUSE_INSTALL_HELPER_SCRIPTS. This commit fixes this typo. Signed-off-by: Raimundo Sagarzazu <rai.sagarzazu@outlook.com> [Julien: reworded the commit log] Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 10d25d98edbc75d47f6a8838d91d39e48b12c895) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c86e433d1e
commit
92a63d7aca
@ -44,7 +44,7 @@ define JAILHOUSE_INSTALL_HELPER_SCRIPTS
|
||||
$(HOST_DIR)/bin/python setup.py \
|
||||
install --no-compile \
|
||||
$(PKG_PYTHON_SETUPTOOLS_INSTALL_OPTS) \
|
||||
--root=$(TARGET_DIR))
|
||||
--root=$(TARGET_DIR)
|
||||
endef
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user