mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 19:27:13 +00:00
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> (cherry picked from commit cff7a47919ee6c0b2a4bb0e4d48007a5a25c403e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
a7de612784
commit
2be8e0fe2f
@ -40,7 +40,7 @@ do_export_sources() {
|
|||||||
|
|
||||||
# compile and install mount utility
|
# compile and install mount utility
|
||||||
do_compile_append() {
|
do_compile_append() {
|
||||||
oe_runmake -C ${S}/utils
|
oe_runmake 'LD=${CC}' 'LDFLAGS=${LDFLAGS}' -C ${S}/utils
|
||||||
}
|
}
|
||||||
|
|
||||||
module_do_install() {
|
module_do_install() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user