mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
752f6ba6e4
commit
e36a4e5adf
|
|
@ -25,13 +25,15 @@ EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-
|
|||
SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc"
|
||||
SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9"
|
||||
|
||||
FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr"
|
||||
FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr \
|
||||
${base_libdir}/security/*${SOLIBSDEV} \
|
||||
"
|
||||
|
||||
FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \
|
||||
${libdir}/${BPN}/devel/*${SOLIBSDEV} \
|
||||
${libdir}/${BPN}/standalone/*.la \
|
||||
${base_libdir}/security/*.la \
|
||||
${base_libdir}/security/*${SOLIBSDEV}"
|
||||
"
|
||||
|
||||
FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \
|
||||
${libdir}/${BPN}/devel/.debug/ \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user