summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-04-17 17:13:27 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-04-17 17:13:27 +0800
commit57d388fe137f53f07f1bb200c1232a598e78573c (patch)
tree2b439fb8a7391aa5e72130766cd90f18cb32ff1f
parent1659cf95f0c2a75253adb38ee50aff2ff1f059a1 (diff)
downloadmeta-selinux-57d388fe137f53f07f1bb200c1232a598e78573c.tar.gz
libpam: bbappend to build with libselinux.
-rw-r--r--recipes-extended/pam/libpam_1.1.5.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-extended/pam/libpam_1.1.5.bbappend b/recipes-extended/pam/libpam_1.1.5.bbappend
new file mode 100644
index 0000000..23ab11d
--- /dev/null
+++ b/recipes-extended/pam/libpam_1.1.5.bbappend
@@ -0,0 +1,6 @@
1DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
2
3EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '', '--disable-selinux', d)}"
4
5PR .= ".1"
6