summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mxsldr
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-03-17 10:42:55 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-17 16:36:39 -0300
commitcebf99040c3d1003a5c302996760865b7735f7f5 (patch)
tree834ad1f9fb5ccf4e3c62fb511c8e788e209e81b8 /recipes-bsp/mxsldr
parent90a3b95eb1f6279fd9b5322d93b3a8f5b1344480 (diff)
downloadmeta-fsl-arm-cebf99040c3d1003a5c302996760865b7735f7f5.tar.gz
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 <richard.purdie@linuxfoundation.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/mxsldr')
-rw-r--r--recipes-bsp/mxsldr/mxsldr_git.bb2
1 files changed, 1 insertions, 1 deletions
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}"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit autotools 16inherit autotools-brokensep
17 17
18BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"