diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-04 18:19:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-05 12:26:45 +0100 |
commit | c83d7acfa387674f283312812de6f06341555a39 (patch) | |
tree | b040e02b58cce397047ced6f5143b2db331c36c6 /meta/recipes-sato/web | |
parent | a4b61fb5e660d5cd2b428cb58eeabde01add485f (diff) | |
download | poky-c83d7acfa387674f283312812de6f06341555a39.tar.gz |
web: fix SRCREV
(From OE-Core rev: 116f4bddebd26387af6c861129c957bced3b809b)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/web')
-rw-r--r-- | meta/recipes-sato/web/web_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/web/web_svn.bb b/meta/recipes-sato/web/web_svn.bb index 0cfe89f334..204532f90e 100644 --- a/meta/recipes-sato/web/web_svn.bb +++ b/meta/recipes-sato/web/web_svn.bb | |||
@@ -4,7 +4,7 @@ DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" | |||
4 | DESCRIPTION = "Web is a multi-platform web browsing application." | 4 | DESCRIPTION = "Web is a multi-platform web browsing application." |
5 | PR = "r4" | 5 | PR = "r4" |
6 | 6 | ||
7 | SRCREV = "131" | 7 | SRCREV = "129" |
8 | PV = "0.0+svnr${SRCPV}" | 8 | PV = "0.0+svnr${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.o-hand.com/repos/${BPN};module=trunk;proto=http \ | 10 | SRC_URI = "svn://svn.o-hand.com/repos/${BPN};module=trunk;proto=http \ |