aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pam
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2008-10-17 10:55:56 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2008-10-24 19:57:34 -0200
commit3b6f9a308fa51bc3072306829aad0385f8e33488 (patch)
treea38c35bdfbd527a9672abb1f330b6df97d0a5254 /packages/pam
parentfdf64f87709e53025a8c58ccfbdc02422651d676 (diff)
downloadopenembedded-3b6f9a308fa51bc3072306829aad0385f8e33488.tar.gz
pam 1.0.2: fix plugins split up
The recipe was missing the PACKAGES_DYNAMIC field making impossible to include the plugins in images
Diffstat (limited to 'packages/pam')
-rw-r--r--packages/pam/libpam_1.0.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/pam/libpam_1.0.2.bb b/packages/pam/libpam_1.0.2.bb
index b1ceb1bb04..2acbe0ac6f 100644
--- a/packages/pam/libpam_1.0.2.bb
+++ b/packages/pam/libpam_1.0.2.bb
@@ -30,6 +30,7 @@ LEAD_SONAME = "libpam.so.*"
# maintain the pam default layout
EXTRA_OECONF += " --includedir=${includedir}/security"
+PACKAGES_DYNAMIC += " pam-plugin-*"
python populate_packages_prepend () {
import os.path