summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-12-01 20:27:23 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-01 22:29:59 -0800
commit3fcf775334b5743c2e8b77bc1fc299f0da2240d5 (patch)
tree19a4e09f361a6bd17c0c0a1c1d74d21ab4e9e065 /meta-gnome/recipes-gnome
parent0c692f167e512579249b3c1cd3b960177dc99fbc (diff)
downloadmeta-openembedded-3fcf775334b5743c2e8b77bc1fc299f0da2240d5.tar.gz
libgnomekbd: cleanup DEPENDS inherit gsettings / remove unused config
* DEPENDS: gconf and intltool-native are not required * --disable-schemas-install is leftover from times gconf was used Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb
index d3b3bde43..2a2db9c19 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb
@@ -4,14 +4,11 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812"
4 4
5SECTION = "x11/gnome/libs" 5SECTION = "x11/gnome/libs"
6 6
7DEPENDS = "gconf glib-2.0 libxklavier gtk+3 intltool-native" 7DEPENDS = "glib-2.0 gtk+3 libxklavier"
8 8
9inherit features_check gnomebase gobject-introspection gettext 9inherit features_check gnomebase gobject-introspection gsettings gettext
10 10
11REQUIRED_DISTRO_FEATURES = "x11" 11REQUIRED_DISTRO_FEATURES = "x11"
12 12
13SRC_URI[archive.md5sum] = "98040022484406e7ebe25f82cef93344" 13SRC_URI[archive.md5sum] = "98040022484406e7ebe25f82cef93344"
14SRC_URI[archive.sha256sum] = "f7ca02631576e9b88aee1b1bae37ac1488b80ee7975f20a97f29e761a7172679" 14SRC_URI[archive.sha256sum] = "f7ca02631576e9b88aee1b1bae37ac1488b80ee7975f20a97f29e761a7172679"
15
16EXTRA_OECONF_remove = "--disable-schemas-install"
17