From 9fe0dc9b6cd04311f869d7c1b7fda9d341269593 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 17 Mar 2014 10:42:55 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-bsp/mxsldr/mxsldr_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.1