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

Kamble, Nitin A nitin.a.kamble at intel.com
Mon Dec 5 16:59:36 UTC 2011


Hi Khem,
  Makes sense. Will try to change the fix accordingly.
Thanks,
Nitin


> -----Original Message-----
> From: openembedded-core-bounces at lists.openembedded.org
> [mailto:openembedded-core-bounces at lists.openembedded.org] On Behalf Of
> Khem Raj
> Sent: Saturday, December 03, 2011 9:53 AM
> To: Patches and discussions about the oe-core layer
> Cc: hjl.tools at gmail.com
> Subject: Re: [OE-core] [PATCH 01/11] gst-fluendo-mpegdemux: rework the
> CC hack
> 
> 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.
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list