From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [STABLE][PATCH v2] gstreamer-ti: fix path to codec combos
Date: Tue, 07 Apr 2009 12:40:44 +0200 [thread overview]
Message-ID: <grfajc$bvj$1@ger.gmane.org> (raw)
In-Reply-To: <1238848697-20191-1-git-send-email-k.kooi@student.utwente.nl>
On 04-04-09 14:38, Koen Kooi wrote:
> From: Koen Kooi<koen@openembedded.org>
ping
>
> ---
> gstreamer-ti_svn.bb | 11 +++++++++--
> ti-codec-combos_3.16.bb | 7 +++++--
> 2 files changed, 14 insertions(+), 4 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
> diff --git a/recipes/dsplink/ti-codec-combos_3.16.bb b/recipes/dsplink/ti-codec-combos_3.16.bb
> index dd97a57..6bab35a 100644
> --- a/recipes/dsplink/ti-codec-combos_3.16.bb
> +++ b/recipes/dsplink/ti-codec-combos_3.16.bb
> @@ -13,7 +13,7 @@ S = "${WORKDIR}/omap3530_dvsdk_combos_3_16"
>
> # Yes, the xdc stuff still breaks with a '.' in PWD
> PV = "316"
> -PR = "r14"
> +PR = "r15"
>
> TARGET = "all"
>
> @@ -77,6 +77,10 @@ do_install () {
> do_stage () {
> install -d ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combos
> cp -pPrf ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combos
> + for codec in encode decode ; do
> + mkdir -p ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combos/packages/ti/sdo/servers/$codec/package/info/${datadir}/ti-codec-combos
> + ln -sf ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combos/packages/ti/sdo/servers/$codec/package/info/$codec* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combos/packages/ti/sdo/servers/$codec/package/info/${datadir}/ti-codec-combos
> + done
> }
>
> FILES_ti-codec-combos = "${datadir}/ti-codec-combos/*"
next prev parent reply other threads:[~2009-04-07 10:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-04 12:38 [STABLE][PATCH v2] gstreamer-ti: fix path to codec combos Koen Kooi
2009-04-07 10:40 ` Koen Kooi [this message]
2009-04-08 6:18 ` Koen Kooi
2009-04-08 12:46 ` Philip Balister
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='grfajc$bvj$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