mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
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:
committed by
Richard Purdie
parent
0c45ecb60c
commit
3c96a53863
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user