summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2014-04-02 14:19:58 -0700
committerJoe MacDonald <joe@deserted.net>2014-04-03 15:13:25 -0400
commit251003831f87ac4081a3e6671e7b96d2266fa9df (patch)
tree40a91685565e2d0b4576e25d86e3491b598963c7
parente93dedea8e16f29cd44c13e041e83f93556405e0 (diff)
downloadmeta-selinux-251003831f87ac4081a3e6671e7b96d2266fa9df.tar.gz
mesa: add dependency on libselinux-native
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> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-graphics/mesa/mesa_9.2.2.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_9.2.2.bbappend b/recipes-graphics/mesa/mesa_9.2.2.bbappend
index 8c11cac..0004f71 100644
--- a/recipes-graphics/mesa/mesa_9.2.2.bbappend
+++ b/recipes-graphics/mesa/mesa_9.2.2.bbappend
@@ -1 +1,6 @@
1inherit enable-selinux 1inherit enable-selinux
2
3# But wait! There's more! mesa builds a host program named builtin_compiler
4# and it needs selinux, too. We replace the PACKAGECONFIG[] in the bbclass.
5#
6PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux libselinux-native,"