From: Koen Kooi Date: Tue, 12 Oct 2010 11:04:43 +0000 (+0200) Subject: u-boot-sakoman: fix build X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9e0261ad8b331973c274d8b9889d040d4157132;p=openembedded.git u-boot-sakoman: fix build --- diff --git a/recipes/u-boot/u-boot-sakoman_git.bb b/recipes/u-boot/u-boot-sakoman_git.bb index 5ebac46503..6b4a76f4ef 100644 --- a/recipes/u-boot/u-boot-sakoman_git.bb +++ b/recipes/u-boot/u-boot-sakoman_git.bb @@ -8,6 +8,11 @@ PV = "2010.9+${PR}+git${SRCREV}" SRC_URI = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \ " - S = "${WORKDIR}/git" +do_compile () { + unset LDFLAGS + unset CFLAGS + unset CPPFLAGS + oe_runmake all +}