diff options
author | Denys Dmytriyenko <[denis@denix.org]> | 2010-02-01 09:52:33 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:15 +0200 |
commit | 4e8ae76f4022918eb25509046c29bfcc6eda992d (patch) | |
tree | 75849b11885e83b74c9861bf4365622962ba6ed6 | |
parent | 4198554e913ee888247fd11bff52802f4090b828 (diff) |
ti-codecs-omap3530: fix the URL for previous -42 release
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r-- | recipes/ti/ti-codecs-omap3530_1.00.01.42.bb (renamed from recipes/ti/ti-codecs-omap3530_1.01.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/ti/ti-codecs-omap3530_1.01.bb b/recipes/ti/ti-codecs-omap3530_1.00.01.42.bb index e75075f1b2..59d211c78c 100644 --- a/recipes/ti/ti-codecs-omap3530_1.01.bb +++ b/recipes/ti/ti-codecs-omap3530_1.00.01.42.bb @@ -1,6 +1,6 @@ require ti-codec.inc -SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_3_00/latest//exports/cs1omap3530_setuplinux_1_00_01-42.bin" +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_3_00/3_00_00_42/exports/cs1omap3530_setuplinux_1_00_01-42.bin" # Specify names of the InstallJammer binary file and the tarball it extracts BINFILE = "cs1omap3530_setuplinux_1_00_01-42.bin" @@ -16,7 +16,7 @@ RREPLACES_${PN} = "ti-cs1-omap3530" export CODEGEN_INSTALL_DIR # Yes, the xdc stuff still breaks with a '.' in PWD -PV = "1_00_1" +PV = "1_00_01_42" PR = "r5" do_compile() { @@ -52,5 +52,3 @@ do_install () { cp ${file} ${D}/${installdir}/codec-combo done } - - |