diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-24 15:04:13 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-24 15:04:13 +0100 |
commit | bb9ff1590bd64159c13bdae183aaf72079a7657d (patch) | |
tree | f5b61c760f6ac3942daf614a430015e7224af1e2 /recipes/webkit | |
parent | 7fc072b20126eda59d678e9240b9f7aef1162a96 (diff) |
webkit-efl: this is 1.1.11, not 0.1
Diffstat (limited to 'recipes/webkit')
-rw-r--r-- | recipes/webkit/webkit-efl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb index 6d632ed164..6dca9e049c 100644 --- a/recipes/webkit/webkit-efl_git.bb +++ b/recipes/webkit/webkit-efl_git.bb @@ -4,7 +4,7 @@ DEPENDS = "icu flex gst-plugins-base gstreamer jpeg libpng libxml2 pango \ libsoup-2.4 eina ecore evas edje cairo fontconfig freetype curl \ sqlite3 libxslt gperf-native libxt" -PV = "0.1+gitr${SRCREV}" +PV = "1.1.11+gitr${SRCREV}" PR = "r1" SRC_URI = "git://gitorious.org/webkit-efl/webkit-efl.git;protocol=git;branch=master" |