ti-codecs-omap3530: fix the URL for previous -42 release
authorDenys Dmytriyenko <[denis@denix.org]>
Mon, 1 Feb 2010 08:52:33 +0000 (09:52 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 12 Apr 2010 17:43:15 +0000 (19:43 +0200)
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-codecs-omap3530_1.00.01.42.bb [moved from recipes/ti/ti-codecs-omap3530_1.01.bb with 93% similarity]

similarity index 93%
rename from recipes/ti/ti-codecs-omap3530_1.01.bb
rename to recipes/ti/ti-codecs-omap3530_1.00.01.42.bb
index e75075f..59d211c 100644 (file)
@@ -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
 }
-
-