package/refpolicy: set python path
Set python path to $(HOST_DIR)/usr/bin/python to avoid build failures if python3 found on host is broken Fixes: - http://autobuild.buildroot.org/results/1f878405593dd05bb00fe0b06ca1c64ffbe6c572 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
83e19ce661
commit
69c37d8e25
@ -26,6 +26,7 @@ endif
|
|||||||
|
|
||||||
# Cannot use multiple threads to build the reference policy
|
# Cannot use multiple threads to build the reference policy
|
||||||
REFPOLICY_MAKE = \
|
REFPOLICY_MAKE = \
|
||||||
|
PYTHON=$(HOST_DIR)/usr/bin/python \
|
||||||
TEST_TOOLCHAIN=$(HOST_DIR) \
|
TEST_TOOLCHAIN=$(HOST_DIR) \
|
||||||
$(TARGET_MAKE_ENV) \
|
$(TARGET_MAKE_ENV) \
|
||||||
$(MAKE1)
|
$(MAKE1)
|
||||||
|
Loading…
Reference in New Issue
Block a user