mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
For change log, see: https://git.pengutronix.de/cgit/tools/dt-utils/tree/NEWS?h=v2023.11.0#n4 Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> [Julien: add link to change log] Signed-off-by: Julien Olivain <ju.o@free.fr>
21 lines
603 B
Makefile
21 lines
603 B
Makefile
################################################################################
|
|
#
|
|
# dt-utils
|
|
#
|
|
################################################################################
|
|
|
|
DT_UTILS_VERSION = 2023.11.0
|
|
DT_UTILS_SOURCE = dt-utils-$(DT_UTILS_VERSION).tar.xz
|
|
DT_UTILS_SITE = https://git.pengutronix.de/cgit/tools/dt-utils/snapshot
|
|
DT_UTILS_LICENSE = CC0-1.0, GPL-2.0, GPL-2.0+, Zlib
|
|
DT_UTILS_LICENSE_FILES = \
|
|
LICENSES/CC0-1.0.txt \
|
|
LICENSES/GPL-2.0-only.txt \
|
|
LICENSES/GPL-2.0-or-later.txt \
|
|
LICENSES/Zlib.txt
|
|
|
|
DT_UTILS_DEPENDENCIES = udev
|
|
DT_UTILS_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|