]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-fluendo.inc: remove unneccessary hack
authorNitin A Kamble <nitin.a.kamble@intel.com>
Thu, 1 Dec 2011 18:51:30 +0000 (10:51 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Dec 2011 21:50:08 +0000 (21:50 +0000)
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.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-multimedia/gstreamer/gst-fluendo.inc

index 203bdbafa2048369aa14e0ec0e6492956707f5b6..8b24cf757a6e2928c7715e67082afde641a29f0c 100644 (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}"
-