Hi all:

we're using OE to build several Python packages for our device, and the builds seem to have broken with the latest dev branch.

Our Python packages have scripts that they install into /usr/bin to start the applications. These scripts look something like:

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

when OE builds them, Python distutils munges the scripts to point to the OE staging directory so they look like:

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

and of course these don't run on our device. Any ideas where to start hunting for this problem?

Thanks, and regards,

Marc

_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to