[meta-virtualization] [PATCH 1/4] xen: remove xsm from default PACKAGECONFIG options.

Chris Patterson cjp256 at gmail.com
Tue Nov 5 19:08:59 PST 2013


The 'xsm' option adds a dependency for checkpolicy, which
requires an additional layer (meta-selinux).

Signed-off-by: Chris Patterson <cjp256 at gmail.com>
---
 recipes-extended/xen/xen_4.3.0.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/xen_4.3.0.bb
index 1fad48d..f1067bc 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
 
 PACKAGECONFIG ??= " \
     sdl \
-    xsm \
 "
 PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl,"
 PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native,"
-- 
1.8.4.rc3




More information about the meta-virtualization mailing list