From fc5030a5fb96e6e430620553107680e420beadec Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 23 Jul 2019 18:16:49 +0300 Subject: meta-oe: Inherit gnomebase instead of gnome The gnome class pulls in usually unwanted dependencies like gconf. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-oe/recipes-support/pidgin/gmime_3.2.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/pidgin') 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" SECTION = "libs" DEPENDS = "glib-2.0 zlib" -inherit gnome autotools gobject-introspection +inherit gnomebase autotools gobject-introspection SRC_URI += "file://iconv-detect.h \ file://nodolt.patch" -- cgit v1.2.3-54-g00ecf