mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5b267b3983
commit
e2e12c63f4
@@ -11,17 +11,15 @@ inherit autotools pkgconfig update-alternatives
|
|||||||
DEPENDS = "zlib e2fsprogs util-linux"
|
DEPENDS = "zlib e2fsprogs util-linux"
|
||||||
RDEPENDS_mtd-utils-tests += "bash"
|
RDEPENDS_mtd-utils-tests += "bash"
|
||||||
|
|
||||||
PV = "2.1.2"
|
PV = "2.1.3"
|
||||||
|
|
||||||
SRCREV = "7b986779342021bda87c04da3bf729718736d8ab"
|
SRCREV = "42ea7cd48d2b3c306d59bb6c530d79f8c25bf9f5"
|
||||||
SRC_URI = "git://git.infradead.org/mtd-utils.git \
|
SRC_URI = "git://git.infradead.org/mtd-utils.git \
|
||||||
file://add-exclusion-to-mkfs-jffs2-git-2.patch \
|
file://add-exclusion-to-mkfs-jffs2-git-2.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
EXTRA_OECONF += "--enable-install-tests"
|
|
||||||
|
|
||||||
# xattr support creates an additional compile-time dependency on acl because
|
# xattr support creates an additional compile-time dependency on acl because
|
||||||
# the sys/acl.h header is needed. libacl is not needed and thus enabling xattr
|
# the sys/acl.h header is needed. libacl is not needed and thus enabling xattr
|
||||||
# regardless whether acl is enabled or disabled in the distro should be okay.
|
# regardless whether acl is enabled or disabled in the distro should be okay.
|
||||||
|
|||||||
Reference in New Issue
Block a user