All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yegor Yefremov <yegorslists@googlemail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libndp: bump to 1.3
Date: Fri, 27 Jun 2014 20:42:09 +0200	[thread overview]
Message-ID: <1403894529-5909-1-git-send-email-yegorslists@googlemail.com> (raw)

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

             reply	other threads:[~2014-06-27 18:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-27 18:42 Yegor Yefremov [this message]
2014-06-29  8:32 ` [Buildroot] [PATCH] libndp: bump to 1.3 Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1403894529-5909-1-git-send-email-yegorslists@googlemail.com \
    --to=yegorslists@googlemail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.