dt-utils.mk 603 B

1234567891011121314151617181920
  1. ################################################################################
  2. #
  3. # dt-utils
  4. #
  5. ################################################################################
  6. DT_UTILS_VERSION = 2023.08.0
  7. DT_UTILS_SOURCE = dt-utils-$(DT_UTILS_VERSION).tar.xz
  8. DT_UTILS_SITE = https://git.pengutronix.de/cgit/tools/dt-utils/snapshot
  9. DT_UTILS_LICENSE = CC0-1.0, GPL-2.0, GPL-2.0+, Zlib
  10. DT_UTILS_LICENSE_FILES = \
  11. LICENSES/CC0-1.0.txt \
  12. LICENSES/GPL-2.0-only.txt \
  13. LICENSES/GPL-2.0-or-later.txt \
  14. LICENSES/Zlib.txt
  15. DT_UTILS_DEPENDENCIES = udev
  16. DT_UTILS_AUTORECONF = YES
  17. $(eval $(autotools-package))