]> code.ossystems Code Review - openembedded-core.git/commit
gnome-doc-utils: drop the usage of create_wrapper
authorRoss Burton <ross.burton@intel.com>
Wed, 12 Jun 2013 16:42:25 +0000 (17:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Jun 2013 16:37:58 +0000 (17:37 +0100)
commit470a67d9047ccabe3b624238f31c0381793404be
tree048fa242125880ecd9ff72a45516cd67f0cefa22
parent7d91b44e00d6c50b7b5fbef17f2bae8e3a983a4c
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>
meta/recipes-gnome/gnome/gnome-doc-utils.inc