diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-30 17:55:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-30 21:05:57 +0100 |
commit | e8d2a2a3646f964ec61ece62e14788cd7184dd01 (patch) | |
tree | 449edc367570714d40c5542c5a133dcbd6377679 /meta/recipes-extended/cronie | |
parent | 72c6fb8ac57b1f4a5c6dd3a65c3150f1e2f0ffd1 (diff) | |
download | openembedded-core-e8d2a2a3646f964ec61ece62e14788cd7184dd01.tar.gz openembedded-core-e8d2a2a3646f964ec61ece62e14788cd7184dd01.tar.bz2 openembedded-core-e8d2a2a3646f964ec61ece62e14788cd7184dd01.zip |
utils.bbclass: ensure $0 is correct in wrapper scripts
Some packages (eg mesa) will invoke a tool with --version and do string matches
on the output (i.e. mesa does $LEX --version |grep "^flex "). This doesn't work
with the combination of wrapper scripts and binaries that use $0 as they output
"flex.real".
Luckily bash's exec lets you set $0. As we want to use this we can't use env,
but using export appears to work just as well.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cronie')
0 files changed, 0 insertions, 0 deletions