diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-08-01 11:35:48 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-08-07 21:29:43 -0400 |
commit | 131d02fe360a39f3805a9281dd580e9f28d9ca53 (patch) | |
tree | 3e40ffba3b8440480db5a5b292798b0bdb726143 /recipes-ti/dmai | |
parent | 297f5217bffa174bfa4226af01dfcfb692f580b0 (diff) | |
download | meta-ti-131d02fe360a39f3805a9281dd580e9f28d9ca53.tar.gz |
ti-dmai.inc: fix 'proto='-warning on recipe parsing
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
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 23481b7f..58955b58 100644 --- a/recipes-ti/dmai/ti-dmai.inc +++ b/recipes-ti/dmai/ti-dmai.inc | |||
@@ -17,7 +17,7 @@ DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH" | |||
17 | 17 | ||
18 | S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai" | 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};protocol=https;user=anonymous;pswd='' \ |
21 | file://loadmodules-ti-dmai-dm6446_al.sh \ | 21 | file://loadmodules-ti-dmai-dm6446_al.sh \ |
22 | file://loadmodules-ti-dmai-dm6467_al.sh \ | 22 | file://loadmodules-ti-dmai-dm6467_al.sh \ |
23 | file://loadmodules-ti-dmai-o3530_al.sh \ | 23 | file://loadmodules-ti-dmai-o3530_al.sh \ |