[oe-commits] Alexandru Palalau : libnotify: don't use gnome.bbclass

git at git.openembedded.org git at git.openembedded.org
Fri Feb 28 13:55:21 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 5c1eeb5d16566521e45947b07fdcd9f552fec45b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5c1eeb5d16566521e45947b07fdcd9f552fec45b

Author: Alexandru Palalau <alexandrux.palalau at intel.com>
Date:   Thu Feb 27 12:05:41 2014 +0200

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 <alexandrux.palalau at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
index dd3ff31..a1f2fbc 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"
 



More information about the Openembedded-commits mailing list