diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-08-03 17:41:32 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-04 11:27:00 +0200 |
commit | a7eceb9cba466f68598f61135c96e211ba6e5b26 (patch) | |
tree | 3653d06dabd70a450144382fa25888d2f1444e46 /package/mtd/0004-recv_image-do-not-include-error.h.patch | |
parent | c4893bdd852693a61f7dd9a387c5375067a97099 (diff) | |
download | buildroot-a7eceb9cba466f68598f61135c96e211ba6e5b26.tar.gz buildroot-a7eceb9cba466f68598f61135c96e211ba6e5b26.zip |
mtd: bump to version 1.5.2
Patches upstream so drop them.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mtd/0004-recv_image-do-not-include-error.h.patch')
-rw-r--r-- | package/mtd/0004-recv_image-do-not-include-error.h.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/package/mtd/0004-recv_image-do-not-include-error.h.patch b/package/mtd/0004-recv_image-do-not-include-error.h.patch deleted file mode 100644 index 5c58dcee83..0000000000 --- a/package/mtd/0004-recv_image-do-not-include-error.h.patch +++ /dev/null @@ -1,30 +0,0 @@ -From c5837be1cc2422fc16b1fe030548e5a3ab951a54 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks> -Date: Fri, 24 Apr 2015 22:06:31 +0200 -Subject: [PATCH 4/4] recv_image: do not include error.h -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -recv_image does not use anything from it and it is not available with all -C libraries. - -Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> ---- - recv_image.c | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/recv_image.c b/recv_image.c -index 26a8361..0093831 100644 ---- a/recv_image.c -+++ b/recv_image.c -@@ -4,7 +4,6 @@ - #define _BSD_SOURCE /* struct ip_mreq */ - - #include <errno.h> --#include <error.h> - #include <stdio.h> - #include <netdb.h> - #include <stdlib.h> --- -2.3.6 |