diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-08-02 10:08:24 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-10 16:07:17 +0200 |
commit | 2d2e49e79318889268f6e3293c2127c13be5cd6b (patch) | |
tree | 477fdaab227c992959f2acf63371b07df11be143 /meta-gnome | |
parent | 0f4a842e82326062d97754ea85f4ad3856948af3 (diff) | |
download | meta-openembedded-2d2e49e79318889268f6e3293c2127c13be5cd6b.tar.gz |
epiphany: add missing dependencies
WARNING: QA Issue: epiphany rdepends on libavahi-common but its not a
build dependency? [build-deps]
WARNING: QA Issue: epiphany rdepends on libnotify but its not a build
dependency? [build-deps]
WARNING: QA Issue: epiphany rdepends on libavahi-gobject but its not a
build dependency? [build-deps]
WARNING: QA Issue: epiphany rdepends on libavahi-client but its not a
build dependency? [build-deps]
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb index 3d7fc18a5..4c8c58ada 100644 --- a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb +++ b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "GNOME default webbrowser" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | 4 | ||
5 | DEPENDS = "gnome-doc-utils libsoup-2.4 webkit-gtk gtk+ gconf iso-codes startup-notification ca-certificates libgnome-keyring" | 5 | DEPENDS = "gnome-doc-utils libsoup-2.4 webkit-gtk gtk+ gconf iso-codes startup-notification ca-certificates libgnome-keyring avahi" |
6 | 6 | ||
7 | inherit gnome | 7 | inherit gnome |
8 | SRC_URI[archive.md5sum] = "0c566b3ffd428d2135e3c8cb65352d64" | 8 | SRC_URI[archive.md5sum] = "0c566b3ffd428d2135e3c8cb65352d64" |