virtualbox-ose: update to 6.1.14a + enable virtio
The 'a' patch ships the required files VirtioCore.{cpp,h} and we can enable VBOX_WITH_VIRTIO = 1 again. Keep the version number and just revbump the package. Closes: #24840
This commit is contained in:
parent
c5ab1c2fcf
commit
798135f176
2 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ VBOX_WITH_LINUX_ADDITIONS = 1
|
|||
VBOX_WITH_X11_ADDITIONS = 1
|
||||
VBOX_WITH_TESTCASES =
|
||||
VBOX_WITH_TESTSUITE =
|
||||
VBOX_WITH_VIRTIO =
|
||||
VBOX_WITH_VIRTIO = 1
|
||||
VBOX_WITH_ORIGIN :=
|
||||
VBOX_PATH_APP_PRIVATE_ARCH := /usr/lib/virtualbox
|
||||
VBOX_PATH_SHARED_LIBS := $(VBOX_PATH_APP_PRIVATE_ARCH)
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'virtualbox-ose'
|
||||
pkgname=virtualbox-ose
|
||||
version=6.1.14
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="VirtualBox-${version%*a}"
|
||||
short_desc="General-purpose full virtualizer for x86 hardware"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only, CDDL-1.0"
|
||||
homepage="https://www.virtualbox.org"
|
||||
changelog="https://www.virtualbox.org/wiki/Changelog"
|
||||
distfiles="http://download.virtualbox.org/virtualbox/${version%*a}/VirtualBox-$version.tar.bz2"
|
||||
checksum=91fa05bcfce36316ca93e3927c9550ea66286fff4c5bec900b753fca278ce1a0
|
||||
distfiles="http://download.virtualbox.org/virtualbox/${version}/VirtualBox-${version}a.tar.bz2"
|
||||
checksum=16f3cb83ab3c4dacf2a9d3cc638cbd18db23767828bba6b8ba1c1b57abeb6aef
|
||||
|
||||
nopie=yes
|
||||
lib32disabled=yes
|
||||
|
|
Loading…
Reference in a new issue