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

           Summary: bitbake should escape variables
           Product: BitBake
           Version: unspecified
          Platform: Other
        OS/Version: Mac OS X 10.0
            Status: NEW
          Severity: normal
          Priority: P2
         Component: BitBake
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


ERROR: invalid syntax (line 1) while parsing
/Users/koen/Projects/OpenEmbedded/org.openembedded.dev/packages/atmelwlandriver/atmelwlandriver_3.3.5.6.bb
NOTE: exceptions.SyntaxError:invalid syntax (line 1) while evaluating:
[EMAIL PROTECTED]('/Volumes/Koen's Firewire
disk/OpenEmbedded/build/tmp/angstrom/staging/h2200-angstrom-linux-gnueabi/kernel/kernel-abiversion')}

Yes, it is a funky path, but bitbake shouldn't break on that.

The problem is in OE:

classes/module-base.bbclass:export KERNEL_VERSION =
"[EMAIL PROTECTED]('${STAGING_KERNEL_DIR}/kernel-abiversion')}"

the ' clashes with the ' in the path


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to