correct linux-lts54 header
This commit is contained in:
parent
57d6ca03ff
commit
1e6ae4ef74
1 changed files with 7 additions and 5 deletions
|
@ -17,13 +17,15 @@ makedepends=(
|
|||
) # python-six
|
||||
options=('!strip')
|
||||
_srcname=linux-$pkgver
|
||||
url="https://cdn.kernel.org/pub/linux/kernel"
|
||||
source=($url/v5.x/$_srcname.tar.{xz,sign}
|
||||
config # the main kernel config file
|
||||
url="https://cdn.kernel.org/pub/linux/kernel"
|
||||
|
||||
sha256sums::https://cdn.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
|
||||
0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
|
||||
0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
|
||||
sphinx-workaround.patch)
|
||||
0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch)
|
||||
# sphinx-workaround.patch) # patch for Sphinx HTMLDOCS
|
||||
|
||||
|
||||
export KBUILD_BUILD_HOST=joborun
|
||||
export KBUILD_BUILD_USER=$pkgbase
|
||||
|
@ -207,7 +209,7 @@ sha256sums=(59f596f6714317955cf481590babcf015aff2bc1900bd8e8dc8f7af73bc560aa #
|
|||
8e8a37184cf3cb930524e77899c32cd2d8d8727edb932af772c610f64ac3288f # config
|
||||
660dd2e5cf6a691cdcf252c2ff23cc9cda69281b8c07bbfb06c7ef7fbc8a1ed9 # sha256sums
|
||||
b439f57b84bc98730c0265695abb92385ee4dcd35a5c00d4cb3d3155c75fb491 # 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
|
||||
4fd74bb2a7101d700fba91806141339d8c9e46a14f8fc1fe276cfb68f1eec0f5 # 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
|
||||
b7c814c8183e4645947a6dcc3cbf80431de8a8fd4e895b780f9a5fd92f82cb8e) # sphinx-workaround.patch
|
||||
4fd74bb2a7101d700fba91806141339d8c9e46a14f8fc1fe276cfb68f1eec0f5 # 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch)
|
||||
# b7c814c8183e4645947a6dcc3cbf80431de8a8fd4e895b780f9a5fd92f82cb8e) # sphinx-workaround.patch
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue