From: Otavio Salvador Date: Tue, 1 Oct 2013 16:21:46 +0000 (-0300) Subject: Revert "u-boot-fslc: Avoid native binary builds" X-Git-Tag: 2.1~1185 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=51b92bef2a8a91a8a5fad6cea55158db364eccef;p=meta-freescale.git Revert "u-boot-fslc: Avoid native binary builds" It causes build failures in several machines and it's too late to rework it properly. This reverts commit 2076ae7530a7ed2aa40678502598e74b0f533def. Change-Id: I2f0c21559516195941832c2bca7b1dc50c90852a Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb index d6591fb0..158c9ea8 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb @@ -15,9 +15,4 @@ SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" -do_configure_prepend() { - # FIXME: Ensure we don't do host binaries build - sed -i 's,SUBDIR_TOOLS = tools,SUBDIR_TOOLS = #tools,g' ${S}/Makefile -} - PACKAGE_ARCH = "${MACHINE_ARCH}"