diff options
-rw-r--r-- | recipes-extended/xen/xen_4.3.0.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/xen_4.3.0.bb index 7a0e4089..09c25aa1 100644 --- a/recipes-extended/xen/xen_4.3.0.bb +++ b/recipes-extended/xen/xen_4.3.0.bb | |||
@@ -20,7 +20,12 @@ COMPATIBLE_HOST = '(x86_64.*).*-linux' | |||
20 | 20 | ||
21 | inherit autotools gettext setuptools update-rc.d | 21 | inherit autotools gettext setuptools update-rc.d |
22 | 22 | ||
23 | DEPENDS = "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 )}" | 23 | PACKAGECONFIG ??= " \ |
24 | xsm \ | ||
25 | " | ||
26 | PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," | ||
27 | |||
28 | DEPENDS = "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" | ||
24 | 29 | ||
25 | # inherit setuptools adds python to RDEPENDS, override it | 30 | # inherit setuptools adds python to RDEPENDS, override it |
26 | RDEPENDS_${PN} = "" | 31 | RDEPENDS_${PN} = "" |
@@ -571,7 +576,6 @@ EXTRA_OECONF += " \ | |||
571 | --disable-ioemu-stubdom \ | 576 | --disable-ioemu-stubdom \ |
572 | --disable-pv-grub \ | 577 | --disable-pv-grub \ |
573 | --disable-xenstore-stubdom \ | 578 | --disable-xenstore-stubdom \ |
574 | ${@base_contains('DISTRO_FEATURES', 'xsm', '--enable-xsmpolicy', '--disable-xsmpolicy',d)} \ | ||
575 | " | 579 | " |
576 | 580 | ||
577 | do_configure() { | 581 | do_configure() { |