diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-10-17 10:55:56 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-10-24 19:57:34 -0200 |
commit | 3b6f9a308fa51bc3072306829aad0385f8e33488 (patch) | |
tree | a38c35bdfbd527a9672abb1f330b6df97d0a5254 | |
parent | fdf64f87709e53025a8c58ccfbdc02422651d676 (diff) |
pam 1.0.2: fix plugins split up
The recipe was missing the PACKAGES_DYNAMIC field making impossible to
include the plugins in images
-rw-r--r-- | packages/pam/libpam_1.0.2.bb | 1 |
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 |