recipes: svn SRC_URI s/proto=/protocol=/g

(From OE-Core rev: 11711d5d040e6456ac43f8800b535fe5946144cf)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2012-07-17 11:52:22 +02:00 committed by Richard Purdie
parent 76a16c0c11
commit 63bfda766f
3 changed files with 3 additions and 3 deletions

View 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() {

View 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() {

View 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"