linux5.5: add explicit python_version
This commit is contained in:
parent
2d80d17595
commit
5a482d541c
1 changed files with 2 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue