mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 16:43:51 +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:
parent
d614f8c16e
commit
f2b6681cb6
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user