package/linux-backports: fix kernel version check
authorJulien Olivain <ju.o@free.fr>
Fri, 13 Nov 2020 13:09:40 +0000 (14:09 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 13 Nov 2020 21:20:23 +0000 (22:20 +0100)
commit464bb73b92cacdafd19515d7474a53d8401940dd
tree09a8c113f64fb3d61827449eed3d5b90c539219b
parent7a5873ce5ae6aab1f4ebf6e8cbc798d8cd2ddf96
package/linux-backports: fix kernel version check

The commit 05fea6e4a60a38a797d9bacbf318a2cd7dbd435f "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: Julien Olivain <ju.o@free.fr>
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Tested-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/linux-backports/linux-backports.mk