From df46e35a681e820119d222da40f41e173853cf16 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Thu, 4 Mar 2010 15:03:00 +0100 Subject: ventura: add ca-certificates to RRECOMMENDS Signed-off-by: Thomas Zimmermann --- recipes/openmoko-3rdparty/ventura_svn.bb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'recipes/openmoko-3rdparty') diff --git a/recipes/openmoko-3rdparty/ventura_svn.bb b/recipes/openmoko-3rdparty/ventura_svn.bb index 97b8d2d940..22c1d89f5a 100644 --- a/recipes/openmoko-3rdparty/ventura_svn.bb +++ b/recipes/openmoko-3rdparty/ventura_svn.bb @@ -1,13 +1,16 @@ DESCRIPTION = "ventura is a web browser for openmoko phones" -HOMEPAGE = "http://code.google.com/p/elm-browser/" AUTHOR = "cchandel" -LICENSE = "GPLv2" +HOMEPAGE = "http://code.google.com/p/elm-browser/" SECTION = "e/apps" +LICENSE = "GPLv2" DEPENDS = "elementary webkit-efl sqlite3" -SRCREV = "11" +RRECOMMENDS = "ca-certificates" PV = "0.2+svnr${SRCPV}" +PR = "1" SRC_URI = "svn://elm-browser.googlecode.com/svn;module=trunk;proto=http" + +SRCREV = "11" S = "${WORKDIR}/trunk" inherit autotools -- cgit 1.2.3-korg