[oe-commits] Thomas Zimmermann : ventura: add ca-certificates to RRECOMMENDS

git version control git at git.openembedded.org
Thu Mar 4 14:04:16 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: df46e35a681e820119d222da40f41e173853cf16
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=df46e35a681e820119d222da40f41e173853cf16

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Thu Mar  4 15:03:00 2010 +0100

ventura: add ca-certificates to RRECOMMENDS
Signed-off-by: Thomas Zimmermann <ml at vdm-design.de>

---

 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 97b8d2d..22c1d89 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





More information about the Openembedded-commits mailing list