aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/gnome/epiphany_2.30.2.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/gnome/epiphany_2.30.2.bb b/recipes/gnome/epiphany_2.30.2.bb
index 426d46826a..0a746820d5 100644
--- a/recipes/gnome/epiphany_2.30.2.bb
+++ b/recipes/gnome/epiphany_2.30.2.bb
@@ -1,7 +1,9 @@
DESCRIPTION = "GNOME default webbrowser"
-DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
+LICENSE = "GPLv2+"
+DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification ca-certificates"
RDEPENDS_${PN} = "gnome-vfs-plugin-http iso-codes"
-PR = "r2"
+RRECOMMENDS_${PN} = "ca-certificates"
+PR = "r3"
inherit gnome