libndp: bump to 1.3
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 27 Jun 2014 18:42:09 +0000 (20:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 29 Jun 2014 08:32:29 +0000 (10:32 +0200)
Remove upstreamed patch.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libndp/libndp-01-missing-stdarg-include.patch [deleted file]
package/libndp/libndp.mk

diff --git a/package/libndp/libndp-01-missing-stdarg-include.patch b/package/libndp/libndp-01-missing-stdarg-include.patch
deleted file mode 100644 (file)
index e10848e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Add missing <stdarg.h> include for va_list
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
-Index: b/include/ndp.h
-===================================================================
---- a/include/ndp.h
-+++ b/include/ndp.h
-@@ -20,6 +20,7 @@
- #ifndef _NDP_H_
- #define _NDP_H_
-+#include <stdarg.h>
- #include <stdbool.h>
- #include <netinet/in.h>
index 55d172b52b62828c353800fedf8c484836ef16e7..2f11a0791ef2c5c37ac1c3381c17eaf6e31f3538 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNDP_VERSION = v1.2
+LIBNDP_VERSION = v1.3
 LIBNDP_SITE = $(call github,jpirko,libndp,$(LIBNDP_VERSION))
 LIBNDP_LICENSE = LGPLv2.1+
 LIBNDP_LICENSE_FILES = COPYING