dpdk: 19.11 -> 20.05

support for newer kernels (5.7)
gstqt5
Jörg Thalheim 2020-06-30 11:40:58 +01:00
parent d35735ae25
commit 90a9d02538
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
1 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,11 @@ let
in stdenv.mkDerivation rec {
name = "dpdk-${version}" + lib.optionalString mod "-${kernel.version}";
version = "19.11";
version = "20.05";
src = fetchurl {
url = "https://fast.dpdk.org/rel/dpdk-${version}.tar.xz";
sha256 = "1aqjn6bm9miv3v2rbqi1rh1c19wa8nip9fvnqaqpnrs3i2b36wa6";
sha256 = "0h0xv2zwb91b9n29afg5ihn06a8q28in64hag2f112kc19f79jj8";
};
nativeBuildInputs = [
@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
] ++ lib.optionals mod kernel.moduleBuildDependencies;
postPatch = ''
patchShebangs config/arm
patchShebangs config/arm buildtools
'';
mesonFlags = [