]> code.ossystems Code Review - openembedded-core.git/commit
alsa-lib: Lift the limitation to use gcc only cross compiler
authorKhem Raj <raj.khem@gmail.com>
Sat, 22 Aug 2015 15:58:11 +0000 (08:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Aug 2015 11:34:09 +0000 (12:34 +0100)
commit47212cb032b67dc59277f6c38e9aeda5a9b628a4
tree0914f000077cc7ce1bd50d0ef2242c53e6d69ba3
parentfc35c10fed382e385f00b76abcee94a0148b4aee
alsa-lib: Lift the limitation to use gcc only cross compiler

alsa-lib configure tries to see that if CC variabled doesnt contain
'gcc' then it tries to guess and redefine CC to be something gcc, which
doesnt work with OE since we define CC to have sysroot and options
attached to it. So all tests fail when configure constructs the CC for
cross compiler like this. This portion is not needed at all

(From OE-Core rev: 33a7eb64cded61601c6ad6883e4d64ebe9ff547c)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-lib/0001-build-Do-not-try-to-detect-cross-compiler.patch [new file with mode: 0644]
meta/recipes-multimedia/alsa/alsa-lib_1.0.29.bb