2012/9/7 Khem Raj <[email protected]> > > > -Khem > > On Sep 7, 2012, at 4:27 AM, Frans Meulenbroeks < > [email protected]> wrote: > > > Not sure if anyone is still interested in oe classic, but while > rebuilding > > some sw using oe classic I noticed the eglibc recipes did not build any > > more as upstream changed things in the repo. > > Probably your IT blocked Svn >
Hm. This used to work. I figured eglibc changed things (see also the addition of /svn after www.eglibc.org dived a little bit deeper into it. oldest oe-core version I could find is http://cgit.openembedded.org/openembedded-core/diff/meta/recipes-core/eglibc/eglibc_2.12.bb?id=29d6678fd546377459ef75cf54abeef5b969b5cf this one is from aug 2010. it already uses proto=http: The latest classic version is http://cgit.openembedded.org/openembedded/tree/recipes/eglibc/eglibc_2.12.bb this one is form may 2010 and uses proto=svn: no idea why/how this is changed. anyway the proto=http works for me so if someone encounters this problem maybe google will present this solution/alternative. Best regards, Frans > > > I've locally fixed this by changing SRC_URI from > > SRC_URI = "svn:// > svn.eglibc.org/branches;module=${EGLIBC_BRANCH};proto=svn \ > > into > > SRC_URI = "svn:// > > www.eglibc.org/svn/branches;module=${EGLIBC_BRANCH};proto=http \ > > > > builds and tests fine. If anyone is tempted, feel free to author a patch. > > > > Frans > > _______________________________________________ > > Openembedded-devel mailing list > > [email protected] > > http://l.org/cgi-bin/mailman/listinfo/openembedded-devel > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
