summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-06-07 15:32:12 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-06-07 15:32:12 +0800
commit72d7f55772e72ac18ff9fe4e77fb196a95e0c4a4 (patch)
tree9cdc428f4e80a8958c95dac4a38070f3d93d5893
parent49c3594bfb0ea6867e9272dbfa6b101327f9ec7e (diff)
downloadmeta-selinux-72d7f55772e72ac18ff9fe4e77fb196a95e0c4a4.tar.gz
libcgroup: native package does not need pam.
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-core/libcgroup/libcgroup_0.38.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/libcgroup/libcgroup_0.38.bb b/recipes-core/libcgroup/libcgroup_0.38.bb
index 652c950..2040bb1 100644
--- a/recipes-core/libcgroup/libcgroup_0.38.bb
+++ b/recipes-core/libcgroup/libcgroup_0.38.bb
@@ -24,6 +24,8 @@ SRC_URI += "file://fix-LSB-routines.patch"
24EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}" 24EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}"
25EXTRA_OECONF += "--enable-initscript-install" 25EXTRA_OECONF += "--enable-initscript-install"
26 26
27EXTRA_OECONF_virtclass-native = "--enable-pam=no"
28
27# http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg21444.html 29# http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg21444.html
28PARALLEL_MAKE = "" 30PARALLEL_MAKE = ""
29 31