diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-12 17:42:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:37:58 +0100 |
commit | 470a67d9047ccabe3b624238f31c0381793404be (patch) | |
tree | 048fa242125880ecd9ff72a45516cd67f0cefa22 /meta/classes | |
parent | 7d91b44e00d6c50b7b5fbef17f2bae8e3a983a4c (diff) | |
download | openembedded-core-470a67d9047ccabe3b624238f31c0381793404be.tar.gz openembedded-core-470a67d9047ccabe3b624238f31c0381793404be.tar.bz2 openembedded-core-470a67d9047ccabe3b624238f31c0381793404be.zip |
gnome-doc-utils: drop the usage of create_wrapper
create_wrapper was previously abused to invoke the Python interpretter directly
instead of relying on #! parsing, which is read into a 128 byte buffer so breaks
with deep build directories.
However now that we already install a "nativepython" binary into the native
sysroot, use sed to change the #! line to /usr/bin/env nativepython.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions