diff options
author | Alexandru Palalau <alexandrux.palalau@intel.com> | 2014-02-27 12:05:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:01:13 +0000 |
commit | 6a606f9088ec825ba4e3f943f5471a954ba12070 (patch) | |
tree | eb8110c14ca45e751d3fe2c05a28f6a0c74fcaf3 | |
parent | ae59f6ff20a6ccbf12bc030f250baffc384042f2 (diff) | |
download | poky-6a606f9088ec825ba4e3f943f5471a954ba12070.tar.gz |
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.
(From OE-Core rev: 5c1eeb5d16566521e45947b07fdcd9f552fec45b)
Signed-off-by: Alexandru Palalau <alexandrux.palalau@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
7 | 7 | ||
8 | DEPENDS = "dbus gtk+" | 8 | DEPENDS = "dbus gtk+" |
9 | 9 | ||
10 | inherit gnome | 10 | inherit gnomebase |
11 | SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516" | 11 | SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516" |
12 | SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210" | 12 | SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210" |
13 | 13 | ||