diff mbox

[2/2] u-boot-tools: Pass HOST_LDFLAGS to u-boot make

Message ID 6c72c60c55093bad6c2c111d7339d439f3833512.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
This will fix missing rpath's in u-boot-tools binaries.
---
 recipes/u-boot/u-boot-tools.inc | 1 +
 1 file changed, 1 insertion(+)

Comments

Esben Haabendal Nov. 28, 2013, 8:56 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 b861c03..7aa14be 100644
--- a/recipes/u-boot/u-boot-tools.inc
+++ b/recipes/u-boot/u-boot-tools.inc
@@ -23,6 +23,7 @@  do_compile_fix_sdk_build() {
 
 PARALLEL_MAKE = ""
 EXTRA_OEMAKE = 'HOSTCC="${CC}" HOSTSTRIP=":" \
+    HOSTLDFLAGS="${HOST_LDFLAGS}" \
     CROSS_COMPILE="${HOST_PREFIX}"'
 
 RECIPE_FLAGS = "u_boot_tools_config"