From 3b6f9a308fa51bc3072306829aad0385f8e33488 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 17 Oct 2008 10:55:56 -0300 Subject: pam 1.0.2: fix plugins split up The recipe was missing the PACKAGES_DYNAMIC field making impossible to include the plugins in images --- packages/pam/libpam_1.0.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/pam') 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 -- cgit 1.2.3-korg