diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-09-18 18:18:41 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-09-18 18:20:14 +0200 |
commit | 876a2f7420a42d88981095c05cf20fe0aa45d948 (patch) | |
tree | d7d48c0384e558f2443d816a1358f5a48bc1c05d /recipes/ti/ti-codec-engine_2.23.1.bb | |
parent | 74fc79f49e272a234ba00513c512f0a32e14ad0c (diff) |
ti: switch download url from dir.com to dir.local
* dir.com is a registered domain
* no bump of versions needed
Diffstat (limited to 'recipes/ti/ti-codec-engine_2.23.1.bb')
-rw-r--r-- | recipes/ti/ti-codec-engine_2.23.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/ti-codec-engine_2.23.1.bb b/recipes/ti/ti-codec-engine_2.23.1.bb index a0e6a2ca7a..2a2b3a248b 100644 --- a/recipes/ti/ti-codec-engine_2.23.1.bb +++ b/recipes/ti/ti-codec-engine_2.23.1.bb @@ -12,7 +12,7 @@ PV = "2231" # Download codec_engine_2_23_01.tar.gz from https://www-a.ti.com/downloads/sds_support/targetcontent/CE/ce_2_23/index.html and copy in Arago (or OE) download directory. -SRC_URI = "http://install.source.dir.com/codec_engine_2_23_01.tar.gz " +SRC_URI = "http://install.source.dir.local/codec_engine_2_23_01.tar.gz " # Set the source directory S = "${WORKDIR}/codec_engine_2_23_01" |