mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-12 03:49:32 +02:00
non: pass bindir/libdir explicitly without magic / fix warning
| WARNING: non-1.2.0+gitAUTOINC+d958df0486-r0 do_configure: Unable to execute waf --version, exit code 127. Assuming waf version without bindir/libdir support. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -27,8 +27,13 @@ NON_SIMD ?= "--disable-sse"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
${NON_SIMD} \
|
||||
--bindir=${bindir} \
|
||||
--libdir=${libdir} \
|
||||
"
|
||||
|
||||
python waf_preconfigure() {
|
||||
}
|
||||
|
||||
do_configure_prepend() {
|
||||
sed -i 's:/usr/bin/env python:/usr/bin/env python3:' `grep -rl '/usr/bin/env python$' ${S}`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user