[meta-ti] Peter A. Bigot : ti-dmai_svn: correct path within svn checkout
Enrico
ebutera at users.berlios.de
Tue Feb 21 02:06:29 PST 2012
On Tue, Feb 21, 2012 at 3:26 AM, Arago Project git
<git at arago-project.org> wrote:
> Module: meta-ti
> Branch: master
> Commit: a365e31ab237156244ff265a7c2d11153f2ef9b1
> URL: http://arago-project.org/git/meta-ti.git?a=commit;h=a365e31ab237156244ff265a7c2d11153f2ef9b1
>
> Author: Peter A. Bigot <bigotp at acm.org>
> Date: Tue Jan 31 06:40:57 2012 -0600
>
> 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 at acm.org>
> Acked-by: Roger Monk <r-monk at ti.com>
> Signed-off-by: Denys Dmytriyenko <denys at ti.com>
>
> ---
>
> recipes-ti/dmai/ti-dmai_svn.bb | 9 ++++++---
> 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 3c5595d..3ac7a81 100644
> --- a/recipes-ti/dmai/ti-dmai_svn.bb
> +++ b/recipes-ti/dmai/ti-dmai_svn.bb
> @@ -1,11 +1,14 @@
> require ti-dmai.inc
>
> +# Need to descend one level more to find source
> +S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai"
> +
This is already set in ti-dmai.inc so it's not needed here.
Enrico
More information about the meta-ti
mailing list