mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Remove patches that are now included in upstream release. Package switched from autotools to cmake based build. Backport two build fixes that are already merged upstream. * 0001-Include-time.h-for-timespec-struct-definition.patch fixes a musl build issue * 0002-CMakeLists.txt-add-an-option-to-control-shared-libra.patch fixes static only builds Release Notes: https://github.com/linux-can/can-utils/releases/tag/v2025.01 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
425 B
Makefile
13 lines
425 B
Makefile
################################################################################
|
|
#
|
|
# can-utils
|
|
#
|
|
################################################################################
|
|
|
|
CAN_UTILS_VERSION = 2025.01
|
|
CAN_UTILS_SITE = $(call github,linux-can,can-utils,v$(CAN_UTILS_VERSION))
|
|
CAN_UTILS_LICENSE = BSD-3-Clause or GPL-2.0
|
|
CAN_UTILS_LICENSE_FILES = LICENSES/BSD-3-Clause LICENSES/GPL-2.0-only.txt
|
|
|
|
$(eval $(cmake-package))
|