[oe] [meta-oe][PATCH] vboxguestdrivers: obey LDFLAGS

Christopher Larson kergoth at gmail.com
Fri Jun 17 20:31:51 UTC 2016


From: Christopher Larson <chris_larson at mentor.com>

We need to obey LDFLAGS to get the correct hash style for external toolchains.

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
---
 meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.36.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.36.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.36.bb
index 781e3d5..081e977 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.36.bb
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.36.bb
@@ -40,7 +40,7 @@ do_export_sources() {
 
 # compile and install mount utility
 do_compile_append() {
-    oe_runmake -C ${S}/utils
+    oe_runmake 'LD=${CC}' 'LDFLAGS=${LDFLAGS}' -C ${S}/utils
 }
 
 module_do_install() {
-- 
2.8.0




More information about the Openembedded-devel mailing list