diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-15 05:50:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-18 11:06:32 +0100 |
commit | a5bd13395c3b14f88bb849c5b7de6e73111ff4ce (patch) | |
tree | b746b5c972873b87ef423cfb9ae4942e4ae61f27 /meta/recipes-devtools/mtd/mtd-utils_git.bb | |
parent | cd66e5f63a203aefcf675bf7f7e608114b976991 (diff) | |
download | poky-a5bd13395c3b14f88bb849c5b7de6e73111ff4ce.tar.gz |
mtd-utils: upgrade 2.1.1 -> 2.1.2
Drop backported patch.
(From OE-Core rev: e38fd1ac331d824b2db94a7ae46026b111257e83)
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 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index d1658a739b..9181413427 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb | |||
@@ -10,13 +10,12 @@ inherit autotools pkgconfig update-alternatives | |||
10 | DEPENDS = "zlib e2fsprogs util-linux" | 10 | DEPENDS = "zlib e2fsprogs util-linux" |
11 | RDEPENDS_mtd-utils-tests += "bash" | 11 | RDEPENDS_mtd-utils-tests += "bash" |
12 | 12 | ||
13 | PV = "2.1.1" | 13 | PV = "2.1.2" |
14 | 14 | ||
15 | SRCREV = "4443221ce9b88440cd9f5bb78e6fe95621d36c8a" | 15 | SRCREV = "7b986779342021bda87c04da3bf729718736d8ab" |
16 | SRC_URI = "git://git.infradead.org/mtd-utils.git \ | 16 | SRC_URI = "git://git.infradead.org/mtd-utils.git \ |
17 | file://add-exclusion-to-mkfs-jffs2-git-2.patch \ | 17 | file://add-exclusion-to-mkfs-jffs2-git-2.patch \ |
18 | file://0001-mtd-utils-Fix-return-value-of-ubiformat.patch \ | 18 | " |
19 | " | ||
20 | 19 | ||
21 | S = "${WORKDIR}/git/" | 20 | S = "${WORKDIR}/git/" |
22 | 21 | ||