gst-fluendo.inc: remove unneccessary hack

This fixes bug: [YOCTO #1403]

the custom definition of CC was causing build isuses with x32 toolchain.
And also I found out that the hack is not neccessary anymore. the
affected gst-fluendo-mpegdemux recipe builds fine without the CC hack.

(From OE-Core rev: 81cbedaaddd589e03fe2f6cb789907b1e555a9d6)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Nitin A Kamble 2011-12-01 10:51:30 -08:00 committed by Richard Purdie
parent 0c45ecb60c
commit 3c96a53863
1 changed files with 0 additions and 4 deletions

View File

@ -12,7 +12,3 @@ FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"
EXTRA_OECONF = "--disable-debug --disable-valgrind"
# Hack to get STAGING_LIBDIR into the linker path when building
CC = "${CCACHE} ${HOST_PREFIX}gcc -L${STAGING_LIBDIR}"