summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtd/mtd-utils/0001-Fix-build-with-musl.patch
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2017-01-04 19:28:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-09 13:39:12 +0000
commit780033d5c4355ca9d4a30dff9f1147e890a5e845 (patch)
treea272b206542713d713d52e6bfcc084a05fc82473 /meta/recipes-devtools/mtd/mtd-utils/0001-Fix-build-with-musl.patch
parent1da4d59ec713d148980138d7fdd054549107344f (diff)
downloadpoky-780033d5c4355ca9d4a30dff9f1147e890a5e845.tar.gz
mtd-utils: Upgrade to 2.0.0
Upstream has started using automake which means that the recipe must now inherit from autotools and pkgconfig. The source tree has been reorganised too which requires the paths in the patches to be modified. None of the patches appear to have been applied upstream. (From OE-Core rev: dacf6ab5aaf8cc588280b92d64db2e28c6c07a22) Signed-off-by: Mike Crowe <mac@mcrowe.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.patch4
1 files changed, 2 insertions, 2 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 305be5215d..6a9bd1c1d8 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
@@ -14,8 +14,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 14
15diff --git a/mkfs.jffs2.c b/mkfs.jffs2.c 15diff --git a/mkfs.jffs2.c b/mkfs.jffs2.c
16index f09c0b2..ed2dc43 100644 16index f09c0b2..ed2dc43 100644
17--- a/mkfs.jffs2.c 17--- a/jffsX-utils/mkfs.jffs2.c
18+++ b/mkfs.jffs2.c 18+++ b/jffsX-utils/mkfs.jffs2.c
19@@ -72,6 +72,7 @@ 19@@ -72,6 +72,7 @@
20 #include <byteswap.h> 20 #include <byteswap.h>
21 #include <crc32.h> 21 #include <crc32.h>