aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-10-12 13:04:43 +0200
committerKoen Kooi <koen@openembedded.org>2010-10-12 16:30:15 +0200
commitb9e0261ad8b331973c274d8b9889d040d4157132 (patch)
tree89b0676160303e6c04d202eb86a3a60292053018 /recipes/u-boot
parent200e6057a3cbea34d8bc5b143355a64425addda4 (diff)
downloadopenembedded-b9e0261ad8b331973c274d8b9889d040d4157132.tar.gz
u-boot-sakoman: fix build
Diffstat (limited to 'recipes/u-boot')
-rw-r--r--recipes/u-boot/u-boot-sakoman_git.bb7
1 files changed, 6 insertions, 1 deletions
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
+}