[Bug 849] New: bitbake fails because it tries to fetch openmoko with svn co -r 1

bugzilla-daemon at bugzilla.openmoko.org bugzilla-daemon at bugzilla.openmoko.org
Fri Sep 14 11:32:15 CEST 2007


http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=849

           Summary: bitbake fails because it tries to fetch openmoko with
                    svn co -r 1
           Product: OpenMoko
           Version: 2007.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: OE bitbake recipes  / build system
        AssignedTo: mickey at vanille-media.de
        ReportedBy: johnpcass at yahoo.com
                CC: buglog at lists.openmoko.org


bitbake fails with an ERROR in fetch on openmoko2 components.
This is because it is explictly trying to svn co -r 1

the revision number comes from classes/openmoko2.bbclass:

SVNREV = "r${SRCREV}"

I think somewhere this SRCREV is not being set and defaults to 1

I changed this to SVNREV = "rHEAD" and also changed the default SRC_URI in that
file to include "...;rev=HEAD"

and then all the HEAD versions of the openmoko apps get downloaded and it works.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the buglog mailing list