diff options
| -rw-r--r-- | meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils index 495601f08f..5982e2d08c 100644 --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils +++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | INCLUDES = -I. -I../vboxsf -I../vboxsf/include | 13 | INCLUDES = -I. -I../vboxsf -I../vboxsf/include |
| 14 | MOD_DEFS = -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 \ | 14 | MOD_DEFS = -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 \ |
| 15 | -DIN_SUP_R0 -DVBOX -DVBOX_WITH_HGCM -DIN_MODULE -DIN_GUEST_R0 | 15 | -DIN_SUP_R0 -DVBOX -DVBOX_WITH_HGCM -DIN_MODULE -DIN_GUEST_R0 |
| 16 | CFLAGS = ${INCLUDES} ${MOD_DEFS} | 16 | CFLAGS = ${INCLUDES} ${MOD_DEFS} ${EXTRA_CFLAGS} |
| 17 | LDFLAGS = | 17 | LDFLAGS = |
| 18 | 18 | ||
| 19 | SRCS = mount.vboxsf.c \ | 19 | SRCS = mount.vboxsf.c \ |
diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb index c7e73b222e..0265e38f5f 100644 --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb +++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb | |||
| @@ -54,7 +54,7 @@ do_configure:prepend() { | |||
| 54 | # compile and install mount utility | 54 | # compile and install mount utility |
| 55 | do_compile() { | 55 | do_compile() { |
| 56 | oe_runmake all | 56 | oe_runmake all |
| 57 | oe_runmake 'LD=${CC}' 'LDFLAGS=${LDFLAGS}' -C ${S}/utils | 57 | oe_runmake 'LD=${CC}' 'EXTRA_CFLAGS=-I${STAGING_KERNEL_BUILDDIR}/include/' 'LDFLAGS=${LDFLAGS}' -C ${S}/utils |
| 58 | if ! [ -e vboxguest.ko -a -e vboxsf.ko -a -e vboxvideo.ko ] ; then | 58 | if ! [ -e vboxguest.ko -a -e vboxsf.ko -a -e vboxvideo.ko ] ; then |
| 59 | echo "ERROR: One of vbox*.ko modules wasn't built" | 59 | echo "ERROR: One of vbox*.ko modules wasn't built" |
| 60 | exit 1 | 60 | exit 1 |
