diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-07-19 07:13:46 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-19 11:09:49 +0200 |
commit | ef13d654ef3ebcf42bc8f03eab988a41b7564b81 (patch) | |
tree | c5c65268aca5e1118721526b6138046b9a33d4f5 /meta-gnome/recipes-gnome | |
parent | 1c7f6c2609caa6db80ca3727aa379e99cf9ecad6 (diff) | |
download | meta-openembedded-ef13d654ef3ebcf42bc8f03eab988a41b7564b81.tar.gz |
dconf: fix unpackaged /usr/lib/gio/modules/.debug/libdconfsettings.so
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb index 39d68cb710..af9a83a1fc 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb | |||
@@ -12,12 +12,15 @@ DEPENDS = "glib-2.0 gtk+3" | |||
12 | 12 | ||
13 | inherit vala | 13 | inherit vala |
14 | 14 | ||
15 | PR = "r1" | ||
16 | |||
15 | PACKAGES =+ "dconf-editor" | 17 | PACKAGES =+ "dconf-editor" |
16 | 18 | ||
17 | FILES_dconf-editor = "${bindir}/dconf-editor ${datadir}/dconf-editor/" | 19 | FILES_dconf-editor = "${bindir}/dconf-editor ${datadir}/dconf-editor/" |
18 | FILES_${PN} += "${datadir}/dbus-1/ \ | 20 | FILES_${PN} += "${datadir}/dbus-1/ \ |
19 | ${libdir}/gio/modules/*.so \ | 21 | ${libdir}/gio/modules/*.so \ |
20 | " | 22 | " |
23 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so" | ||
21 | 24 | ||
22 | pkg_postinst_${PN} () { | 25 | pkg_postinst_${PN} () { |
23 | if [ -n "$D" ]; then | 26 | if [ -n "$D" ]; then |