[oe-commits] [Bug 5211] New: Example profile corrupts the path and prevents classpath to build successfully

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Wed Jun 17 20:32:30 UTC 2009


http://bugs.openembedded.org/show_bug.cgi?id=5211

           Summary: Example profile corrupts the path and prevents
                    classpath to build successfully
           Product: Openembedded
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: org.openembedded.dev
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: po at hemmamail.se


The example profile provided corrupts the PATH and prevents the classpath
recipe to build successfully when used.


file:
~/overo-oe/build/profile

Has a line:

export PATH="${OVEROTOP}/bitbake/bin:$PATH"

 should be like:

export PATH="${OVEROTOP}/bitbake/bin:{$PATH}"

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list