git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a16dfa
)
ti-dm365mm-module: use external URL to fetch the component
author
Brijesh Singh
<bksingh@ti.com>
Tue, 12 Oct 2010 18:19:32 +0000
(13:19 -0500)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 13 Oct 2010 08:34:55 +0000
(10:34 +0200)
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-dm365mm-module.inc
patch
|
blob
|
history
diff --git
a/recipes/ti/ti-dm365mm-module.inc
b/recipes/ti/ti-dm365mm-module.inc
index
caf0441
..
1292327
100644
(file)
--- 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}"