From 5c1eeb5d16566521e45947b07fdcd9f552fec45b Mon Sep 17 00:00:00 2001 From: Alexandru Palalau Date: Thu, 27 Feb 2014 12:05:41 +0200 Subject: 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 --- meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-gnome') diff --git a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb index dd3ff31787..a1f2fbcde4 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" -- cgit 1.2.3-korg