diff options
author | Stefano Babic <sbabic@denx.de> | 2021-07-27 12:08:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:47:00 +0100 |
commit | e2e12c63f4afc824bcf05b71213f49d6cf6022ac (patch) | |
tree | 50dec9867fa0718d5db343939a89dfbc1af01495 /meta/recipes-devtools | |
parent | 5b267b39837d3d19a6502b978f92f9310190d1d5 (diff) | |
download | poky-e2e12c63f4afc824bcf05b71213f49d6cf6022ac.tar.gz |
mtd-utils: upgrade 2.1.2 -> 2.1.3
Drop also --enable-install-tests from configuration options because this
was removed in 2.1.3.
(From OE-Core rev: c95c852b84f02f5e2ad5c575ab683bba0471f221)
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
CC: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index 105a68dad8..d7aa738558 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb | |||
@@ -11,17 +11,15 @@ 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.2" | 14 | PV = "2.1.3" |
15 | 15 | ||
16 | SRCREV = "7b986779342021bda87c04da3bf729718736d8ab" | 16 | SRCREV = "42ea7cd48d2b3c306d59bb6c530d79f8c25bf9f5" |
17 | SRC_URI = "git://git.infradead.org/mtd-utils.git \ | 17 | SRC_URI = "git://git.infradead.org/mtd-utils.git \ |
18 | file://add-exclusion-to-mkfs-jffs2-git-2.patch \ | 18 | file://add-exclusion-to-mkfs-jffs2-git-2.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | EXTRA_OECONF += "--enable-install-tests" | ||
24 | |||
25 | # xattr support creates an additional compile-time dependency on acl because | 23 | # xattr support creates an additional compile-time dependency on acl because |
26 | # the sys/acl.h header is needed. libacl is not needed and thus enabling xattr | 24 | # the sys/acl.h header is needed. libacl is not needed and thus enabling xattr |
27 | # regardless whether acl is enabled or disabled in the distro should be okay. | 25 | # regardless whether acl is enabled or disabled in the distro should be okay. |