From 3c96a5386355969428163ddb60216cc989e00b3d Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 1 Dec 2011 10:51:30 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gst-fluendo.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/recipes-multimedia/gstreamer') diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc index 203bdba..8b24cf7 100644 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc @@ -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}" - -- cgit v1.1