diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2025-09-26 16:53:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-01 10:52:54 +0100 |
commit | a9266fa9054753fc9d1f39f9f67d846bb298536b (patch) | |
tree | e5663663200e06f9dd69b514955aeb7dd989c115 /meta/recipes-devtools/python-numpy/files/riscv64/_numpyconfig.h | |
parent | a41aed6295592e6afadc6ad461aaf309e41e6d66 (diff) | |
download | poky-a9266fa9054753fc9d1f39f9f67d846bb298536b.tar.gz |
oe-setup-build: fix dash support
Being minimalist, dash does not support the (non-POSIX) feature of
passing an argument while sourcing a script. Like in
. <some path>/oe-init-build-env <build dir>
With dash, one must instead use:
cd <some path>
set <build dir> # puts <build dir> in $1
. ./oe-init-build-env # can only be called from its directory in dash
oe-setup-build generate a sourcable "init-build-env" script, this script
must use the above snippet to be used in dash.
(From OE-Core rev: 35c90011824845b40066b7747b256f1cd31b0dba)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python-numpy/files/riscv64/_numpyconfig.h')
0 files changed, 0 insertions, 0 deletions