mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1da4d59ec7
commit
780033d5c4
@@ -8,8 +8,8 @@ Signed-off-by: Yuanjie Huang <Yuanjie.Huang@windriver.com>
|
||||
|
||||
diff --git a/mkfs.ubifs/key.h b/mkfs.ubifs/key.h
|
||||
index d3a02d4..e7e9218 100644
|
||||
--- a/mkfs.ubifs/key.h
|
||||
+++ b/mkfs.ubifs/key.h
|
||||
--- a/ubifs-utils/mkfs.ubifs/key.h
|
||||
+++ b/ubifs-utils/mkfs.ubifs/key.h
|
||||
@@ -141,10 +141,12 @@ static inline void data_key_init(union ubifs_key *key, ino_t inum,
|
||||
*/
|
||||
static inline void key_write(const union ubifs_key *from, void *to)
|
||||
|
||||
Reference in New Issue
Block a user