summaryrefslogtreecommitdiffstats
path: root/recipes-ti/dmai
diff options
context:
space:
mode:
authorPeter A. Bigot <bigotp@acm.org>2012-01-31 06:40:57 -0600
committerDenys Dmytriyenko <denys@ti.com>2012-02-20 21:24:08 -0500
commita365e31ab237156244ff265a7c2d11153f2ef9b1 (patch)
treebe539c7b46b24270ce3a5c48bbcd1fd580cbfd9e /recipes-ti/dmai
parent7a9f438424efa9cfc73c25da93938d1121971bb8 (diff)
downloadmeta-ti-a365e31ab237156244ff265a7c2d11153f2ef9b1.tar.gz
ti-dmai_svn: correct path within svn checkout
At r642 as currently retrieved, the contents of ${S} are subdirectories dmai and patches, so the subsequent attempt to run "make clean" in ${S} fails because there is no Makefile there. Append /dmai to the default ${S}, remove the now incorrect /dmai from LIC_FILES_CHKSUM, and correct the strippath for the patches to reflect the new starting location. Signed-off-by: Peter A. Bigot <bigotp@acm.org> Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/dmai')
-rw-r--r--recipes-ti/dmai/ti-dmai_svn.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/ti-dmai_svn.bb
index 3c5595dc..3ac7a81d 100644
--- a/recipes-ti/dmai/ti-dmai_svn.bb
+++ b/recipes-ti/dmai/ti-dmai_svn.bb
@@ -1,11 +1,14 @@
1require ti-dmai.inc 1require ti-dmai.inc
2 2
3# Need to descend one level more to find source
4S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai"
5
3# Hack to be able to use recent kernel headers from userspace 6# Hack to be able to use recent kernel headers from userspace
4TARGET_CC_ARCH += " -D__EXPORTED_HEADERS__" 7TARGET_CC_ARCH += " -D__EXPORTED_HEADERS__"
5 8
6PV = "2_10_00_01+svnr${SRCPV}" 9PV = "2_10_00_01+svnr${SRCPV}"
7 10
8LIC_FILES_CHKSUM = "file://dmai/dmai_${PV}_License.html;md5=3302f728a5a42f97cabc26a54d7fa607" 11LIC_FILES_CHKSUM = "file://dmai_${PV}_License.html;md5=3302f728a5a42f97cabc26a54d7fa607"
9 12
10# This package has high dependence on kernel, use kernel PR as base and append a local version 13# This package has high dependence on kernel, use kernel PR as base and append a local version
11PR = "${MACHINE_KERNEL_PR}" 14PR = "${MACHINE_KERNEL_PR}"
@@ -29,7 +32,7 @@ SRCREV_omapl137 = "482"
29SRCREV_omapl138 = "570" 32SRCREV_omapl138 = "570"
30SRCREV ?= "UNDEFINED_SRCREV" 33SRCREV ?= "UNDEFINED_SRCREV"
31 34
32SRC_URI_append = " file://omap3530-r642-remove-include-videodev.diff;striplevel=2 \ 35SRC_URI_append = " file://omap3530-r642-remove-include-videodev.diff;striplevel=3 \
33 file://r642-fix-config-bld.diff;striplevel=2 \ 36 file://r642-fix-config-bld.diff;striplevel=3 \
34 " 37 "
35 38