From: Otavio Salvador Date: Mon, 17 Mar 2014 13:42:55 +0000 (-0300) Subject: mxsldr: Use 'autotools-brokensep' as out of tree build is not supported X-Git-Tag: 2.1~989 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9fe0dc9b6cd04311f869d7c1b7fda9d341269593;p=meta-freescale.git mxsldr: Use 'autotools-brokensep' as out of tree build is not supported The out of tree build is not currently supported so disable it for now; this change is need to allow autotools to default to out of tree builds in future. Change-Id: Ib7827d3b6c818235da2d8fcb2f0f8e953a84c515 Reported-by: Richard Purdie Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/mxsldr/mxsldr_git.bb b/meta-fsl-arm/recipes-bsp/mxsldr/mxsldr_git.bb index 1951e596..497f6a19 100644 --- a/meta-fsl-arm/recipes-bsp/mxsldr/mxsldr_git.bb +++ b/meta-fsl-arm/recipes-bsp/mxsldr/mxsldr_git.bb @@ -13,6 +13,6 @@ PV = "0.0.0+git${SRCPV}" S = "${WORKDIR}/git" -inherit autotools +inherit autotools-brokensep BBCLASSEXTEND = "native nativesdk"