[oe-commits] Klaus Kurzmann : webkit-efl: use SRCPV and switch to current master branch

git version control git at git.openembedded.org
Sat Sep 12 17:22:55 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 10929d330bf7a25bb5c1891641a1fe2496bb4c81
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=10929d330bf7a25bb5c1891641a1fe2496bb4c81

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat Sep 12 19:22:23 2009 +0200

webkit-efl: use SRCPV and switch to current master branch

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/webkit/webkit-efl_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb
index 33b8a8a..fc5e291 100644
--- a/recipes/webkit/webkit-efl_git.bb
+++ b/recipes/webkit/webkit-efl_git.bb
@@ -1,11 +1,11 @@
 DESCRIPTION = " Webkit browser engine, EFL edition"
 LICENSE = "GPL"
-PV="0.1"
+PV="0.1+gitr${SRCPV}"
 PR="r0"
 
 DEPENDS = "icu flex gst-plugins-base gstreamer jpeg libpng libxml2 pango libsoup-2.4 eina ecore evas edje cairo fontconfig freetype curl sqlite libxslt gperf-native libxt"
 
-SRC_URI = "git://gitorious.org/webkit-efl/webkit-efl.git;protocol=git;tag=webkit-efl-${PV}"
+SRC_URI = "git://gitorious.org/webkit-efl/webkit-efl.git;protocol=git;branch=master"
 
 S= "${WORKDIR}/git"
 





More information about the Openembedded-commits mailing list