diff options
author | Thomas Zimmermann <ml@vdm-design.de> | 2010-03-04 15:03:00 +0100 |
---|---|---|
committer | Thomas Zimmermann <ml@vdm-design.de> | 2010-03-04 15:03:00 +0100 |
commit | df46e35a681e820119d222da40f41e173853cf16 (patch) | |
tree | 1d5a42e382b5b51c4a460f13adfcb6218c43dcaf /recipes | |
parent | 0c657954819306057e7c0ee3a007e4da05ffcd99 (diff) |
ventura: add ca-certificates to RRECOMMENDS
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/openmoko-3rdparty/ventura_svn.bb | 9 |
1 files changed, 6 insertions, 3 deletions
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 |