All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux][PATCH 1/1] mesa: add dependency on libselinux-native
@ 2014-04-02 21:19 Joe Slater
  2014-04-03 19:15 ` Joe MacDonald
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Slater @ 2014-04-02 21:19 UTC (permalink / raw)
  To: yocto; +Cc: joe.slater, joe.macdonald

mesa builds a host utility named builtin_compiler,
and that needs selinux, too, if --enable-selinux is
specfied to configure.

Signed-off-by: Joe Slater <jslater@windriver.com>
---
 recipes-graphics/mesa/mesa_9.1.6.bbappend |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/recipes-graphics/mesa/mesa_9.1.6.bbappend b/recipes-graphics/mesa/mesa_9.1.6.bbappend
index 8c11cac..0004f71 100644
--- a/recipes-graphics/mesa/mesa_9.1.6.bbappend
+++ b/recipes-graphics/mesa/mesa_9.1.6.bbappend
@@ -1 +1,6 @@
 inherit enable-selinux
+
+# But wait!  There's more!  mesa builds a host program named builtin_compiler
+# and it needs selinux, too.  We replace the PACKAGECONFIG[] in the bbclass.
+#
+PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux libselinux-native,"
-- 
1.7.9.5



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

end of thread, other threads:[~2014-04-03 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-02 21:19 [meta-selinux][PATCH 1/1] mesa: add dependency on libselinux-native Joe Slater
2014-04-03 19:15 ` Joe MacDonald

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.