mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-22 07:53:11 -05:00
kbuild: pacman-pkg: provide versioned linux-api-headers package
The Arch Linux glibc package contains a versioned dependency on
"linux-api-headers". If the linux-api-headers package provided by
pacman-pkg does not specify an explicit version this dependency is not
satisfied.
Fix the dependency by providing an explicit version.
Fixes: c8578539de
("kbuild: add script and target to generate pacman package")
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
8fe1a63d3d
commit
385443057f
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ _package-headers() {
|
||||||
|
|
||||||
_package-api-headers() {
|
_package-api-headers() {
|
||||||
pkgdesc="Kernel headers sanitized for use in userspace"
|
pkgdesc="Kernel headers sanitized for use in userspace"
|
||||||
provides=(linux-api-headers)
|
provides=(linux-api-headers="${pkgver}")
|
||||||
conflicts=(linux-api-headers)
|
conflicts=(linux-api-headers)
|
||||||
|
|
||||||
_prologue
|
_prologue
|
||||||
|
|
Loading…
Reference in a new issue