linux4.14: add explicit python_version
This commit is contained in:
parent
daf70a53f9
commit
aaa3106aea
|
@ -2,14 +2,15 @@
|
|||
pkgname=linux4.14
|
||||
version=4.14.175
|
||||
revision=1
|
||||
patch_args="-Np1"
|
||||
wrksrc="linux-${version}"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2.0-only"
|
||||
short_desc="Linux kernel and modules (${version%.*} series)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://www.kernel.org"
|
||||
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
|
||||
checksum=cb440ac5d20071dcb482e5062958514064b0c5a8375c92653062ea201ae0222c
|
||||
python_version=2 #unverified
|
||||
patch_args="-Np1"
|
||||
|
||||
nodebug=yes # -dbg package is generated below manually
|
||||
nostrip=yes
|
||||
|
|
Loading…
Reference in New Issue