git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdf64f8
)
pam 1.0.2: fix plugins split up
author
Otavio Salvador
<otavio@ossystems.com.br>
Fri, 17 Oct 2008 13:55:56 +0000
(10:55 -0300)
committer
Otavio 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
patch
|
blob
|
history
diff --git
a/packages/pam/libpam_1.0.2.bb
b/packages/pam/libpam_1.0.2.bb
index
b1ceb1b
..
2acbe0a
100644
(file)
--- 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