From: Martin Jansa <martin.jansa@gmail.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Damien Lespiau <damien.lespiau@intel.com>
Subject: Re: [PATCH] eglic: Update the svn URL
Date: Wed, 18 Jul 2012 00:28:04 +0200 [thread overview]
Message-ID: <20120717222804.GD22569@jama.jama.net> (raw)
In-Reply-To: <1342563792-17634-1-git-send-email-damien.lespiau@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2720 bytes --]
On Tue, Jul 17, 2012 at 11:23:12PM +0100, Damien Lespiau wrote:
> 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.
How did you test this change? svn:// is right (it's checkout from
subverion), what's wrong is your bitbake version not respecting
protocol=http param to checkout from subversion using http backend.
If you change SRC_URI to start with http:// then wget will be used to
download that and of course it will fail as there is no eglibc source on
http://www.eglibc.org/svn/branches url.
Cheers,
>
> 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
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2012-07-17 22:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-17 22:23 [PATCH] eglic: Update the svn URL Damien Lespiau
2012-07-17 22:28 ` Martin Jansa [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120717222804.GD22569@jama.jama.net \
--to=martin.jansa@gmail.com \
--cc=damien.lespiau@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox