[OE-core] [PATCH 01/11] gst-fluendo-mpegdemux: rework the CC hack

Khem Raj raj.khem at gmail.com
Sat Dec 3 17:53:00 UTC 2011


On Fri, Dec 2, 2011 at 12:19 PM,  <nitin.a.kamble at intel.com> wrote:
> From: Nitin A Kamble <nitin.a.kamble at intel.com>
>
> This fixes bug: [YOCTO #1403]
>
> Earlier hack was breaking compiler parameters set by tune settings. And that caused x32
> build failure. Now previous CC parameters are kept intact while adding new -L parameter.
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> ---
>  meta/recipes-multimedia/gstreamer/gst-fluendo.inc |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc
> index 203bdba..9615454 100644
> --- a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc
> +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc
> @@ -14,5 +14,5 @@ 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}"
> +CC += "-L${STAGING_LIBDIR}"

This looks like part of LDFLAGS more than CC to me.




More information about the Openembedded-core mailing list