From 20ce3847a8845955e5a0950a78c893a00a5e2df3 Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Mon, 4 Oct 2010 17:01:41 +0200 Subject: epiphany-2.30.2: unbreak build by adding ca-certificates dependencies Signed-off-by: Steffen Sledz Acked-by: Koen Kooi --- recipes/gnome/epiphany_2.30.2.bb | 6 ++++-- 1 file 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 -- cgit 1.2.3-korg