package/libnfs: bump version to 1.10.0

Removed m4-hack after upstream adding m4/ to its repo:
8338c7e27f

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:
Bernd Kuhls 2016-02-14 10:29:34 +01:00 committed by Thomas Petazzoni
parent 67c7fe48c9
commit 0df58de040
2 changed files with 2 additions and 8 deletions

View file

@ -1,2 +1,2 @@
# Locally calculated
sha256 e95af693e763a504eee72dacf3dc6c1001d83e40b807e7e1d0be2eaf48af779c libnfs-libnfs-1.9.8.tar.gz
sha256 7f6c62a05c7e0f0749f2b13f178a4ed7aaf17bd09e65a10bb147bfe9807da272 libnfs-libnfs-1.10.0.tar.gz

View file

@ -4,7 +4,7 @@
#
################################################################################
LIBNFS_VERSION = libnfs-1.9.8
LIBNFS_VERSION = libnfs-1.10.0
LIBNFS_SITE = $(call github,sahlberg,libnfs,$(LIBNFS_VERSION))
LIBNFS_INSTALL_STAGING = YES
LIBNFS_AUTORECONF = YES
@ -17,10 +17,4 @@ ifeq ($(BR2_PACKAGE_LIBTIRPC),y)
LIBNFS_DEPENDENCIES += libtirpc
endif
# Needed for autoreconf
define LIBNFS_MAKE_M4_DIR
mkdir $(@D)/m4
endef
LIBNFS_POST_EXTRACT_HOOKS += LIBNFS_MAKE_M4_DIR
$(eval $(autotools-package))