package/inadyn: bump version to 2.1
Switched to tarball provided by upstream, autoreconf is not needed anymore. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9b95898c49
commit
d9ea0b3f8a
@ -1,2 +1,4 @@
|
||||
# From https://github.com/troglobit/inadyn/releases/download/v2.1/inadyn-2.1.tar.xz.md5
|
||||
md5 b410684e38e628284a631ec763c2fdb8 inadyn-2.1.tar.xz
|
||||
# Locally computed
|
||||
sha256 763c53eb3856decfe8b921cab8a54b428b079a62264fbcf6c89690713d63529a inadyn-v2.0.tar.gz
|
||||
sha256 87639a7c1ddc047074601ad60188279a2a0d9393367f046c153de0e24586b3ac inadyn-2.1.tar.xz
|
||||
|
@ -4,19 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
INADYN_VERSION = v2.0
|
||||
INADYN_SITE = $(call github,troglobit,inadyn,$(INADYN_VERSION))
|
||||
INADYN_VERSION = 2.1
|
||||
INADYN_SITE = https://github.com/troglobit/inadyn/releases/download/v$(INADYN_VERSION)
|
||||
INADYN_SOURCE = inadyn-$(INADYN_VERSION).tar.xz
|
||||
INADYN_LICENSE = GPL-2.0+
|
||||
INADYN_LICENSE_FILES = COPYING
|
||||
INADYN_AUTORECONF = YES
|
||||
INADYN_DEPENDENCIES = host-pkgconf libconfuse libite
|
||||
|
||||
# Needed for autoreconf to work properly, see ./autogen.sh
|
||||
define INADYN_FIXUP_M4_DIR
|
||||
mkdir $(@D)/m4
|
||||
endef
|
||||
INADYN_POST_EXTRACT_HOOKS += INADYN_FIXUP_M4_DIR
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
INADYN_CONF_OPTS += --enable-openssl
|
||||
INADYN_DEPENDENCIES += openssl
|
||||
|
Loading…
Reference in New Issue
Block a user