summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-09-15 19:20:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-16 13:30:24 +0100
commit5a489eceb5e98fe6e4112171f804236ecad58403 (patch)
tree34c93aa6c158e6a5356fed8ae792a2d736bbead2 /meta
parent36aba35c07c8a78d775bbfe218df16172ee80b3b (diff)
downloadpoky-5a489eceb5e98fe6e4112171f804236ecad58403.tar.gz
web: Fix SRCREV due to lost commit in web-sato
[YOCTO #1454] This SRCREV fixes the number of parameters (From OE-Core rev: 969165666d5a1074c5389d98b79c41ff31597baa) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-sato/web/web_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/web/web_git.bb b/meta/recipes-sato/web/web_git.bb
index b606e64c31..9e2474ff53 100644
--- a/meta/recipes-sato/web/web_git.bb
+++ b/meta/recipes-sato/web/web_git.bb
@@ -4,7 +4,7 @@ DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl"
4DESCRIPTION = "Web is a multi-platform web browsing application." 4DESCRIPTION = "Web is a multi-platform web browsing application."
5PR = "r0" 5PR = "r0"
6 6
7SRCREV = "3fad2eb32b2312093dcd750612bafeff84e32bc9" 7SRCREV = "e9a1c9433b9500feb7e3b9bb135debcea3a3e651"
8PV = "0.0+git${SRCPV}" 8PV = "0.0+git${SRCPV}"
9 9
10SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \ 10SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \