From: Alexandru Palalau Date: Thu, 27 Feb 2014 10:05:41 +0000 (+0200) Subject: libnotify: don't use gnome.bbclass X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c1eeb5d16566521e45947b07fdcd9f552fec45b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libnotify: 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. Signed-off-by: Alexandru Palalau Signed-off-by: Saul Wold --- diff --git a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb index dd3ff317874..a1f2fbcde44 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb @@ -7,7 +7,7 @@ PR = "r1" DEPENDS = "dbus gtk+" -inherit gnome +inherit gnomebase SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516" SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210"