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:38:11 +0000 (17:38 +0100)
commit5eff6e8678463d4f564e3955be45a8bf6e82b3e3
tree28eea160527962b54643344343f4b9fbf047a7d6
parent52c38aa90c6079795ebbb1289c02e6d14a30ccb6
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.

(From OE-Core rev: 7d91b44e00d6c50b7b5fbef17f2bae8e3a983a4c)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/createrepo/createrepo_0.4.11.bb