diff options
author | Joe Slater <jslater@windriver.com> | 2014-04-02 14:19:58 -0700 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2014-04-03 15:13:25 -0400 |
commit | 251003831f87ac4081a3e6671e7b96d2266fa9df (patch) | |
tree | 40a91685565e2d0b4576e25d86e3491b598963c7 | |
parent | e93dedea8e16f29cd44c13e041e83f93556405e0 (diff) | |
download | meta-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.bbappend | 5 |
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 @@ | |||
1 | inherit enable-selinux | 1 | inherit 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 | # | ||
6 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux libselinux-native," | ||