microwindows: fix build error
microwindows makefiles override some environment variables set by bitbake. This makes the build fail with: fatal error: gnu/stubs-soft.h: No such file or directory Force those variables by passing them via the make command line. https://jira.digi.com/browse/DEL-1319 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
919200e1aa
commit
f450cb3017
|
|
@ -19,6 +19,9 @@ SRC_URI[sha256sum] = "c0a8473842fc757ff4c225f82b83d98bba5da0dca0cf843cfc7792064a
|
|||
S = "${WORKDIR}/${PN}-${PV}/src"
|
||||
|
||||
EXTRA_OEMAKE = " \
|
||||
CC='${CC}' \
|
||||
CXX='${CXX}' \
|
||||
LD='${LD}' \
|
||||
ARMTOOLSPREFIX=${TARGET_PREFIX} \
|
||||
INSTALL_OWNER1= \
|
||||
INSTALL_OWNER2= \
|
||||
|
|
|
|||
Loading…
Reference in New Issue