aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2016-06-17 13:31:51 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2016-06-23 15:20:54 +0200
commitcff7a47919ee6c0b2a4bb0e4d48007a5a25c403e (patch)
tree856be187cf910238300c22c68563912aaea9250f
parent55dfb1bd857426e5f0c6edf39e30299ee32c6336 (diff)
downloadmeta-openembedded-contrib-cff7a47919ee6c0b2a4bb0e4d48007a5a25c403e.tar.gz
vboxguestdrivers: obey LDFLAGS
We need to obey LDFLAGS to get the correct hash style for external toolchains. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.36.bb2
1 files changed, 1 insertions, 1 deletions
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 781e3d52e1..081e977ed2 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() {