From patchwork Mon Dec 13 17:13:21 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: eglibc: use HTTP for svn checkout Date: Mon, 13 Dec 2010 17:13:21 -0000 From: Ryan D Phillips X-Patchwork-Id: 61 Message-Id: <4D065431.6080304@dell.com> To: openembedded-devel@lists.openembedded.org SVN over HTTP is a more reliable transport for developers behind restrictive proxies. Regards, Ryan >From c0a5ad76e64d961735b5c07326d86107ef98f6a1 Mon Sep 17 00:00:00 2001 From: Ryan D Phillips Date: Mon, 13 Dec 2010 10:00:27 -0600 Subject: [PATCH] eglibc: Use HTTP for svn checkout SVN over HTTP is a more reliable transport for developers behind restrictive proxies. Signed-off-by: Ryan D Phillips --- recipes/eglibc/eglibc_2.10.bb | 2 +- recipes/eglibc/eglibc_2.11.bb | 2 +- recipes/eglibc/eglibc_2.12.bb | 2 +- recipes/eglibc/eglibc_2.9.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/eglibc/eglibc_2.10.bb b/recipes/eglibc/eglibc_2.10.bb index 1eab7eb..e873bea 100644 --- a/recipes/eglibc/eglibc_2.10.bb +++ b/recipes/eglibc/eglibc_2.10.bb @@ -7,7 +7,7 @@ PR = "${INC_PR}.10" PR_append = "+svnr${SRCPV}" SRCREV="10152" EGLIBC_BRANCH="eglibc-2_10" -SRC_URI = "svn://svn.eglibc.org/branches;module=${EGLIBC_BRANCH};proto=svn \ +SRC_URI = "svn://svn.eglibc.org/svn/branches;module=${EGLIBC_BRANCH};proto=http \ file://eglibc-svn-arm-lowlevellock-include-tls.patch \ file://armv4t-interworking.patch \ file://IO-acquire-lock-fix.patch \ diff --git a/recipes/eglibc/eglibc_2.11.bb b/recipes/eglibc/eglibc_2.11.bb index b249f29..4a6f25d 100644 --- a/recipes/eglibc/eglibc_2.11.bb +++ b/recipes/eglibc/eglibc_2.11.bb @@ -8,7 +8,7 @@ PR = "${INC_PR}.8" PR_append = "+svnr${SRCPV}" SRCREV="12231" EGLIBC_BRANCH="eglibc-2_11" -SRC_URI = "svn://svn.eglibc.org/branches;module=${EGLIBC_BRANCH};proto=svn \ +SRC_URI = "svn://svn.eglibc.org/svn/branches;module=${EGLIBC_BRANCH};proto=http \ file://eglibc-svn-arm-lowlevellock-include-tls.patch \ file://IO-acquire-lock-fix.patch \ file://shorten-build-commands.patch \ diff --git a/recipes/eglibc/eglibc_2.12.bb b/recipes/eglibc/eglibc_2.12.bb index 1285568..214da69 100644 --- a/recipes/eglibc/eglibc_2.12.bb +++ b/recipes/eglibc/eglibc_2.12.bb @@ -8,7 +8,7 @@ PR = "${INC_PR}.7" PR_append = "+svnr${SRCPV}" SRCREV="12230" EGLIBC_BRANCH="eglibc-2_12" -SRC_URI = "svn://svn.eglibc.org/branches;module=${EGLIBC_BRANCH};proto=svn \ +SRC_URI = "svn://svn.eglibc.org/svn/branches;module=${EGLIBC_BRANCH};proto=http \ file://eglibc-svn-arm-lowlevellock-include-tls.patch \ file://IO-acquire-lock-fix.patch \ file://shorten-build-commands.patch \ diff --git a/recipes/eglibc/eglibc_2.9.bb b/recipes/eglibc/eglibc_2.9.bb index c06345e..b096469 100644 --- a/recipes/eglibc/eglibc_2.9.bb +++ b/recipes/eglibc/eglibc_2.9.bb @@ -7,7 +7,7 @@ PR = "${INC_PR}.10" PR_append = "+svnr${SRCPV}" SRCREV="10153" EGLIBC_BRANCH="eglibc-2_9" -SRC_URI = "svn://svn.eglibc.org/branches;module=${EGLIBC_BRANCH};proto=svn \ +SRC_URI = "svn://svn.eglibc.org/svn/branches;module=${EGLIBC_BRANCH};proto=http \ file://eglibc-svn-arm-lowlevellock-include-tls.patch \ file://armv4t-interworking.patch \ file://IO-acquire-lock-fix.patch \