aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-dmai_2.20.00.06.bb
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-09-30 10:55:42 +0100
committerKoen Kooi <koen@openembedded.org>2010-09-30 13:20:27 +0200
commit89a853efcd610ddf02abf9ce76694c80acaca455 (patch)
treeac6c77f9527c81e165333cd0d4719361a1ae08a6 /recipes/ti/ti-dmai_2.20.00.06.bb
parent915f3afd5c6567ec5fa3fed80e6b10a092fbe354 (diff)
downloadopenembedded-89a853efcd610ddf02abf9ce76694c80acaca455.tar.gz
ti-dmai: sync with arago
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-dmai_2.20.00.06.bb')
-rw-r--r--recipes/ti/ti-dmai_2.20.00.06.bb16
1 files changed, 1 insertions, 15 deletions
diff --git a/recipes/ti/ti-dmai_2.20.00.06.bb b/recipes/ti/ti-dmai_2.20.00.06.bb
index 21f10fc108..e564a44a7f 100644
--- a/recipes/ti/ti-dmai_2.20.00.06.bb
+++ b/recipes/ti/ti-dmai_2.20.00.06.bb
@@ -1,24 +1,10 @@
require ti-dmai.inc
PV = "2_20_00_06"
-PR = "r2"
+PR = "r3"
COMPATIBLE_MACHINE = "dm365-evm"
-SRC_URI_append = " \
- file://doxygen_templates.tar.gz \
- file://arago-tdox \
-"
-
SRCREV = "519"
DMAIBRANCH = "tags/TAG_2_20_00_06"
-do_install_prepend () {
- find ${S} -name .svn -type d | xargs rm -rf
- cp -pPrf ${WORKDIR}/doxygen_templates ${S}
- cp -pPrf ${WORKDIR}/arago-tdox ${S}/tdox
- chmod a+x ${S}/release.sh
- chmod a+x ${S}/tdox
- ${S}/release.sh ${PV}
-}
-