From 57d388fe137f53f07f1bb200c1232a598e78573c Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Tue, 17 Apr 2012 17:13:27 +0800 Subject: libpam: bbappend to build with libselinux. --- recipes-extended/pam/libpam_1.1.5.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-extended/pam/libpam_1.1.5.bbappend 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 @@ +DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" + +EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '', '--disable-selinux', d)}" + +PR .= ".1" + -- cgit v1.2.3-54-g00ecf