package/spidev_test: remove 'v' prefix
Fixes version parsing for release-monitoring.org support. Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e1e054ec4f
commit
4304b7a605
@ -11,15 +11,15 @@
|
|||||||
# Note that the location of spidev_test.c changes from v4.5 onwards.
|
# Note that the location of spidev_test.c changes from v4.5 onwards.
|
||||||
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15),y)
|
ifeq ($(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15),y)
|
||||||
SPIDEV_TEST_VERSION = v4.10
|
SPIDEV_TEST_VERSION = 4.10
|
||||||
SPIDEV_TEST_PATH = tools/spi
|
SPIDEV_TEST_PATH = tools/spi
|
||||||
else
|
else
|
||||||
SPIDEV_TEST_VERSION = v3.0
|
SPIDEV_TEST_VERSION = 3.0
|
||||||
SPIDEV_TEST_PATH = Documentation/spi
|
SPIDEV_TEST_PATH = Documentation/spi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SPIDEV_TEST_SITE = http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/$(SPIDEV_TEST_PATH)
|
SPIDEV_TEST_SITE = http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/$(SPIDEV_TEST_PATH)
|
||||||
SPIDEV_TEST_SOURCE = spidev_test.c?id=$(SPIDEV_TEST_VERSION)
|
SPIDEV_TEST_SOURCE = spidev_test.c?id=v$(SPIDEV_TEST_VERSION)
|
||||||
SPIDEV_TEST_LICENSE = GPL-2.0
|
SPIDEV_TEST_LICENSE = GPL-2.0
|
||||||
|
|
||||||
# musl libc requires linux/ioctl.h for _IOC_SIZEBITS. Do a sed patch to keep
|
# musl libc requires linux/ioctl.h for _IOC_SIZEBITS. Do a sed patch to keep
|
||||||
|
Loading…
Reference in New Issue
Block a user