[meta-freescale] [meta-fsl-arm v2][PATCH 4/5] mxsldr: Use 'autotools-brokensep' as out of tree build is not supported

Otavio Salvador otavio at ossystems.com.br
Mon Mar 17 13:29:39 PDT 2014


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 <richard.purdie at linuxfoundation.org>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-bsp/mxsldr/mxsldr_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr_git.bb
index 1951e59..497f6a1 100644
--- a/recipes-bsp/mxsldr/mxsldr_git.bb
+++ b/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"
-- 
1.9.0



More information about the meta-freescale mailing list