[oe-commits] Martin Jansa : ventura: bump SRCREV, include edj files

git version control git at git.openembedded.org
Sun Jan 31 02:41:06 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jan 31 03:20:06 2010 +0100

ventura: bump SRCREV, include edj files

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openmoko-3rdparty/ventura_svn.bb |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/recipes/openmoko-3rdparty/ventura_svn.bb b/recipes/openmoko-3rdparty/ventura_svn.bb
index b64a9eb..5f2ea61 100644
--- a/recipes/openmoko-3rdparty/ventura_svn.bb
+++ b/recipes/openmoko-3rdparty/ventura_svn.bb
@@ -1,10 +1,10 @@
-DESCRIPTION = "elementary based web browser for openmoko phones named ventura"
-HOMEPAGE = "http://code.google.com/p/elm-browser"
+DESCRIPTION = "ventura is a web browser for openmoko phones"
+HOMEPAGE = "http://code.google.com/p/elm-browser/"
 AUTHOR = "cchandel"
 LICENSE = "GPLv2"
 SECTION = "e/apps"
-DEPENDS = "elementary webkit-efl libglade sqlite3"
-SRCREV = "7"
+DEPENDS = "elementary webkit-efl sqlite3"
+SRCREV = "10"
 PV = "0.01+svnr${SRCPV}"
 
 SRC_URI = "svn://elm-browser.googlecode.com/svn;module=trunk;proto=http"
@@ -23,6 +23,8 @@ do_install_append() {
                         install -m 0644 $ico "${D}/${datadir}/ventura"
                 fi
         done
+        install -m 0644 "${S}/resources/ventura.edj" "${D}/${datadir}/ventura"
+        install -m 0644 "${S}/resources/default.edj" "${D}/${datadir}/ventura"
 }
 
 FILES_${PN} += "/usr/share/ventura/* /usr/share/applications/* /usr/share/pixmaps/*"





More information about the Openembedded-commits mailing list