summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtd
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2022-01-17 23:58:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-19 10:41:01 +0000
commit6b746d75cfd8759272f83d844ea721bbcab0934e (patch)
tree3a4943011c2c5e81db52d495ad57db2cb81fa026 /meta/recipes-devtools/mtd
parentc3f50f747c8ee739919268e1c10980b93d1f3e64 (diff)
downloadpoky-6b746d75cfd8759272f83d844ea721bbcab0934e.tar.gz
mtd-utils: upgrade 2.1.3 -> 2.1.4
https://lore.kernel.org/all/c31dba4f-42a8-ba48-7df2-b56bf4699a4c@sigma-star.at/t/ Roughly half a year after the last release, this is a smaller, patch level release that primarily consists of a hand full of fixes that have accumulated since then. This includes some fixes regarding the user space ports of mtd-tests using the wrong page size, and most recently a fix regarding a missing jffs2 kernel header in the last release tarball, causing build failures on some systems. Changes from 2.1.3 to 2.1.4: Features: - ubiscan debugging and statistics utility Fixes: - Some mtd-tests erroneously using sub-pages instead of the full page size - Buffer overrun in fectest - Missing jffs2 kernel header in the last release, leading to build failures on some systems. (From OE-Core rev: e2102d25a1ca789d6cf90f68cece5a63c711c25c) Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtd')
-rw-r--r--meta/recipes-devtools/mtd/mtd-utils_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
index 2004572375..c05d3b7c35 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
@@ -11,9 +11,9 @@ inherit autotools pkgconfig update-alternatives
11DEPENDS = "zlib e2fsprogs util-linux" 11DEPENDS = "zlib e2fsprogs util-linux"
12RDEPENDS:mtd-utils-tests += "bash" 12RDEPENDS:mtd-utils-tests += "bash"
13 13
14PV = "2.1.3" 14PV = "2.1.4"
15 15
16SRCREV = "42ea7cd48d2b3c306d59bb6c530d79f8c25bf9f5" 16SRCREV = "c7f1bfa44a84d02061787e2f6093df5cc40b9f5c"
17SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \ 17SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \
18 file://add-exclusion-to-mkfs-jffs2-git-2.patch \ 18 file://add-exclusion-to-mkfs-jffs2-git-2.patch \
19 " 19 "