summaryrefslogtreecommitdiff
path: root/packages/python/python-native_2.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-native_2.5.1.bb')
0 files changed, 0 insertions, 0 deletions
/td>1 While at it, also fix: * consistent indentation (four spaces) * unset temporary variables * use $(...) instead of `...` Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 2016-03-20oe-init-build-env*: Update/correct comment about specifying argumentsPeter Kjellerstedt1 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 2016-03-20oe-init-build-env*: Allow $OEROOT to be predefinedPeter Kjellerstedt1 The current implementation of oe-init-build-env and oe-init-build-env-memres requires that they are sourced from the directory that will be known as $OEROOT. This makes it hard to write a wrapper script with the same name as the original OE script which, e.g., sources the original OE script from a sub-directory. With this change, $OEROOT can be predefined when oe-init-build-env or oe-init-build-env-memres is sourced, allowing the original OE scripts to be anywhere. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 2015-12-27scripts: hand the TEMPLATECONF local over to setup-builddirMarcus Müller1 Signed-off-by: Marcus Müller <marcus.mueller@ettus.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 2015-04-13oe-init-build-env: fix for build dirs that have spaces in their pathJoshua Lock1 Enclose expansions of BUILDDIR in quotes in order to correctly handle paths which include spaces. Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>