git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200e605
)
u-boot-sakoman: fix build
author
Koen Kooi
<koen@openembedded.org>
Tue, 12 Oct 2010 11:04:43 +0000
(13:04 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 12 Oct 2010 14:30:15 +0000
(16:30 +0200)
recipes/u-boot/u-boot-sakoman_git.bb
patch
|
blob
|
history
diff --git
a/recipes/u-boot/u-boot-sakoman_git.bb
b/recipes/u-boot/u-boot-sakoman_git.bb
index
5ebac46
..
6b4a76f
100644
(file)
--- 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
+}