2018-01-16 16:01:52 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# open-lldp
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2020-11-02 21:25:11 +01:00
|
|
|
OPEN_LLDP_VERSION = 1.1
|
|
|
|
OPEN_LLDP_SITE = $(call github,intel,openlldp,v$(OPEN_LLDP_VERSION))
|
2018-01-16 16:01:52 +01:00
|
|
|
OPEN_LLDP_DEPENDENCIES = readline libnl libconfig host-pkgconf
|
|
|
|
OPEN_LLDP_LICENSE = GPL-2.0
|
|
|
|
OPEN_LLDP_LICENSE_FILES = COPYING
|
|
|
|
|
2020-11-02 21:25:11 +01:00
|
|
|
# Fetching from git
|
2018-01-16 16:01:52 +01:00
|
|
|
OPEN_LLDP_AUTORECONF = YES
|
|
|
|
|
2020-11-02 21:25:11 +01:00
|
|
|
ifeq ($(BR2_INIT_SYSTEMD),y)
|
|
|
|
OPEN_LLDP_DEPENDENCIES += systemd
|
|
|
|
OPEN_LLDP_CONF_OPTS += --with-systemdsystemunitdir=/usr/lib/systemd/system
|
|
|
|
endif
|
|
|
|
|
2018-01-16 16:01:52 +01:00
|
|
|
$(eval $(autotools-package))
|