diff options
author | Mike Crowe <mac@mcrowe.com> | 2017-01-04 19:28:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:39:12 +0000 |
commit | 780033d5c4355ca9d4a30dff9f1147e890a5e845 (patch) | |
tree | a272b206542713d713d52e6bfcc084a05fc82473 /meta/recipes-devtools/mtd/mtd-utils/fix-armv7-neon-alignment.patch | |
parent | 1da4d59ec713d148980138d7fdd054549107344f (diff) | |
download | poky-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/fix-armv7-neon-alignment.patch')
-rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils/fix-armv7-neon-alignment.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils/fix-armv7-neon-alignment.patch b/meta/recipes-devtools/mtd/mtd-utils/fix-armv7-neon-alignment.patch index 05f1629d58..a279d84c4e 100644 --- a/meta/recipes-devtools/mtd/mtd-utils/fix-armv7-neon-alignment.patch +++ b/meta/recipes-devtools/mtd/mtd-utils/fix-armv7-neon-alignment.patch | |||
@@ -8,8 +8,8 @@ Signed-off-by: Yuanjie Huang <Yuanjie.Huang@windriver.com> | |||
8 | 8 | ||
9 | diff --git a/mkfs.ubifs/key.h b/mkfs.ubifs/key.h | 9 | diff --git a/mkfs.ubifs/key.h b/mkfs.ubifs/key.h |
10 | index d3a02d4..e7e9218 100644 | 10 | index d3a02d4..e7e9218 100644 |
11 | --- a/mkfs.ubifs/key.h | 11 | --- a/ubifs-utils/mkfs.ubifs/key.h |
12 | +++ b/mkfs.ubifs/key.h | 12 | +++ b/ubifs-utils/mkfs.ubifs/key.h |
13 | @@ -141,10 +141,12 @@ static inline void data_key_init(union ubifs_key *key, ino_t inum, | 13 | @@ -141,10 +141,12 @@ static inline void data_key_init(union ubifs_key *key, ino_t inum, |
14 | */ | 14 | */ |
15 | static inline void key_write(const union ubifs_key *from, void *to) | 15 | static inline void key_write(const union ubifs_key *from, void *to) |