summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtd/mtd-utils/0001-Fix-build-with-musl.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-12-10 14:04:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-16 12:12:17 +0000
commitf065766508e6cc966d0f11e22fb60ef10d9d8fe6 (patch)
tree16da374ba58ddf36f75907660a5c177cb206c70f /meta/recipes-devtools/mtd/mtd-utils/0001-Fix-build-with-musl.patch
parent5d32aebe36281790e43af5434fb7eb4137d7d05d (diff)
downloadpoky-f065766508e6cc966d0f11e22fb60ef10d9d8fe6.tar.gz
mtd-utils: update to 1.5.2
Drop 0001-hashtable-Remove-duplicate-hashtable_iterator_value-.patch, the problem has been fixed upstream. Drop backported 0001-mtd-utils-libfec-use-standard-C-type-instead-of-u_lo.patch Rebase 0001-Fix-build-with-musl.patch (2 out of 3 fixes have been made upstream) (From OE-Core rev: 3fba41e7f58ba68bb2e215b6f0bc21bae47ca035) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtd/mtd-utils/0001-Fix-build-with-musl.patch')
-rw-r--r--meta/recipes-devtools/mtd/mtd-utils/0001-Fix-build-with-musl.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils/0001-Fix-build-with-musl.patch b/meta/recipes-devtools/mtd/mtd-utils/0001-Fix-build-with-musl.patch
index d3699c65d6..305be5215d 100644
--- a/meta/recipes-devtools/mtd/mtd-utils/0001-Fix-build-with-musl.patch
+++ b/meta/recipes-devtools/mtd/mtd-utils/0001-Fix-build-with-musl.patch
@@ -24,30 +24,6 @@ index f09c0b2..ed2dc43 100644
24 24
25 #include "rbtree.h" 25 #include "rbtree.h"
26 #include "common.h" 26 #include "common.h"
27diff --git a/recv_image.c b/recv_image.c
28index 26a8361..0093831 100644
29--- a/recv_image.c
30+++ b/recv_image.c
31@@ -4,7 +4,6 @@
32 #define _BSD_SOURCE /* struct ip_mreq */
33
34 #include <errno.h>
35-#include <error.h>
36 #include <stdio.h>
37 #include <netdb.h>
38 #include <stdlib.h>
39diff --git a/serve_image.c b/serve_image.c
40index 38549a1..4f0e946 100644
41--- a/serve_image.c
42+++ b/serve_image.c
43@@ -3,7 +3,6 @@
44
45 #include <time.h>
46 #include <errno.h>
47-#include <error.h>
48 #include <netdb.h>
49 #include <stdio.h>
50 #include <stdlib.h>
51-- 27--
522.6.1 282.6.1
53 29