From b9e0261ad8b331973c274d8b9889d040d4157132 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 12 Oct 2010 13:04:43 +0200 Subject: u-boot-sakoman: fix build --- recipes/u-boot/u-boot-sakoman_git.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'recipes/u-boot') 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 +} -- cgit 1.2.3-korg