mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ae59f6ff20
commit
6a606f9088
@@ -7,7 +7,7 @@ PR = "r1"
|
||||
|
||||
DEPENDS = "dbus gtk+"
|
||||
|
||||
inherit gnome
|
||||
inherit gnomebase
|
||||
SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516"
|
||||
SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user