diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-12 09:08:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:53:55 +0100 |
commit | 14c4a41f88e2bbc09ac4bde8ce4acb6f5e03fcf4 (patch) | |
tree | 0c8c04a6b31f2dbb8671144d2311856882e5197d /meta/recipes-sato/webkit | |
parent | ab0401fd7673c353d4ea377ac5d9e38a32adceae (diff) | |
download | poky-14c4a41f88e2bbc09ac4bde8ce4acb6f5e03fcf4.tar.gz |
Update proto -> protocol for recipes
(From OE-Core rev: 247fbed5a93800c44dc36e403f13bdc8dd704553)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit')
-rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_svn.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb index 7d0aae99d2..6a6839d28f 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb | |||
@@ -22,9 +22,9 @@ PV = "1.7.2+svnr${SRCPV}" | |||
22 | PR = "r6" | 22 | PR = "r6" |
23 | 23 | ||
24 | SRC_URI = "\ | 24 | SRC_URI = "\ |
25 | svn://svn.webkit.org/repository/webkit/trunk/;module=Source;proto=http;name=source \ | 25 | svn://svn.webkit.org/repository/webkit/trunk/;module=Source;protocol=http;name=source \ |
26 | svn://svn.webkit.org/repository/webkit/trunk/;module=WebKitLibraries;proto=http \ | 26 | svn://svn.webkit.org/repository/webkit/trunk/;module=WebKitLibraries;protocol=http \ |
27 | svn://svn.webkit.org/repository/webkit/trunk/;module=Tools;proto=http \ | 27 | svn://svn.webkit.org/repository/webkit/trunk/;module=Tools;protocol=http \ |
28 | file://Makefile \ | 28 | file://Makefile \ |
29 | file://Makefile.shared \ | 29 | file://Makefile.shared \ |
30 | file://autogen.sh \ | 30 | file://autogen.sh \ |