On 17 July 2012 23:29, Phil Blundell <[email protected]> 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
