summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2024-04-01 22:17:34 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-12 18:04:02 +0100
commit08db9ddfef74ceb5c16f07d826513a470e8c749c (patch)
treecce91aea5d1a3b04efbec6209028a69f3fc0deeb
parent3d5755adfc622588063a54f2850f5bc4d823ee23 (diff)
downloadpoky-08db9ddfef74ceb5c16f07d826513a470e8c749c.tar.gz
mtd-utils: upgrade 2.1.6 -> 2.2.0
This is a small release of changes that have accumulated since last August. As it contains mainly new command line switches (i.e. features) for some of the tools, this receives a minor version bump. The Autotools based build system also received a slight overhaul, cleaning up how configure switches and dependencies are handled. It should now also be possible to compile mtd-utils without requiring zlib. Full changelog: https://lists.infradead.org/pipermail/linux-mtd/2024-March/104058.html (From OE-Core rev: 31572ba7ffa883c503d4cd157264c6f1ae94f28e) Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 4b27528f64..a40d79c864 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.6" 14PV = "2.2.0"
15 15
16SRCREV = "219e741f40f4801bae263e0b581b64888d887b4a" 16SRCREV = "31e990c56aba7584cde310685d663bb122f16003"
17SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master" 17SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"