]> code.ossystems Code Review - openembedded-core.git/commit
utils.bbclass: Tweak create_wrapper
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Jun 2013 14:57:03 +0000 (15:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Jun 2013 16:02:46 +0000 (17:02 +0100)
commit4569d7403638e4c1f637e3a6adb8dea620dc8543
treec77fc572ec05fcd1adf325e7b382efa8614807af
parentb1da10579a28f9a5260a0678f6f15ce4b5a2706c
utils.bbclass: Tweak create_wrapper

Currently the full path is specified to exec however this may incorporate a
build path which in the nativesdk case, is not transformed to a target system
path. This leads to failures due to incorrect paths.

This patch ensures the full build path is not encoded into the wrapper script.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/utils.bbclass