From: Michael Krelin <hacker@klever.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Gstreamer and rpath
Date: Thu, 02 Aug 2007 12:50:03 +0200 [thread overview]
Message-ID: <46B1B6DB.6020603@klever.net> (raw)
In-Reply-To: <46B1753D.1090507@dominion.kabel.utwente.nl>
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@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2007-08-02 10:54 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-02 6:10 Gstreamer and rpath Koen Kooi
2007-08-02 10:50 ` Michael Krelin [this message]
2007-08-02 11:23 ` Stanislav Brabec
2007-08-02 11:59 ` Michael Krelin
2007-08-02 12:38 ` Stanislav Brabec
2007-08-02 12:40 ` Philip Balister
2007-08-02 12:58 ` Michael Krelin
2007-08-02 13:27 ` Stanislav Brabec
2007-08-02 13:47 ` Koen Kooi
2007-08-02 14:15 ` Stanislav Brabec
2007-08-02 14:20 ` Koen Kooi
2007-08-02 14:47 ` Stanislav Brabec
2007-08-02 15:26 ` Michael Krelin
2007-08-02 15:46 ` Koen Kooi
2007-08-02 15:52 ` Michael Krelin
2007-08-02 17:00 ` Koen Kooi
2007-08-02 17:08 ` Michael Krelin
2007-08-02 22:16 ` Richard Purdie
2007-08-02 22:43 ` Michael Krelin
2007-08-03 8:04 ` Richard Purdie
2007-08-03 9:34 ` Michael Krelin
2007-08-05 11:29 ` Richard Purdie
2007-08-05 16:27 ` Michael Krelin
2007-08-05 20:21 ` Stanislav Brabec
2007-08-03 9:21 ` Stanislav Brabec
2007-08-05 11:32 ` Richard Purdie
2007-08-05 20:16 ` Stanislav Brabec
2007-08-05 20:27 ` Michael Krelin
2007-08-06 10:15 ` Stanislav Brabec
2007-08-06 16:28 ` Michael Krelin
2007-08-06 17:02 ` Stanislav Brabec
2007-08-05 5:55 ` Dr. Michael Lauer
2007-08-05 6:47 ` Mike (mwester)
2007-08-05 7:17 ` Dr. Michael Lauer
2007-08-02 12:56 ` Michael Krelin
2007-08-02 13:06 ` Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46B1B6DB.6020603@klever.net \
--to=hacker@klever.net \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.