mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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} += " \
|
||||
${datadir}/dbus-1 \
|
||||
${libdir}/gio/modules/*.so \
|
||||
${datadir}/bash-completion \
|
||||
"
|
||||
FILES_dconf-editor = " \
|
||||
${bindir}/dconf-editor \
|
||||
${datadir}/icons \
|
||||
${datadir}/bash-completion \
|
||||
"
|
||||
FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so"
|
||||
|
||||
Reference in New Issue
Block a user