diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-09 11:31:53 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-09 11:31:53 +0200 |
commit | c4f22e834ce66b12fdfde4bcd5df510e677e10b4 (patch) | |
tree | cacf0243ec89213f3992bec696c33b0133ec34e5 /recipes/chromium | |
parent | 888c40a3288228561d4f1e6055c48a98b37ab7cb (diff) |
chromium: bump SRCREV
Diffstat (limited to 'recipes/chromium')
-rw-r--r-- | recipes/chromium/chromium_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/chromium/chromium_svn.bb b/recipes/chromium/chromium_svn.bb index 98f4f10881..ffeae9f15a 100644 --- a/recipes/chromium/chromium_svn.bb +++ b/recipes/chromium/chromium_svn.bb @@ -5,7 +5,7 @@ DEPENDS = "perl-native python-native flex-native gperf-native" PV = "0.0+svnr${SRCREV}" -SRCREV = "1665" +SRCREV = "17935" SRC_URI = "svn://src.chromium.org/svn/trunk/;module=src;proto=http" S = "${WORKDIR}/src/chrome" |