All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] xen: remove xsm from default PACKAGECONFIG options.
@ 2013-11-06  3:08 Chris Patterson
  2013-11-06  3:09 ` [PATCH 3/4] xen: rename xen patches directory from xen-4.3.0 to files Chris Patterson
  2013-11-06  3:09 ` [PATCH 4/4] xen: upgrade to 4.3.1 Chris Patterson
  0 siblings, 2 replies; 6+ messages in thread
From: Chris Patterson @ 2013-11-06  3:08 UTC (permalink / raw)
  To: meta-virtualization

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

Signed-off-by: Chris Patterson <cjp256@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



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-11-07 20:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06  3:08 [PATCH 1/4] xen: remove xsm from default PACKAGECONFIG options Chris Patterson
2013-11-06  3:09 ` [PATCH 3/4] xen: rename xen patches directory from xen-4.3.0 to files Chris Patterson
2013-11-06  3:09 ` [PATCH 4/4] xen: upgrade to 4.3.1 Chris Patterson
2013-11-06 13:21   ` Philip Tricca
2013-11-07  1:14     ` Chris Patterson
2013-11-07 20:28     ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.