summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xen/xen_4.3.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/xen_4.3.0.bb
index 228f75f9..078b39c9 100644
--- a/recipes-extended/xen/xen_4.3.0.bb
+++ b/recipes-extended/xen/xen_4.3.0.bb
@@ -20,7 +20,7 @@ COMPATIBLE_HOST = '(x86_64.*).*-linux'
20 20
21inherit autotools gettext setuptools update-rc.d 21inherit autotools gettext setuptools update-rc.d
22 22
23DEPENDS = "util-linux util-linux-native file-native zlib ncurses openssl bison-native flex-native gettext dev86-native iasl-native pciutils virtual/libgl virtual/libsdl bridge-utils iproute2 procps yajl pixman python python-setuptools-native xz xz-native libsdl" 23DEPENDS = "util-linux util-linux-native file-native zlib ncurses openssl bison-native flex-native gettext dev86-native iasl-native pciutils virtual/libgl virtual/libsdl bridge-utils iproute2 procps yajl pixman python python-setuptools-native xz xz-native libsdl ${@base_contains('DISTRO_FEATURES', 'xsm', 'checkpolicy-native', '', d )}"
24 24
25# inherit setuptools adds python to RDEPENDS, override it 25# inherit setuptools adds python to RDEPENDS, override it
26RDEPENDS_${PN} = "" 26RDEPENDS_${PN} = ""
@@ -580,7 +580,7 @@ do_configure() {
580 fi 580 fi
581 581
582 # do configure 582 # do configure
583 ./configure --exec-prefix=/usr --prefix=/usr --host=${HOST_SYS} --disable-stubdom --disable-ioemu-stubdom --disable-pv-grub --disable-xenstore-stubdom 583 ./configure --exec-prefix=/usr --prefix=/usr --host=${HOST_SYS} --disable-stubdom --disable-ioemu-stubdom --disable-pv-grub --disable-xenstore-stubdom "${@base_contains('DISTRO_FEATURES', 'xsm', '--enable-xsmpolicy', '--disable-xsmpolicy',d)}"
584 584
585 # seabios needs a patch to specify correct compiler - pull and patch Makefile 585 # seabios needs a patch to specify correct compiler - pull and patch Makefile
586 make -C ${S}/tools/firmware seabios-dir 586 make -C ${S}/tools/firmware seabios-dir