mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/xvisor: use BR2_PYTHON3_HOST_DEPENDENCY to ensure python3 is available
Commit24e996d14d(package/xvisor: fix build without python interpreter) added a dependency on host-python3 for the d2c.py script, but this script does not use any non-standard python modules so we can instead use BR2_PYTHON3_HOST_DEPENDENCY to only build host-python3 if the build host does not have python3. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit7f08dc612c) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -11,7 +11,7 @@ XVISOR_LICENSE = GPL-2.0+
|
||||
XVISOR_LICENSE_FILES = COPYING
|
||||
XVISOR_INSTALL_IMAGES = YES
|
||||
XVISOR_INSTALL_TARGET = NO
|
||||
XVISOR_DEPENDENCIES = host-bison host-dtc host-flex host-python3
|
||||
XVISOR_DEPENDENCIES = host-bison host-dtc host-flex $(BR2_PYTHON3_HOST_DEPENDENCY)
|
||||
|
||||
XVISOR_MAKE_TARGETS = all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user