diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-12-01 10:51:30 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-12 21:50:17 +0000 |
commit | 3c96a5386355969428163ddb60216cc989e00b3d (patch) | |
tree | b2aac31bfb27224cfb53e1b6da442c9c4cf9cf5d /meta/recipes-multimedia/gstreamer | |
parent | 0c45ecb60cfb8b1f1e775e8d4f8808909ced8838 (diff) | |
download | poky-3c96a5386355969428163ddb60216cc989e00b3d.tar.gz |
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>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-fluendo.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc index 203bdbafa2..8b24cf757a 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" | |||
12 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" | 12 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" |
13 | 13 | ||
14 | EXTRA_OECONF = "--disable-debug --disable-valgrind" | 14 | EXTRA_OECONF = "--disable-debug --disable-valgrind" |
15 | |||
16 | # Hack to get STAGING_LIBDIR into the linker path when building | ||
17 | CC = "${CCACHE} ${HOST_PREFIX}gcc -L${STAGING_LIBDIR}" | ||
18 | |||