linux5.5: add explicit python_version

This commit is contained in:
Andrew J. Hesford 2020-04-21 14:55:08 -04:00 committed by Toyam Cox
parent 2d80d17595
commit 5a482d541c

View file

@ -9,6 +9,7 @@ license="GPL-2.0-only"
homepage="https://www.kernel.org"
distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz"
checksum=e804347326d707a68720a16d71426cf037a355ea8a8bb28c2fcc7bdd088e3106
python_version=2 #unverified
patch_args="-Np1"
# XXX restrict archs until all archs are updated.
@ -20,7 +21,7 @@ noverifyrdeps=yes
noshlibprovides=yes
preserve=yes
hostmakedepends="tar xz bc elfutils-devel flex gmp-devel kmod libmpc-devel
hostmakedepends="tar xz bc elfutils-devel flex gmp-devel kmod libmpc-devel
libressl-devel perl uboot-mkimage cpio"
_kernver="${version}_${revision}"