diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-07 15:54:46 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-08 22:47:16 +0000 |
| commit | 794fdb05c4657c549eab8497bf33b9b9925add41 (patch) | |
| tree | fc1eb2b5514ef5a7a5be21be7c1556a5fcc80ada /meta/recipes-devtools/mtd/mtd-utils_git.bb | |
| parent | 50dc127c9dfcbac1f4fb5ff6964572bee03cbcf0 (diff) | |
| download | poky-794fdb05c4657c549eab8497bf33b9b9925add41.tar.gz | |
mtd-utils: upgrade 2.1.4 -> 2.1.5
(From OE-Core rev: a3289c988764e5b864873b4adc7656c101a5b9c0)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtd/mtd-utils_git.bb')
| -rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index 943666e529..2d76991d2f 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb | |||
| @@ -11,12 +11,10 @@ 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.1.4" | 14 | PV = "2.1.5" |
| 15 | 15 | ||
| 16 | SRCREV = "c7f1bfa44a84d02061787e2f6093df5cc40b9f5c" | 16 | SRCREV = "3f3b4cc6c3120107e7aaa21c6415772a255ac49c" |
| 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 | file://0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch \ | ||
| 19 | " | ||
| 20 | 18 | ||
| 21 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 22 | 20 | ||
