[oe] Gstreamer and rpath

Michael Krelin hacker at klever.net
Thu Aug 2 10:50:03 UTC 2007


I don't know much about gstreamer, but being inventor of
OE_LT_RPATH_ALLOW I felt obliged to look into gst-plugins.inc and I'm
guessing it should be:

OE_LT_RPATH_ALLOW=":${libdir}/gstreamer-${LIBV}:"

instead of "any".

Love,
H

Koen Kooi wrote:
> Hi,
> 
> There were some report about gstreamer not finding plugins and Cliff Brake reported that
> frobbing OE_LT_RPATH_ALLOW helped:
> 
> ============================================================
> --- packages/gstreamer/gst-common.inc   27ceb74f764523f7d0708087bd16ae8a3627c39e
> +++ packages/gstreamer/gst-common.inc   860249c91df6da7ad81a6dffba9d5529cc114c67
> @@ -7,6 +7,9 @@ inherit autotools pkgconfig
> 
>  inherit autotools pkgconfig
> 
> +OE_LT_RPATH_ALLOW = "any"
> +OE_LT_RPATH_ALLOW[export]="1"
> +
>  do_stage() {
>      rm -rf ${STAGE_TEMP}
>      mkdir -p ${STAGE_TEMP}
> ============================================================
> --- packages/gstreamer/gst-plugins.inc  6293327f294676ab88b8ec6b36906d0113b3566a
> +++ packages/gstreamer/gst-plugins.inc  5dc5a74a21bc2ea4d9870acdac9615b821137cec
> @@ -10,6 +10,9 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4"
> 
>  acpaths = "-I ${S}/common/m4 -I ${S}/m4"
> 
> +OE_LT_RPATH_ALLOW = "any"
> +OE_LT_RPATH_ALLOW[export]="1"
> +
>  LIBV = "0.10"
> 
>  python populate_packages_prepend () {
> 
> 
> Could someone more familiar with gstreamer and/or the OE_LT_RPATH_ALLOW syntax make this
> more finegrained?
> 
> regards,
> 
> Koen

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel at lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list