Files
buildroot/package/ledmon/ledmon.mk
Dario Binacchi 7410161d2b package/ledmon: bump to version 1.1.0
The removed patches have been merged in version 1.1.0.

Release notes:
https://github.com/intel/ledmon/releases/tag/v1.1.0

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-10-18 18:02:45 +02:00

21 lines
769 B
Makefile

################################################################################
#
# ledmon
#
################################################################################
LEDMON_VERSION = 1.1.0
LEDMON_SITE = $(call github,intel,ledmon,v$(LEDMON_VERSION))
LEDMON_DEPENDENCIES = host-autoconf-archive host-pkgconf pciutils sg3_utils udev
# The code base also include a COPYING.LIB file with the LGPL-2.1 text,
# and some source files are published under LGPL-2.1, but all of them are
# at some point linked with GPL-2.0 code, making the resulting binaries
# GPL-2.0 licensed
LEDMON_LICENSE = GPL-2.0
LEDMON_LICENSE_FILES = COPYING
# From git
LEDMON_AUTORECONF = YES
LEDMON_AUTORECONF_OPTS = --include=$(HOST_DIR)/share/autoconf-archive
$(eval $(autotools-package))