aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/packagedata.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-09-22 17:21:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-22 18:12:51 +0100
commitba0f6b6ec32275329ebbb7c27f661c027b7a921d (patch)
tree1372e08a193ed2d67b6362ee51a8d1c704864dc4 /meta/classes/packagedata.bbclass
parentbbec2ee98a08270c681189a6ba26beb1034d3e2f (diff)
downloadopenembedded-core-contrib-ba0f6b6ec32275329ebbb7c27f661c027b7a921d.tar.gz
classes/populate_sdk_ext: fix missing environment settings if running installer with sh
If you ran the extensible SDK installer file with sh (instead of bash), then the additional call to buildtools environment setup, extension of PATH to support running devtool, and setting of OE_SKIP_SDK_CHECK weren't being added to the end of the script. This is because apparently bash is happy to expand wildcards in the target of a redirection, but bash running in POSIX sh mode won't (although it apparently does work on the sh command line rather than within a script run as an argument to sh). In any case using a wildcard here is a bit of a crutch which we don't need, so replace it with the proper path to the environment setup script. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/packagedata.bbclass')
0 files changed, 0 insertions, 0 deletions