diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-11-25 13:01:07 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-28 12:27:12 +0000 |
| commit | 11b62c364f69dffe24d77e421041fb89464e5dd4 (patch) | |
| tree | 74d29e49bef88d2267a7ff429dc1bee7e83d50ee /meta/recipes-devtools/mtd | |
| parent | f9c0a50128d82827fbd4d180619402bf96bde78e (diff) | |
| download | poky-11b62c364f69dffe24d77e421041fb89464e5dd4.tar.gz | |
mtd-utils: upgrade 2.2.0 -> 2.2.1
(From OE-Core rev: 6cffa7312241236daea86449977375fd7b50de9f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
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.bb | 4 |
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 a40d79c864..3545f8e426 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 | |||
| 11 | DEPENDS = "zlib e2fsprogs util-linux" | 11 | DEPENDS = "zlib e2fsprogs util-linux" |
| 12 | RDEPENDS:mtd-utils-tests += "bash" | 12 | RDEPENDS:mtd-utils-tests += "bash" |
| 13 | 13 | ||
| 14 | PV = "2.2.0" | 14 | PV = "2.2.1" |
| 15 | 15 | ||
| 16 | SRCREV = "31e990c56aba7584cde310685d663bb122f16003" | 16 | SRCREV = "13ec33609213c1dbd75852a09560a707a7f19a5c" |
| 17 | SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master" | 17 | SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
