u-boot-sakoman: fix build
authorKoen Kooi <koen@openembedded.org>
Tue, 12 Oct 2010 11:04:43 +0000 (13:04 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 12 Oct 2010 14:30:15 +0000 (16:30 +0200)
recipes/u-boot/u-boot-sakoman_git.bb

index 5ebac46..6b4a76f 100644 (file)
@@ -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
+}