]> code.ossystems Code Review - meta-freescale.git/commitdiff
mxsldr: Use 'autotools-brokensep' as out of tree build is not supported
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 17 Mar 2014 13:42:55 +0000 (10:42 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 17 Mar 2014 19:36:39 +0000 (16:36 -0300)
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@linuxfoundation.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/mxsldr/mxsldr_git.bb

index 1951e5969729ebcba032d5d4750feaac8aca26ea..497f6a19de933471c212714cb2ae02aaefa47e25 100644 (file)
@@ -13,6 +13,6 @@ PV = "0.0.0+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-inherit autotools
+inherit autotools-brokensep
 
 BBCLASSEXTEND = "native nativesdk"