diff options
author | Brijesh Singh <bksingh@ti.com> | 2009-09-15 14:03:54 -0500 |
---|---|---|
committer | Koen Kooi <k-kooi@ti.com> | 2009-09-17 10:02:20 +0200 |
commit | 0624cfcd88665ee317e39d53be9febdba013a244 (patch) | |
tree | 88c82ce95768d502d3634b1b6c1d29c85b3e3a00 /recipes/ti | |
parent | cb86af0943cf0c38f8fd8fba32ed129574e11a97 (diff) |
ti-cs1-omap35330: update SR_URI
Diffstat (limited to 'recipes/ti')
-rw-r--r-- | recipes/ti/ti-cs1-omap3530_1.0.1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/ti/ti-cs1-omap3530_1.0.1.bb b/recipes/ti/ti-cs1-omap3530_1.0.1.bb index 61d5406305..9779c33b71 100644 --- a/recipes/ti/ti-cs1-omap3530_1.0.1.bb +++ b/recipes/ti/ti-cs1-omap3530_1.0.1.bb @@ -1,12 +1,12 @@ require ti-codec.inc require ti-cs1-omap3530.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.bin" +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" # Specify names of the InstallJammer binary file and the tarball it extracts -BINFILE = "cs1omap3530_setuplinux_1_00_01.bin" +BINFILE = "cs1omap3530_setuplinux_1_00_01-42.bin" -S = "${WORKDIR}/dvsdk_3_00_00_40/cs1omap3530_1_00_01" +S = "${WORKDIR}/dvsdk_3_00_01_42/cs1omap3530_1_00_01" DEPENDS="ti-codec-engine ti-dsplink-module" @@ -14,7 +14,7 @@ export CODEGEN_INSTALL_DIR # Yes, the xdc stuff still breaks with a '.' in PWD PV = "101" -PR = "r4" +PR = "r5" do_compile() { |