mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
dconf: fix bash completion in wrong package
bash completion is used by dconf itself not by editor. move file to main package. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -22,10 +22,10 @@ PACKAGES =+ "dconf-editor"
|
|||||||
FILES_${PN} += " \
|
FILES_${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${libdir}/gio/modules/*.so \
|
${libdir}/gio/modules/*.so \
|
||||||
|
${datadir}/bash-completion \
|
||||||
"
|
"
|
||||||
FILES_dconf-editor = " \
|
FILES_dconf-editor = " \
|
||||||
${bindir}/dconf-editor \
|
${bindir}/dconf-editor \
|
||||||
${datadir}/icons \
|
${datadir}/icons \
|
||||||
${datadir}/bash-completion \
|
|
||||||
"
|
"
|
||||||
FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so"
|
FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so"
|
||||||
|
|||||||
Reference in New Issue
Block a user