[oe-commits] Otavio Salvador : pam 1.0.2: fix plugins split up

GIT User account git at amethyst.openembedded.net
Fri Oct 24 22:01:45 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3b6f9a308fa51bc3072306829aad0385f8e33488
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b6f9a308fa51bc3072306829aad0385f8e33488

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Oct 17 10:55:56 2008 -0300

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 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 b1ceb1b..2acbe0a 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
 





More information about the Openembedded-commits mailing list