aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorBrijesh Singh <bksingh@ti.com>2010-10-12 13:19:32 -0500
committerKoen Kooi <koen@openembedded.org>2010-10-13 10:34:55 +0200
commit59a179c90a55ad19d3b68077aa92f309703ee451 (patch)
tree5d0a67bf51d36f134e5b27cba830139de5d33973 /recipes/ti
parent3a16dfae68bff765460d64fb878c575fcceb1340 (diff)
downloadopenembedded-59a179c90a55ad19d3b68077aa92f309703ee451.tar.gz
ti-dm365mm-module: use external URL to fetch the component
Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-dm365mm-module.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/ti/ti-dm365mm-module.inc b/recipes/ti/ti-dm365mm-module.inc
index caf0441a99..1292327bcc 100644
--- a/recipes/ti/ti-dm365mm-module.inc
+++ b/recipes/ti/ti-dm365mm-module.inc
@@ -2,9 +2,7 @@ DESCRIPTION = "User space DMA module for DM365"
SECTION = "devel"
LICENSE = "GPLv2"
-BASE_SRC_URI = "http://install.source.dir.local"
-
-SRC_URI = "${BASE_SRC_URI}/dm365mm_${PV}.tar.gz;name=dm365mmtarball"
+SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_3_10/latest/exports/dm365mm_${PV}.tar.gz;name=dm365mmtarball"
S = "${WORKDIR}/dm365mm_${PV}"