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:40:00 +0800 |
commit | 14749f3fe62f24bd4f2dc428eb600f4e57010eab (patch) | |
tree | ce0f46edce48840d18b5343865e2da49ad18701f | |
parent | 66ef1caf8e0576eb3a980e550916ef54605d1646 (diff) | |
download | meta-selinux-14749f3fe62f24bd4f2dc428eb600f4e57010eab.tar.gz |
gnupg: inherit enable-selinux
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r-- | recipes-support/gnupg/gnupg_2.0.19.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-support/gnupg/gnupg_2.0.19.bbappend b/recipes-support/gnupg/gnupg_2.0.19.bbappend new file mode 100644 index 0000000..dddd945 --- /dev/null +++ b/recipes-support/gnupg/gnupg_2.0.19.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,," | ||