[OE-core] [PATCH] eglic: Update the svn URL

Damien Lespiau damien.lespiau at gmail.com
Tue Jul 17 22:38:41 UTC 2012


On 17 July 2012 23:29, Phil Blundell <philb at gnu.org> wrote:
> On Tue, 2012-07-17 at 23:23 +0100, Damien Lespiau wrote:
>> -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 \
>
> Er, really?  Isn't "protocol=http" enough to get the svn fetcher to use
> http?  What version of bitbake do you have?
>
> I'm slightly surprised that "http://" even works here since there is no
> obvious clue to bitbake that it ought to be using svn for that URI.
> Won't that just give you a download of the html index page?

Fair enough, the patch is then totally untested, guess it's a bit too
late to try to send anything. The actual tested change was:

svn://svn.eglibc.org/branches/$branch_name

and then went ahead and made false assumptions about how bitbake was
going to do with the URL.
What I have here:

$ svn co svn://www.eglibc.org/svn/branches/eglibc-2_16/
svn: E170000: URL 'svn://www.eglibc.org/svn/branches/eglibc-2_16' doesn't exist

$ svn co svn://www.eglibc.org/branches/eglibc-2_16/
A    eglibc-2_16/ports
A    eglibc-2_16/ports/ChangeLog.tile
A    eglibc-2_16/ports/ChangeLog.cris
[..]

$ svn co http://www.eglibc.org/svn/branches/eglibc-2_16/
A    eglibc-2_16/ports
A    eglibc-2_16/ports/ChangeLog.tile
A    eglibc-2_16/ports/ChangeLog.cris
[..]

-- 
Damien




More information about the Openembedded-core mailing list