]> code.ossystems Code Review - openembedded-core.git/commit
createrepo: drop the usage of create_wrapper
authorRoss Burton <ross.burton@intel.com>
Wed, 12 Jun 2013 16:29:21 +0000 (17:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Jun 2013 16:37:58 +0000 (17:37 +0100)
commit7d91b44e00d6c50b7b5fbef17f2bae8e3a983a4c
tree0f04d6a2c8ff4fdb17d9f785b3461445e569e486
parentd99dac66e3e121e96c4d8a29aee846d4b8f38622
createrepo: 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-support/createrepo/createrepo_0.4.11.bb