summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-07-23 18:16:49 +0300
committerKhem Raj <raj.khem@gmail.com>2019-07-26 14:29:17 -0700
commitfc5030a5fb96e6e430620553107680e420beadec (patch)
tree3e746068a3024d4ef3cc7589fae2d9ae16044ce7 /meta-oe/recipes-support/pidgin
parentbd526f7cc3a757b9b6d85a2ee1658950c53a5578 (diff)
downloadmeta-openembedded-fc5030a5fb96e6e430620553107680e420beadec.tar.gz
meta-oe: Inherit gnomebase instead of gnome
The gnome class pulls in usually unwanted dependencies like gconf. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pidgin')
-rw-r--r--meta-oe/recipes-support/pidgin/gmime_3.2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pidgin/gmime_3.2.3.bb b/meta-oe/recipes-support/pidgin/gmime_3.2.3.bb
index 8c6f0b010..bce89bec8 100644
--- a/meta-oe/recipes-support/pidgin/gmime_3.2.3.bb
+++ b/meta-oe/recipes-support/pidgin/gmime_3.2.3.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Runtime libraries for parsing and creating MIME mail"
4SECTION = "libs" 4SECTION = "libs"
5DEPENDS = "glib-2.0 zlib" 5DEPENDS = "glib-2.0 zlib"
6 6
7inherit gnome autotools gobject-introspection 7inherit gnomebase autotools gobject-introspection
8 8
9SRC_URI += "file://iconv-detect.h \ 9SRC_URI += "file://iconv-detect.h \
10 file://nodolt.patch" 10 file://nodolt.patch"