diff options
author | Enrico Butera <ebutera@users.berlios.de> | 2012-02-09 15:12:44 +0100 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-10 21:32:36 -0500 |
commit | f88a0a9d7cd64101e5f5564ca0cf47c5209e21ef (patch) | |
tree | cc14373d12c8979b2fb2872062b2e367141b497d /recipes-ti/dmai | |
parent | c4ca936b97c2839b9f34e5badd19d6388c28da2d (diff) | |
download | meta-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/dmai')
-rw-r--r-- | recipes-ti/dmai/ti-dmai.inc | 2 |
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" | |||
15 | SRCREV ?= "UNDEFINED_SRCREV" | 15 | SRCREV ?= "UNDEFINED_SRCREV" |
16 | DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH" | 16 | DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH" |
17 | 17 | ||
18 | S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}" | 18 | S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai" |
19 | 19 | ||
20 | SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${DMAIBRANCH};proto=https;user=anonymous;pswd='' \ | 20 | SRC_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 \ |