diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | 9 |
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 d82272103a..92e0e1b94e 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 \ | |||
11 | 11 | ||
12 | SECTION = "x11/gnome" | 12 | SECTION = "x11/gnome" |
13 | 13 | ||
14 | PR = "r9" | 14 | PR = "r10" |
15 | 15 | ||
16 | inherit autotools gnome gtk-doc pkgconfig | 16 | inherit autotools gnome gtk-doc pkgconfig |
17 | 17 | ||
@@ -43,7 +43,10 @@ FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr" | |||
43 | 43 | ||
44 | FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \ | 44 | FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \ |
45 | ${libdir}/${BPN}/devel/*${SOLIBSDEV} \ | 45 | ${libdir}/${BPN}/devel/*${SOLIBSDEV} \ |
46 | ${libdir}/${BPN}/standalone/*.la" | 46 | ${libdir}/${BPN}/standalone/*.la \ |
47 | ${base_libdir}/security/*.la \ | ||
48 | ${base_libdir}/security/*${SOLIBSDEV}" | ||
47 | 49 | ||
48 | FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \ | 50 | FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \ |
49 | ${libdir}/${BPN}/devel/.debug/" | 51 | ${libdir}/${BPN}/devel/.debug/ \ |
52 | ${base_libdir}/security/.debug/" | ||