Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] eglic: Update the svn URL
@ 2012-07-17 22:23 Damien Lespiau
  2012-07-17 22:28 ` Martin Jansa
  2012-07-17 22:29 ` Phil Blundell
  0 siblings, 2 replies; 6+ messages in thread
From: Damien Lespiau @ 2012-07-17 22:23 UTC (permalink / raw)
  To: openembedded-core; +Cc: Damien Lespiau

From: Damien Lespiau <damien.lespiau@intel.com>

Apparently, you can't be checkout eglibc at this URL anymore:

STDERR: svn: E170000: URL 'svn://www.eglibc.org/svn/branches/eglibc-2_15' doesn't exist

eglibc.org does give http access to the repository, but you have to use
the http:// scheme.

So let's change both 2.15 and 2.16 recipes.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 meta/recipes-core/eglibc/eglibc_2.15.bb |    2 +-
 meta/recipes-core/eglibc/eglibc_2.16.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb b/meta/recipes-core/eglibc/eglibc_2.15.bb
index 110febf..16b3fa1 100644
--- a/meta/recipes-core/eglibc/eglibc_2.15.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.15.bb
@@ -7,7 +7,7 @@ PR = "r12"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_15"
-SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http \
+SRC_URI = "http://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http \
            file://eglibc-svn-arm-lowlevellock-include-tls.patch \
            file://IO-acquire-lock-fix.patch \
            file://mips-rld-map-check.patch \
diff --git a/meta/recipes-core/eglibc/eglibc_2.16.bb b/meta/recipes-core/eglibc/eglibc_2.16.bb
index 09f5dbb..bec39cf 100644
--- a/meta/recipes-core/eglibc/eglibc_2.16.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.16.bb
@@ -7,7 +7,7 @@ PR = "r0"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_16"
-SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http \
+SRC_URI = "http://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http \
            file://eglibc-svn-arm-lowlevellock-include-tls.patch \
            file://IO-acquire-lock-fix.patch \
            file://mips-rld-map-check.patch \
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-17 23:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-17 22:23 [PATCH] eglic: Update the svn URL Damien Lespiau
2012-07-17 22:28 ` Martin Jansa
2012-07-17 22:39   ` Martin Jansa
2012-07-17 23:01     ` Damien Lespiau
2012-07-17 22:29 ` Phil Blundell
2012-07-17 22:38   ` Damien Lespiau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox