diff options
author | Christopher Larson <chris_larson@mentor.com> | 2016-06-17 13:31:51 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-23 15:20:54 +0200 |
commit | cff7a47919ee6c0b2a4bb0e4d48007a5a25c403e (patch) | |
tree | 856be187cf910238300c22c68563912aaea9250f /meta-oe/recipes-support | |
parent | 55dfb1bd857426e5f0c6edf39e30299ee32c6336 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.36.bb | 2 |
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 781e3d52e..081e977ed 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() { | |||
40 | 40 | ||
41 | # compile and install mount utility | 41 | # compile and install mount utility |
42 | do_compile_append() { | 42 | do_compile_append() { |
43 | oe_runmake -C ${S}/utils | 43 | oe_runmake 'LD=${CC}' 'LDFLAGS=${LDFLAGS}' -C ${S}/utils |
44 | } | 44 | } |
45 | 45 | ||
46 | module_do_install() { | 46 | module_do_install() { |