diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-01-29 15:21:26 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-01-31 13:33:31 +0800 |
commit | 1f493973db56a3dad2dfcba3f60a549830784a82 (patch) | |
tree | 810a7d1a8b931785fba47cc9f962805b4e1ef233 /recipes-support | |
parent | 32a321f8ac33b88afcc6190cc64d90ed967078ec (diff) | |
download | meta-selinux-1f493973db56a3dad2dfcba3f60a549830784a82.tar.gz |
gnupg: inherit enable-selinux
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/gnupg/gnupg_2.0.18.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-support/gnupg/gnupg_2.0.18.bbappend b/recipes-support/gnupg/gnupg_2.0.18.bbappend new file mode 100644 index 0000000..dddd945 --- /dev/null +++ b/recipes-support/gnupg/gnupg_2.0.18.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | PR .= ".1" | ||
2 | |||
3 | inherit enable-selinux | ||
4 | # gnupg will not build with libselinux, so remove the depend | ||
5 | PACKAGECONFIG[selinux] = "--enable-selinux-support,--disable-selinux-support,," | ||