mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
xen: Ensure host Python2 is used
To avoid Xen build issues ensure that host Python 2 is used. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
cbe01f6756
commit
9c7b093d80
@ -8,6 +8,7 @@ XEN_VERSION = 4.6.0
|
|||||||
XEN_SITE = http://bits.xensource.com/oss-xen/release/$(XEN_VERSION)
|
XEN_SITE = http://bits.xensource.com/oss-xen/release/$(XEN_VERSION)
|
||||||
XEN_LICENSE = GPLv2
|
XEN_LICENSE = GPLv2
|
||||||
XEN_LICENSE_FILES = COPYING
|
XEN_LICENSE_FILES = COPYING
|
||||||
|
XEN_DEPENDENCIES = host-python
|
||||||
|
|
||||||
# Calculate XEN_ARCH
|
# Calculate XEN_ARCH
|
||||||
ifeq ($(ARCH),aarch64)
|
ifeq ($(ARCH),aarch64)
|
||||||
@ -17,6 +18,8 @@ XEN_ARCH = arm32
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
XEN_CONF_OPTS = --disable-ocamltools
|
XEN_CONF_OPTS = --disable-ocamltools
|
||||||
|
|
||||||
|
XEN_CONF_ENV = PYTHON=$(HOST_DIR)/usr/bin/python2
|
||||||
XEN_MAKE_ENV = \
|
XEN_MAKE_ENV = \
|
||||||
XEN_TARGET_ARCH=$(XEN_ARCH) \
|
XEN_TARGET_ARCH=$(XEN_ARCH) \
|
||||||
CROSS_COMPILE=$(TARGET_CROSS) \
|
CROSS_COMPILE=$(TARGET_CROSS) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user