]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipes: svn SRC_URI s/proto=/protocol=/g
authorMartin Jansa <martin.jansa@gmail.com>
Tue, 17 Jul 2012 09:52:22 +0000 (11:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jul 2012 13:28:43 +0000 (14:28 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/eglibc/cross-localedef-native_2.15.bb
meta/recipes-core/eglibc/cross-localedef-native_2.16.bb
meta/recipes-multimedia/tremor/tremor_20120314.bb

index 6f311fc33cd2e2c59b8548d9413be84683bd1780..493eb61a7a330da323da8188aae9ae07a70b574e 100644 (file)
@@ -16,7 +16,7 @@ inherit autotools
 PR = "r0"
 SRCREV="15225"
 EGLIBC_BRANCH="eglibc-2_14"
-SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http "
+SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http "
 S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef"
 
 do_unpack_append() {
index 88c701ebc9624b0410aea65a9e93b9ff0863d180..0f870be10cf1b736727ce6f8203405e7a44945f6 100644 (file)
@@ -16,7 +16,7 @@ inherit autotools
 PR = "r0"
 SRCREV="19383"
 EGLIBC_BRANCH="eglibc-2_16"
-SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http "
+SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http "
 S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef"
 
 do_unpack_append() {
index 19d03d6490f1f7cfd50c71a9d34ef7846835363b..cf519830372b2cc93ce5b30ee17782c1dafcb59a 100644 (file)
@@ -8,7 +8,7 @@ DEPENDS = "libogg"
 SRCDATE = "${PV}"
 PR = "r0"
 
-SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;proto=http"
+SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http"
 
 S = "${WORKDIR}/Tremor"