summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src
diff options
context:
space:
mode:
authorSimon Rettberg2018-09-12 12:58:56 +0200
committerYour Name2018-09-12 12:58:56 +0200
commitec77a871c6b53a9e57646bf9668ee91e2b00350c (patch)
treebe3dd505cef95f9b773d7b90ffde9f173956b0de /core/modules/vbox-src
parent[xorg] Pin X driver versions (diff)
downloadmltk-ec77a871c6b53a9e57646bf9668ee91e2b00350c.tar.gz
mltk-ec77a871c6b53a9e57646bf9668ee91e2b00350c.tar.xz
mltk-ec77a871c6b53a9e57646bf9668ee91e2b00350c.zip
[xbox-src] Update version
Diffstat (limited to 'core/modules/vbox-src')
-rw-r--r--core/modules/vbox-src/module.build2
-rw-r--r--core/modules/vbox-src/module.conf3
-rw-r--r--core/modules/vbox-src/module.conf.ubuntu5
3 files changed, 7 insertions, 3 deletions
diff --git a/core/modules/vbox-src/module.build b/core/modules/vbox-src/module.build
index 36417f9e..3352d051 100644
--- a/core/modules/vbox-src/module.build
+++ b/core/modules/vbox-src/module.build
@@ -9,7 +9,7 @@ fetch_source() {
perror "Could not download_untar '$DOWNLOAD_URL' to '${MODULE_WORK_DIR}/src'."
# oracle's extension pack
- DOWNLOAD_URL="${DOWNLOAD_URL%/*}/Oracle_VM_VirtualBox_Extension_Pack-${REQUIRED_VBOX_VERSION}-${REQUIRED_VBOX_EXTPACK_REVISION}.vbox-extpack"
+ DOWNLOAD_URL="${DOWNLOAD_URL%/*}/Oracle_VM_VirtualBox_Extension_Pack-${REQUIRED_VBOX_VERSION}.vbox-extpack"
download_untar "$DOWNLOAD_URL" "${MODULE_WORK_DIR}/extpack" || \
perror "Could not download_untar '$DOWNLOAD_URL' to '${MODULE_WORK_DIR}/extpack'."
}
diff --git a/core/modules/vbox-src/module.conf b/core/modules/vbox-src/module.conf
index 4763b9e4..e1c15ec1 100644
--- a/core/modules/vbox-src/module.conf
+++ b/core/modules/vbox-src/module.conf
@@ -1,6 +1,5 @@
REQUIRED_MODULES="kernel"
-REQUIRED_VBOX_VERSION="5.2.6"
-REQUIRED_VBOX_EXTPACK_REVISION="120293"
+REQUIRED_VBOX_VERSION="5.2.18"
REQUIRED_DIRECTORIES="
/lib/modules
/usr/lib/virtualbox
diff --git a/core/modules/vbox-src/module.conf.ubuntu b/core/modules/vbox-src/module.conf.ubuntu
index d8eacb53..89994d32 100644
--- a/core/modules/vbox-src/module.conf.ubuntu
+++ b/core/modules/vbox-src/module.conf.ubuntu
@@ -12,6 +12,8 @@ REQUIRED_INSTALLED_PACKAGES="
libxcursor-dev
libxinerama-dev
libxrandr-dev
+ libopus-dev
+ usbutils
xsltproc
"
# These are required for building 32-bit guest additions on 64-bit systems
@@ -22,5 +24,8 @@ REQUIRED_INSTALLED_PACKAGES_X64_X86="
gcc-multilib
g++-multilib
"
+REQUIRED_SYSTEM_FILES="
+ /var/lib/usbutils/usb.ids
+"
[ "$(uname -m)x" = "x86_64x" ] && REQUIRED_INSTALLED_PACKAGES+="$REQUIRED_INSTALLED_PACKAGES_X64_X86"
true