]> code.ossystems Code Review - meta-freescale.git/commitdiff
Revert "u-boot-fslc: Avoid native binary builds"
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 1 Oct 2013 16:21:46 +0000 (13:21 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 1 Oct 2013 17:59:06 +0000 (14:59 -0300)
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 <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb

index d6591fb09fd2c50d60f5e33ce5a8e98a2fe8c642..158c9ea8252b60d0a91c1ec3cd30dd4c7dbb16f0 100644 (file)
@@ -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}"