diff options
author | Roger Monk <r-monk@ti.com> | 2010-09-12 11:47:37 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-09-13 10:28:25 +0200 |
commit | 5991c286781a6e6cb94df2f48f1f1cce80209ab5 (patch) | |
tree | e5a3118e40ebe90ce379ba2f5759fcce229d77d8 | |
parent | a41ec19ad564b755d487c0642ec8a201f0ac2a23 (diff) |
ti-codec-engine: Add space at end of SRC_URI to enable SRC_URI_append
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r-- | recipes/ti/ti-codec-engine.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/ti-codec-engine.inc b/recipes/ti/ti-codec-engine.inc index 1b89ea71b2..9d5735490c 100644 --- a/recipes/ti/ti-codec-engine.inc +++ b/recipes/ti/ti-codec-engine.inc @@ -16,7 +16,7 @@ PR = "r5" S = "${WORKDIR}/codec_engine_${PV}" -SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce/${PV}/exports/codec_engine_${PV},lite.tar.gz;name=cetarball" +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce/${PV}/exports/codec_engine_${PV},lite.tar.gz;name=cetarball " DEPENDS = "ti-framework-components ti-xdais ti-xdctools ti-linuxutils" DEPENDS_append_dm6446 = " ti-dspbios ti-dsplink ti-local-power-manager ti-cgt6x ti-biosutils ti-edma3lld" |