From: Otavio Salvador Date: Fri, 17 Oct 2008 13:55:56 +0000 (-0300) Subject: pam 1.0.2: fix plugins split up X-Git-Tag: Release-2010-05/1~5683 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b6f9a308fa51bc3072306829aad0385f8e33488;p=openembedded.git pam 1.0.2: fix plugins split up The recipe was missing the PACKAGES_DYNAMIC field making impossible to include the plugins in images --- 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