From cebf99040c3d1003a5c302996760865b7735f7f5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 17 Mar 2014 10:42:55 -0300 Subject: 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 --- recipes-bsp/mxsldr/mxsldr_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp/mxsldr/mxsldr_git.bb') 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" -- cgit v1.2.3-54-g00ecf