diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-07-23 18:16:49 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-26 14:29:17 -0700 |
commit | fc5030a5fb96e6e430620553107680e420beadec (patch) | |
tree | 3e746068a3024d4ef3cc7589fae2d9ae16044ce7 /meta-oe/recipes-support/pidgin | |
parent | bd526f7cc3a757b9b6d85a2ee1658950c53a5578 (diff) | |
download | meta-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.bb | 2 |
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" | |||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | DEPENDS = "glib-2.0 zlib" | 5 | DEPENDS = "glib-2.0 zlib" |
6 | 6 | ||
7 | inherit gnome autotools gobject-introspection | 7 | inherit gnomebase autotools gobject-introspection |
8 | 8 | ||
9 | SRC_URI += "file://iconv-detect.h \ | 9 | SRC_URI += "file://iconv-detect.h \ |
10 | file://nodolt.patch" | 10 | file://nodolt.patch" |