diff mbox

[1/2] u-boot-tools: Let OE-Lite handle the stripping of binaries

Message ID b584569f7c8adecada5ce3329e4e4e04c7ef0ad0.1385205657.git.Morten.ThunbergSvendsen@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Morten Svendsen Nov. 23, 2013, 11:21 a.m. UTC
---
 recipes/u-boot/u-boot-tools.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Esben Haabendal Nov. 28, 2013, 8:55 a.m. UTC | #1
Merged to master, thanks.

/Esben
diff mbox

Patch

diff --git a/recipes/u-boot/u-boot-tools.inc b/recipes/u-boot/u-boot-tools.inc
index 6c964f2..b861c03 100644
--- a/recipes/u-boot/u-boot-tools.inc
+++ b/recipes/u-boot/u-boot-tools.inc
@@ -22,7 +22,7 @@  do_compile_fix_sdk_build() {
 }
 
 PARALLEL_MAKE = ""
-EXTRA_OEMAKE = 'HOSTCC="${CC}" HOSTSTRIP="${STRIP}" \
+EXTRA_OEMAKE = 'HOSTCC="${CC}" HOSTSTRIP=":" \
     CROSS_COMPILE="${HOST_PREFIX}"'
 
 RECIPE_FLAGS = "u_boot_tools_config"