mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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
|
||||
|
||||
PR = "r1"
|
||||
|
||||
PACKAGES =+ "dconf-editor"
|
||||
|
||||
FILES_dconf-editor = "${bindir}/dconf-editor ${datadir}/dconf-editor/"
|
||||
FILES_${PN} += "${datadir}/dbus-1/ \
|
||||
${libdir}/gio/modules/*.so \
|
||||
"
|
||||
FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so"
|
||||
|
||||
pkg_postinst_${PN} () {
|
||||
if [ -n "$D" ]; then
|
||||
|
||||
Reference in New Issue
Block a user