mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
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>
This commit is contained in:
@@ -12,12 +12,15 @@ DEPENDS = "glib-2.0 gtk+3"
|
|||||||
|
|
||||||
inherit vala
|
inherit vala
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
PACKAGES =+ "dconf-editor"
|
PACKAGES =+ "dconf-editor"
|
||||||
|
|
||||||
FILES_dconf-editor = "${bindir}/dconf-editor ${datadir}/dconf-editor/"
|
FILES_dconf-editor = "${bindir}/dconf-editor ${datadir}/dconf-editor/"
|
||||||
FILES_${PN} += "${datadir}/dbus-1/ \
|
FILES_${PN} += "${datadir}/dbus-1/ \
|
||||||
${libdir}/gio/modules/*.so \
|
${libdir}/gio/modules/*.so \
|
||||||
"
|
"
|
||||||
|
FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so"
|
||||||
|
|
||||||
pkg_postinst_${PN} () {
|
pkg_postinst_${PN} () {
|
||||||
if [ -n "$D" ]; then
|
if [ -n "$D" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user