summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorEnrico Butera <ebutera@users.berlios.de>2012-02-09 15:12:44 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-02-10 21:32:36 -0500
commitf88a0a9d7cd64101e5f5564ca0cf47c5209e21ef (patch)
treecc14373d12c8979b2fb2872062b2e367141b497d /recipes-ti
parentc4ca936b97c2839b9f34e5badd19d6388c28da2d (diff)
downloadmeta-ti-f88a0a9d7cd64101e5f5564ca0cf47c5209e21ef.tar.gz
ti-dmai: build fix
Properly set ${S} dir. Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/dmai/ti-dmai.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/dmai/ti-dmai.inc b/recipes-ti/dmai/ti-dmai.inc
index 8c20384a..b22495a4 100644
--- a/recipes-ti/dmai/ti-dmai.inc
+++ b/recipes-ti/dmai/ti-dmai.inc
@@ -15,7 +15,7 @@ PE = "1"
15SRCREV ?= "UNDEFINED_SRCREV" 15SRCREV ?= "UNDEFINED_SRCREV"
16DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH" 16DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH"
17 17
18S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}" 18S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai"
19 19
20SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${DMAIBRANCH};proto=https;user=anonymous;pswd='' \ 20SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${DMAIBRANCH};proto=https;user=anonymous;pswd='' \
21 file://loadmodules-ti-dmai-dm6446_al.sh \ 21 file://loadmodules-ti-dmai-dm6446_al.sh \