1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-07 11:20:45 +00:00

dmai: don't break parsing for machines that don't set SRCREV_pn-dmai

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-08-07 16:29:11 +02:00
parent 7feec89877
commit a502e14cf4
+2 -2
View File
@@ -12,8 +12,8 @@ PROVIDES += "ti-dmai-apps"
PE = "1"
SRCREV ?= "<UNDEFINED_SRCREV>"
DMAIBRANCH ?= "<UNDEFINED_DMAIBRANCH>"
SRCREV ?= "UNDEFINED_SRCREV"
DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH"
S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}"