libnftnl: bump to version 1.0.2
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 25 Jun 2014 19:01:26 +0000 (16:01 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 25 Jun 2014 20:30:40 +0000 (22:30 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libnftnl/libnftnl-0001-configure-uclinux-is-also-linux-nommu.patch [deleted file]
package/libnftnl/libnftnl.mk

diff --git a/package/libnftnl/libnftnl-0001-configure-uclinux-is-also-linux-nommu.patch b/package/libnftnl/libnftnl-0001-configure-uclinux-is-also-linux-nommu.patch
deleted file mode 100644 (file)
index 52d81dd..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From 71773664f9e7c15bb71ca07fcf9be9efc95abe44 Mon Sep 17 00:00:00 2001
-From: Gustavo Zacarias <gustavo@zacarias.com.ar>
-Date: Tue, 3 Jun 2014 16:42:45 -0300
-Subject: [PATCH] configure: uclinux is also linux (nommu)
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 255e457..35287f9 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -35,7 +35,7 @@ AC_DISABLE_STATIC
- LT_INIT
- CHECK_GCC_FVISIBILITY
- case "$host" in
--*-*-linux*) ;;
-+*-*-linux* | *-*-uclinux*) ;;
- *) AC_MSG_ERROR([Linux only, dude!]);;
- esac
--- 
-1.8.5.5
-
index c0e8b948697a5798cbb70ca7079d98d484e7acd0..1ceb547cf98c9602dc129e6578bb0ad5444d9791 100644 (file)
@@ -4,14 +4,12 @@
 #
 ################################################################################
 
-LIBNFTNL_VERSION = 1.0.1
+LIBNFTNL_VERSION = 1.0.2
 LIBNFTNL_SITE = http://netfilter.org/projects/libnftnl/files
 LIBNFTNL_SOURCE = libnftnl-$(LIBNFTNL_VERSION).tar.bz2
 LIBNFTNL_LICENSE = GPLv2+
 LIBNFTNL_LICENSE_FILES = COPYING
 LIBNFTNL_INSTALL_STAGING = YES
-# For uclinux support patch
-LIBNFTNL_AUTORECONF = YES
 LIBNFTNL_DEPENDENCIES = host-pkgconf libmnl
 
 ifeq ($(BR2_PACKAGE_LIBNFTNL_JSON),y)