Skip to content
Commit 464bb73b authored by Julien Olivain's avatar Julien Olivain Committed by Yann E. MORIN
Browse files

package/linux-backports: fix kernel version check



The commit 05fea6e4 "infra/pkg-kconfig:
do not rely on package's .config as a timestamp" broke the kernel
version check of this linux-backports package (it was no longer
executed). Since linux-4.19, the kernel's build system internally
touches its .config file, so it can no longer be used as a stamp file.
The stamp file defined in KCONFIG_STAMP_DOTCONFIG variable of
pkg-kconfig infra need to be used instead.

This commit fixes the kernel version check.

Signed-off-by: default avatarJulien Olivain <ju.o@free.fr>
Reviewed-by: default avatarPetr Vorel <petr.vorel@gmail.com>
Tested-by: default avatarPetr Vorel <petr.vorel@gmail.com>
Signed-off-by: default avatarYann E. MORIN <yann.morin.1998@free.fr>
parent 7a5873ce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment