All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libndp: bump to 1.3
@ 2014-06-27 18:42 Yegor Yefremov
  2014-06-29  8:32 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Yegor Yefremov @ 2014-06-27 18:42 UTC (permalink / raw)
  To: buildroot

Remove upstreamed patch.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/libndp/libndp-01-missing-stdarg-include.patch | 16 ----------------
 package/libndp/libndp.mk                              |  2 +-
 2 files changed, 1 insertion(+), 17 deletions(-)
 delete mode 100644 package/libndp/libndp-01-missing-stdarg-include.patch

diff --git a/package/libndp/libndp-01-missing-stdarg-include.patch b/package/libndp/libndp-01-missing-stdarg-include.patch
deleted file mode 100644
index e10848e..0000000
--- a/package/libndp/libndp-01-missing-stdarg-include.patch
+++ /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>
- 
diff --git a/package/libndp/libndp.mk b/package/libndp/libndp.mk
index 55d172b..2f11a07 100644
--- a/package/libndp/libndp.mk
+++ b/package/libndp/libndp.mk
@@ -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
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] libndp: bump to 1.3
  2014-06-27 18:42 [Buildroot] [PATCH] libndp: bump to 1.3 Yegor Yefremov
@ 2014-06-29  8:32 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-06-29  8:32 UTC (permalink / raw)
  To: buildroot

Dear Yegor Yefremov,

On Fri, 27 Jun 2014 20:42:09 +0200, Yegor Yefremov wrote:
> Remove upstreamed patch.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/libndp/libndp-01-missing-stdarg-include.patch | 16 ----------------
>  package/libndp/libndp.mk                              |  2 +-
>  2 files changed, 1 insertion(+), 17 deletions(-)
>  delete mode 100644 package/libndp/libndp-01-missing-stdarg-include.patch

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-29  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-27 18:42 [Buildroot] [PATCH] libndp: bump to 1.3 Yegor Yefremov
2014-06-29  8:32 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.