]> code.ossystems Code Review - openembedded-core.git/commitdiff
libnotify: don't use gnome.bbclass
authorAlexandru Palalau <alexandrux.palalau@intel.com>
Thu, 27 Feb 2014 10:05:41 +0000 (12:05 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Feb 2014 13:52:43 +0000 (13:52 +0000)
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 <alexandrux.palalau@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-gnome/libnotify/libnotify_0.6.0.bb

index dd3ff317874d61f526120acd4077da0a261099bf..a1f2fbcde446ba0894213c491a8f94aedd095e60 100644 (file)
@@ -7,7 +7,7 @@ PR = "r1"
 
 DEPENDS = "dbus gtk+"
 
-inherit gnome
+inherit gnomebase
 SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516"
 SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210"