mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
vboxguestdrivers: fix build failure on 32 bit architectures
A variable has been renamed upstream from BUILD_TARGET_ARCH to VBOX_KBUILD_TARGET_ARCH Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ffdde0f2ef
commit
47f66939ff
@ -21,8 +21,8 @@ SRC_URI[sha256sum] = "e47942e42892c13c621869865e2b7b320340154f0fa74ecbdaf18fdaf7
|
||||
S ?= "${WORKDIR}/vbox_module"
|
||||
S:task-patch = "${WORKDIR}/${VBOX_NAME}"
|
||||
|
||||
export BUILD_TARGET_ARCH="${ARCH}"
|
||||
export BUILD_TARGET_ARCH:x86-64="amd64"
|
||||
export VBOX_KBUILD_TARGET_ARCH="${ARCH}"
|
||||
export VBOX_KBUILD_TARGET_ARCH:x86-64="amd64"
|
||||
|
||||
EXTRA_OEMAKE += "KERN_DIR='${WORKDIR}/${KERNEL_VERSION}/build' KBUILD_VERBOSE=1"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user