diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-12-24 13:30:24 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-24 13:31:55 -0800 |
| commit | 0ecf2814b207cc25962a3949c8265d856a355ea0 (patch) | |
| tree | 9631a2bb84470acb05b0e8473786bb4730b4a616 /meta-oe/recipes-support/vboxguestdrivers | |
| parent | f3862b744197c02393197e28c1fa426455f8a7e2 (diff) | |
| download | meta-openembedded-0ecf2814b207cc25962a3949c8265d856a355ea0.tar.gz | |
vboxguestdrivers: Upgrade to 7.2.4
This is a maintenance release. The following items were fixed or added:
GUI: Fixed VirtualBox VM Manager crash when host was resuming from sleep (github:gh-121, github:gh-170)
GUI: Updated native language support for Traditional Chinese, Greek, Swedish, Hungarian and Indonesian translations
NAT: Fixed issue when multiple port forwarding rules affected NAT functionality (github:gh-232)
Linux host and guest: Introduced initial support for kernel 6.18
Linux Guest Additions: Introduced additional fixes for RHEL 9.6 and 9.7 kernels (github:GH-12)
Windows Guest Additions: Introduced additional fixes for issue when installation was failing in Windows XP SP2 guest (github:GH-142)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/vboxguestdrivers')
| -rw-r--r-- | meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.2.4.bb (renamed from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.2.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.2.2.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.2.4.bb index 34b5e9ed04..eb9b81f154 100644 --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.2.2.bb +++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.2.4.bb | |||
| @@ -15,7 +15,7 @@ VBOX_NAME = "VirtualBox-${PV}" | |||
| 15 | SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \ | 15 | SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \ |
| 16 | file://Makefile.utils \ | 16 | file://Makefile.utils \ |
| 17 | " | 17 | " |
| 18 | SRC_URI[sha256sum] = "b0e63bfb855327aecf1122cda33390c33734e5ffed72f123f5edf786a8ce1393" | 18 | SRC_URI[sha256sum] = "d281ec981b5f580211a0cedd1b75a1adcb0fbfcbb768d8c2bf4429f4763e8bbd" |
| 19 | 19 | ||
| 20 | S ?= "${UNPACKDIR}/vbox_module" | 20 | S ?= "${UNPACKDIR}/vbox_module" |
| 21 | S:task-unpack = "${UNPACKDIR}/${VBOX_NAME}" | 21 | S:task-unpack = "${UNPACKDIR}/${VBOX_NAME}" |
