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

           Summary: Python packages which install scripts do not work
                    properly
           Product: Openembedded
           Version: unspecified
          Platform: ARM
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


With OE dev branch dated 31/07/06, Python packages which use distutils fail to
install properly.  Scripts which start with the line:

#!/usr/bin/env python
...
python coe
...

Get munged by distutils into:

#!<staging_dir>/bin/python
...
python code
...

And hus, they do not run on the target.


-- 
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.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to