diff options
author | Andy Kling <andreas.kling@peiker-cee.de> | 2017-02-10 10:07:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:35 +0100 |
commit | f2b6681cb6fb6c4d14f32cf7a0c95671e8798a35 (patch) | |
tree | 97d05564ec3b372882c0d4d7c4591adce824bd9e /meta-gnome | |
parent | d614f8c16e032f93bb6fdcb3f6634c396e743c20 (diff) | |
download | meta-openembedded-f2b6681cb6fb6c4d14f32cf7a0c95671e8798a35.tar.gz |
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>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb index 2830e717b..f7666cc0f 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | |||
@@ -22,10 +22,10 @@ PACKAGES =+ "dconf-editor" | |||
22 | FILES_${PN} += " \ | 22 | FILES_${PN} += " \ |
23 | ${datadir}/dbus-1 \ | 23 | ${datadir}/dbus-1 \ |
24 | ${libdir}/gio/modules/*.so \ | 24 | ${libdir}/gio/modules/*.so \ |
25 | ${datadir}/bash-completion \ | ||
25 | " | 26 | " |
26 | FILES_dconf-editor = " \ | 27 | FILES_dconf-editor = " \ |
27 | ${bindir}/dconf-editor \ | 28 | ${bindir}/dconf-editor \ |
28 | ${datadir}/icons \ | 29 | ${datadir}/icons \ |
29 | ${datadir}/bash-completion \ | ||
30 | " | 30 | " |
31 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so" | 31 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so" |