pam 1.0.2: fix plugins split up
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 17 Oct 2008 13:55:56 +0000 (10:55 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 24 Oct 2008 21:57:34 +0000 (19:57 -0200)
The recipe was missing the PACKAGES_DYNAMIC field making impossible to
include the plugins in images

packages/pam/libpam_1.0.2.bb

index b1ceb1b..2acbe0a 100644 (file)
@@ -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