[oe-commits] Roger Monk : ti-codec-combos: Use DVSDK Codec Combos to be aligned with DVSDK

GIT User account git at amethyst.openembedded.net
Thu Apr 2 07:04:48 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 46f6f7e51412b96594a448d88c57e33073456e49
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=46f6f7e51412b96594a448d88c57e33073456e49

Author: Roger Monk <r-monk at ti.com>
Date:   Tue Mar 31 10:40:11 2009 +0000

ti-codec-combos: Use DVSDK Codec Combos to be aligned with DVSDK

Signed-off-by: Koen Kooi <koen at openembedded.org>
Acked-by: Philip Balister (philip at balister.org)

---

 recipes/dsplink/ti-codec-combos_3.16.bb |   19 +++----------------
 1 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/recipes/dsplink/ti-codec-combos_3.16.bb b/recipes/dsplink/ti-codec-combos_3.16.bb
index dc1ef9f..dd97a57 100644
--- a/recipes/dsplink/ti-codec-combos_3.16.bb
+++ b/recipes/dsplink/ti-codec-combos_3.16.bb
@@ -4,7 +4,9 @@ LICENCE = "unknown"
 
 require ti-paths.inc
 
-SRC_URI = "http://software-dl.ti.com/sdo/sdo_apps_public_sw/omap3530_dvsdk_combos_tspa/omap3530_dvsdk_combos_tspa-3_16-Linux-x86.bin \
+
+# Tar-Up Codec Combos from the OMAP DVSDK (http://www.ti.com/dvevmupdates) and drop in files/
+SRC_URI = "file://omap3530_dvsdk_combos_3_16.tar.gz \
     "
 
 S = "${WORKDIR}/omap3530_dvsdk_combos_3_16"
@@ -20,21 +22,6 @@ export CE_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-engine/pa
 # Needed for now since makefile in latest package assumes this is set
 export CODEC_INSTALL_DIR="${S}"
 
-# Helper function to run the binary installer and unpack the tar.gz in the same place as it was before - this could be optimised later
-do_accept_license() {
-        export HOME="${WORKDIR}"
-	chmod +x ${WORKDIR}/omap3530_dvsdk_combos_tspa-3_16-Linux-x86.bin
-        ${WORKDIR}/omap3530_dvsdk_combos_tspa-3_16-Linux-x86.bin --mode silent --prefix ${S}_install
-        cd "${S}_install"
-	tar -xzvf omap3530_dvsdk_combos_tspa_3_16.tar.gz
-	if [ -d ${S} ] ; then 
-            rm -rf ${S}
-        fi
-        mv omap3530_dvsdk_combos_tspa_3_16 ${S}
-}
-
-addtask accept_license after do_unpack before do_configure
-
 do_compile() {
 
         # For now, remove the reference to Rules.make and swap prod for eval, since this only has eval libs included





More information about the Openembedded-commits mailing list