diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-09-06 09:37:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-07 22:28:33 +0100 |
commit | 5e558237fc22baf1a638eb0e98eb08ff5e2870b4 (patch) | |
tree | 46115f5d922ae824039c77857ed15ef66d012810 /meta/recipes-sato/web | |
parent | e43bec6c7dce3c6f9af5a0c5b7e5c6f740f89996 (diff) | |
download | openembedded-core-5e558237fc22baf1a638eb0e98eb08ff5e2870b4.tar.gz openembedded-core-5e558237fc22baf1a638eb0e98eb08ff5e2870b4.tar.bz2 openembedded-core-5e558237fc22baf1a638eb0e98eb08ff5e2870b4.zip |
web: Update SRCREV to address ccs_parser_parse_stylesheet arg mismatch
[YOCTO #1454]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/web')
-rw-r--r-- | meta/recipes-sato/web/web_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/web/web_git.bb b/meta/recipes-sato/web/web_git.bb index c1a1334dc0..b606e64c31 100644 --- a/meta/recipes-sato/web/web_git.bb +++ b/meta/recipes-sato/web/web_git.bb @@ -2,9 +2,9 @@ LICENSE = "GPLv2" SECTION = "x11" DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" DESCRIPTION = "Web is a multi-platform web browsing application." -PR = "r2" +PR = "r0" -SRCREV = "96da839f65e17ecc6d5261c1d74accd88423dd7a" +SRCREV = "3fad2eb32b2312093dcd750612bafeff84e32bc9" PV = "0.0+git${SRCPV}" SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \ |