diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-26 11:35:17 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:32 +0200 |
commit | fd9b6aa1d3f07b8986c8d3a56b85076f204bba8c (patch) | |
tree | 7502343907325162a44f57fc025f6456e483ca77 /meta-oe/recipes-support/vboxguestdrivers | |
parent | 6f6f0b6284b3aea1e0b2f7c8b115ed0378192596 (diff) | |
download | meta-openembedded-fd9b6aa1d3f07b8986c8d3a56b85076f204bba8c.tar.gz |
vboxguestdrivers: Upgrade to 5.1.26
Fixes build with kernel 4.12 along the way
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/vboxguestdrivers')
-rw-r--r-- | meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.26.bb (renamed from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.18.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.18.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.26.bb index 4085b9fc7..fdefe0317 100644 --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.18.bb +++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.26.bb | |||
@@ -14,8 +14,8 @@ VBOX_NAME = "VirtualBox-${PV}" | |||
14 | SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \ | 14 | SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \ |
15 | file://Makefile.utils \ | 15 | file://Makefile.utils \ |
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "1a7db64cd69ba6d39574fb333e031251" | 17 | SRC_URI[md5sum] = "d3aec8190c649d7e0d92ba374779dfe3" |
18 | SRC_URI[sha256sum] = "7ed0959bbbd02826b86b3d5dc8348931ddfab267c31f8ed36ee53c12f5522cd9" | 18 | SRC_URI[sha256sum] = "b5715035e681a11ef1475f83f9503d34a00f0276b89c572eebec363dda80c8a9" |
19 | 19 | ||
20 | S = "${WORKDIR}/vbox_module" | 20 | S = "${WORKDIR}/vbox_module" |
21 | 21 | ||