aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/u-boot/u-boot_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 252d8bbb3b..9699e8f1e8 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -203,6 +203,7 @@ PV_omapzoom2 = "1.1.4+${PR}+gitr${SRCREV}"
PE_omapzoom2 = "1"
do_compile_omapzoom2 () {
+ sed -i -e "s|OPTFLAGS=.*|OPTFLAGS=|" config.mk
unset LDFLAGS
unset CFLAGS
unset CPPFLAGS
@@ -221,6 +222,7 @@ PV_omapzoom36x = "1.1.4+${PR}+gitr${SRCREV}"
PE_omapzoom36x = "1"
do_compile_omapzoom36x () {
+ sed -i -e "s|OPTFLAGS=.*|OPTFLAGS=|" config.mk
unset LDFLAGS
unset CFLAGS
unset CPPFLAGS