diff options
author | Chris Patterson <cjp256@gmail.com> | 2013-11-05 20:32:27 -0500 |
---|---|---|
committer | Chris Patterson <cjp256@gmail.com> | 2013-11-07 20:45:55 -0500 |
commit | 34b8574719edd26018ec5f576301a3d31911df88 (patch) | |
tree | 74af042239a4ca1342efafebf3f9af8b8ba5a28d | |
parent | 72eab55cb18a09abc9100824c5a8a215f4f702bf (diff) | |
download | meta-virtualization-34b8574719edd26018ec5f576301a3d31911df88.tar.gz |
xen: remove xsm from default PACKAGECONFIG options.
The 'xsm' option adds a dependency for checkpolicy, which
requires an additional layer (meta-selinux).
Signed-off-by: Chris Patterson <cjp256@gmail.com>
-rw-r--r-- | recipes-extended/xen/xen_4.3.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/xen_4.3.0.bb index 283da283..afea06c0 100644 --- a/recipes-extended/xen/xen_4.3.0.bb +++ b/recipes-extended/xen/xen_4.3.0.bb | |||
@@ -22,7 +22,6 @@ inherit autotools gettext setuptools update-rc.d | |||
22 | 22 | ||
23 | PACKAGECONFIG ??= " \ | 23 | PACKAGECONFIG ??= " \ |
24 | sdl \ | 24 | sdl \ |
25 | xsm \ | ||
26 | " | 25 | " |
27 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl," | 26 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl," |
28 | PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," | 27 | PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," |