libglade: don't use gnome.bbclass

gnome.bbclass pulls in more functionality than this recipe needs (icon cache,
MIME, GConf), so instead just use gnomebase.bbclass.

[ YOCTO #5842 ]

(From OE-Core rev: f5dff529e5f87b11c5730209df51604181b74321)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2014-02-20 23:08:51 +00:00
committed by Richard Purdie
parent 425dc69bc7
commit d48b9c96a3

View File

@@ -11,7 +11,7 @@ SECTION = "libs"
PR = "r5"
DEPENDS = "zlib gdk-pixbuf gtk+"
inherit autotools pkgconfig gnome gtk-doc
inherit autotools pkgconfig gnomebase gtk-doc
SRC_URI += "file://glade-cruft.patch file://no-xml2.patch file://python_environment.patch"