Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [STABLE][PATCH] gstreamer-ti: fix path to codec combos
Date: Sat, 04 Apr 2009 11:46:34 +0200	[thread overview]
Message-ID: <gr7a9q$4ld$1@ger.gmane.org> (raw)
In-Reply-To: <1238836674-23507-1-git-send-email-k.kooi@student.utwente.nl>

On 04-04-09 11:17, Koen Kooi wrote:
> From: Koen Kooi<koen@openembedded.org>

Ignore this one, it depends on other things that haven't been committed yet.



>
>
> Signed-off-by: Koen Kooi<koen@openembedded.org>
> ---
>   recipes/dsplink/gstreamer-ti_svn.bb |   10 +++++++++-
>   1 files changed, 9 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/dsplink/gstreamer-ti_svn.bb b/recipes/dsplink/gstreamer-ti_svn.bb
> index e14f262..ab705f3 100644
> --- a/recipes/dsplink/gstreamer-ti_svn.bb
> +++ b/recipes/dsplink/gstreamer-ti_svn.bb
> @@ -4,7 +4,7 @@ SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=
>             "
>   SRCREV = "160"
>
> -PR = "r6"
> +PR = "r7"
>
>   # Again, no '.' in PWD allowed :(
>   PV = "0+svnr${SRCREV}"
> @@ -32,6 +32,14 @@ export XDC_PLATFORM
>   #GCArmv5T.cc.opts = "SEDME_CCARCH";
>   #GCArmv5T.cc.$seal("opts");
>
> +do_configure_prepend() {
> +	for i in ${S}/src/*.cfg ; do
> +		sed -i -e s:\./encodeCombo.x64P:${datadir}/ti-codec-combos/encodeCombo.x64P:g \
> +	           -e s:\./decodeCombo.x64P:${datadir}/ti-codec-combos/decodeCombo.x64P:g \
> +	           $i
> +	done
> +}
> +
>   do_compile_prepend() {
>   	for i in $(find ${S} -name "config.bld") ; do
>   		    sed -i -e s:SEDME_CCARCH:'${TARGET_CCARCH}': $i





      reply	other threads:[~2009-04-04  9:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-04  9:17 [STABLE][PATCH] gstreamer-ti: fix path to codec combos Koen Kooi
2009-04-04  9:46 ` Koen Kooi [this message]

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='gr7a9q$4ld$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox