summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorConstantin Musca <constantinx.musca@intel.com>2012-09-27 11:17:37 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-27 16:35:23 +0100
commitdcd607ecc1d512f8cc704916e9c6737fe5dd0bb5 (patch)
treedc279604d6e2accb8462a64d21008eb2a4cd8f03 /meta/recipes-gnome
parentd93a5e190cb4b72bf9346e0d959ff3154b93a1bd (diff)
downloadast2050-yocto-poky-dcd607ecc1d512f8cc704916e9c6737fe5dd0bb5.zip
ast2050-yocto-poky-dcd607ecc1d512f8cc704916e9c6737fe5dd0bb5.tar.gz
gnome-keyring: include unpackaged files with PAM enabled
Include missing files/dirs: ${base_libdir}/security/*.la ${base_libdir}/security/*${SOLIBSDEV} ${base_libdir}/security/.debug/ [YOCTO #2805] (From OE-Core rev: c5b6e3be0923b0af16f4854264fae104470bacf7) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb
index d822721..92e0e1b 100644
--- a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb
+++ b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
SECTION = "x11/gnome"
-PR = "r9"
+PR = "r10"
inherit autotools gnome gtk-doc pkgconfig
@@ -43,7 +43,10 @@ FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr"
FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \
${libdir}/${BPN}/devel/*${SOLIBSDEV} \
- ${libdir}/${BPN}/standalone/*.la"
+ ${libdir}/${BPN}/standalone/*.la \
+ ${base_libdir}/security/*.la \
+ ${base_libdir}/security/*${SOLIBSDEV}"
FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \
- ${libdir}/${BPN}/devel/.debug/"
+ ${libdir}/${BPN}/devel/.debug/ \
+ ${base_libdir}/security/.debug/"
OpenPOWER on IntegriCloud