diff options
author | Changqing Li <changqing.li@windriver.com> | 2018-10-18 15:49:43 +0800 |
---|---|---|
committer | Ross Burton <ross.burton@intel.com> | 2018-11-05 12:35:30 +0000 |
commit | b4227458cd5bd73beb8ae8e54b6365f326178092 (patch) | |
tree | e5b8613350193aa0ac43ab183a32ab261734a1d6 /lib/oeqa/sdkmingw/context.py | |
parent | 8ddd31f2dfe506e45f22a6dd67f997045a34804e (diff) | |
download | meta-mingw-b4227458cd5bd73beb8ae8e54b6365f326178092.tar.gz |
mingw32-common: only export WINDRES/RC for SDK buildyocto-2.6.1thud-20.0.1
Fix below problem:
MACHINE=intel-x86-64
SDKMACHINE = "i686-mingw32"
bitbake freetype
do_compile failed with below error:
x86_64-wrs-linux-libtool: compile: x86_64-wrs-linux-windres
--include-dir=work/corei7-64-wrs-linux/freetype/2.9.1-r0/recipe-sysroot/usr/include
/work/corei7-64-wrs-linux/freetype/2.9.1-r0/freetype-2.9.1/src/base/ftver.rc
-o work/corei7-64-wrs-linux/freetype/2.9.1-r0/build/.libs/ftver.o
work/corei7-64-wrs-linux/freetype/2.9.1-r0/build//x86_64-wrs-linux-libtool:
line 1752: x86_64-wrs-linux-windres: command not found
we don't want to use windres for target build, only export WINDRES/RC when build
SDK. SDK_OS = "mingw32", so use this override to fix it.
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'lib/oeqa/sdkmingw/context.py')
0 files changed, 0 insertions, 0 deletions