[oe-commits] Koen Kooi : u-boot-sakoman: fix build

git version control git at git.openembedded.org
Tue Oct 12 14:33:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b9e0261ad8b331973c274d8b9889d040d4157132
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b9e0261ad8b331973c274d8b9889d040d4157132

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Oct 12 13:04:43 2010 +0200

u-boot-sakoman: fix build

---

 recipes/u-boot/u-boot-sakoman_git.bb |    7 ++++++-
 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 5ebac46..6b4a76f 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
+}





More information about the Openembedded-commits mailing list