generated from archlinux/template
Add required libraries to headers deps
Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/work_items/188
This commit is contained in:
15
.SRCINFO
15
.SRCINFO
@@ -6,9 +6,13 @@ pkgbase = linux
|
||||
arch = x86_64
|
||||
license = GPL-2.0-only
|
||||
makedepends = bc
|
||||
makedepends = binutils
|
||||
makedepends = cpio
|
||||
makedepends = gettext
|
||||
makedepends = glibc
|
||||
makedepends = libelf
|
||||
makedepends = libgcc
|
||||
makedepends = openssl
|
||||
makedepends = pahole
|
||||
makedepends = perl
|
||||
makedepends = python
|
||||
@@ -16,7 +20,10 @@ pkgbase = linux
|
||||
makedepends = rust-bindgen
|
||||
makedepends = rust-src
|
||||
makedepends = tar
|
||||
makedepends = xxhash
|
||||
makedepends = xz
|
||||
makedepends = zlib
|
||||
makedepends = zstd
|
||||
makedepends = graphviz
|
||||
makedepends = imagemagick
|
||||
makedepends = python-sphinx
|
||||
@@ -60,7 +67,15 @@ pkgname = linux
|
||||
|
||||
pkgname = linux-headers
|
||||
pkgdesc = Headers and scripts for building modules for the Linux kernel
|
||||
depends = binutils
|
||||
depends = glibc
|
||||
depends = libelf
|
||||
depends = libgcc
|
||||
depends = openssl
|
||||
depends = pahole
|
||||
depends = xxhash
|
||||
depends = zlib
|
||||
depends = zstd
|
||||
provides = LINUX-HEADERS
|
||||
|
||||
pkgname = linux-docs
|
||||
|
||||
19
PKGBUILD
19
PKGBUILD
@@ -11,9 +11,13 @@ arch=(
|
||||
license=(GPL-2.0-only)
|
||||
makedepends=(
|
||||
bc
|
||||
binutils
|
||||
cpio
|
||||
gettext
|
||||
glibc
|
||||
libelf
|
||||
libgcc
|
||||
openssl
|
||||
pahole
|
||||
perl
|
||||
python
|
||||
@@ -21,7 +25,10 @@ makedepends=(
|
||||
rust-bindgen
|
||||
rust-src
|
||||
tar
|
||||
xxhash
|
||||
xz
|
||||
zlib
|
||||
zstd
|
||||
|
||||
# htmldocs
|
||||
graphviz
|
||||
@@ -140,7 +147,17 @@ _package() {
|
||||
|
||||
_package-headers() {
|
||||
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
|
||||
depends=(pahole)
|
||||
depends=(
|
||||
binutils
|
||||
glibc
|
||||
libelf
|
||||
libgcc
|
||||
openssl
|
||||
pahole
|
||||
xxhash
|
||||
zlib
|
||||
zstd
|
||||
)
|
||||
provides=(LINUX-HEADERS)
|
||||
|
||||
cd $_srcname
|
||||
|
||||
Reference in New Issue
Block a user