diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-02-15 11:09:55 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-21 17:07:00 +0100 |
commit | e36a4e5adfaae0307e4be8088e866c68290bd783 (patch) | |
tree | 163a7f699f743161c34a0aba5263692eaafb720a /meta-gnome/recipes-gnome | |
parent | 752f6ba6e40b6e7b4e0931af58e98a4c95d0bb81 (diff) | |
download | meta-openembedded-e36a4e5adfaae0307e4be8088e866c68290bd783.tar.gz |
gnome-keyring: fix PAM install
PAM plugins belong in ${PN}, don't let the .so suffix fool you.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb index 0d0f17124..e94b49a37 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | |||
@@ -25,13 +25,15 @@ EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with- | |||
25 | SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc" | 25 | SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc" |
26 | SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9" | 26 | SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9" |
27 | 27 | ||
28 | FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr" | 28 | FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr \ |
29 | ${base_libdir}/security/*${SOLIBSDEV} \ | ||
30 | " | ||
29 | 31 | ||
30 | FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \ | 32 | FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \ |
31 | ${libdir}/${BPN}/devel/*${SOLIBSDEV} \ | 33 | ${libdir}/${BPN}/devel/*${SOLIBSDEV} \ |
32 | ${libdir}/${BPN}/standalone/*.la \ | 34 | ${libdir}/${BPN}/standalone/*.la \ |
33 | ${base_libdir}/security/*.la \ | 35 | ${base_libdir}/security/*.la \ |
34 | ${base_libdir}/security/*${SOLIBSDEV}" | 36 | " |
35 | 37 | ||
36 | FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \ | 38 | FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \ |
37 | ${libdir}/${BPN}/devel/.debug/ \ | 39 | ${libdir}/${BPN}/devel/.debug/ \ |