From: Thomas Zimmermann Date: Thu, 4 Mar 2010 14:03:00 +0000 (+0100) Subject: ventura: add ca-certificates to RRECOMMENDS X-Git-Tag: Release-2010-05/1~489^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df46e35a681e820119d222da40f41e173853cf16;p=openembedded.git ventura: add ca-certificates to RRECOMMENDS Signed-off-by: Thomas Zimmermann --- 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