diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-07 16:29:11 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:46:07 +0200 |
commit | a502e14cf47093ed85f97c47c39ea61500ac6991 (patch) | |
tree | f3aad597eb938679ee6f329bc903bfffeb176de8 /recipes-ti/dmai | |
parent | 7feec898773083bbbd5f6a6991caa1d84c0733d2 (diff) | |
download | meta-ti-a502e14cf47093ed85f97c47c39ea61500ac6991.tar.gz |
dmai: don't break parsing for machines that don't set SRCREV_pn-dmai
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/dmai')
-rw-r--r-- | recipes-ti/dmai/ti-dmai.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/dmai/ti-dmai.inc b/recipes-ti/dmai/ti-dmai.inc index d072ecd1..c3d45a7b 100644 --- a/recipes-ti/dmai/ti-dmai.inc +++ b/recipes-ti/dmai/ti-dmai.inc | |||
@@ -12,8 +12,8 @@ PROVIDES += "ti-dmai-apps" | |||
12 | 12 | ||
13 | PE = "1" | 13 | PE = "1" |
14 | 14 | ||
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}" |
19 | 19 | ||