* [Buildroot] [PATCH RESEND] package/mtd: update to 2.3.0
@ 2025-05-13 20:24 Brandon Maier via buildroot
2025-05-16 11:52 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Brandon Maier via buildroot @ 2025-05-13 20:24 UTC (permalink / raw)
To: buildroot; +Cc: Brandon Maier
Changelog: https://git.infradead.org/?p=mtd-utils.git;a=blob;f=CHANGELOG.md
The TestMtd build fails with the following error
checking pkg-config is at least version 0.9.0... ./configure: line
5375: .../output/TestMtd/host/bin/pkg-config: No such file or
directory
So we promote host-pkgconf to be a required dependency for the build.
Signed-off-by: Brandon Maier <brandon.maier@collins.com>
---
package/mtd/mtd.hash | 4 ++--
package/mtd/mtd.mk | 9 +++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/package/mtd/mtd.hash b/package/mtd/mtd.hash
index 0eb90a5118be19ca20c84b1c6d04c22b62330054..84b9e83bff25814421e40bb9545cfa1af83007eb 100644
--- a/package/mtd/mtd.hash
+++ b/package/mtd/mtd.hash
@@ -1,4 +1,4 @@
# Locally calculated after checking pgp signature
-# https://infraroot.at/pub/mtd/mtd-utils-2.2.1.tar.bz2.asc
-sha256 f7ae20b2eb79ee83441468f0b99d897024cd96ff853eea59106fb1952065c803 mtd-utils-2.2.1.tar.bz2
+# https://infraroot.at/pub/mtd/mtd-utils-2.3.0.tar.bz2.asc
+sha256 2db102908b232406ccb20719c0f43b61196aef4534493419fbf98a273c598c10 mtd-utils-2.3.0.tar.bz2
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING
diff --git a/package/mtd/mtd.mk b/package/mtd/mtd.mk
index 77050e7e40b6244c632c8298f6de52de8e2e485b..4ff43a1dce6662d1c5365ce4da1f1a622d80ab7b 100644
--- a/package/mtd/mtd.mk
+++ b/package/mtd/mtd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MTD_VERSION = 2.2.1
+MTD_VERSION = 2.3.0
MTD_SOURCE = mtd-utils-$(MTD_VERSION).tar.bz2
MTD_SITE = https://infraroot.at/pub/mtd
MTD_LICENSE = GPL-2.0
@@ -12,6 +12,7 @@ MTD_LICENSE_FILES = COPYING
MTD_CPE_ID_VENDOR = mtd-utils_project
MTD_CPE_ID_PRODUCT = mtd-utils
MTD_INSTALL_STAGING = YES
+MTD_DEPENDENCIES = host-pkgconf
MTD_LDFLAGS = $(TARGET_LDFLAGS)
@@ -28,7 +29,7 @@ MTD_CONF_OPTS += --without-lzo
endif
ifeq ($(BR2_PACKAGE_ZLIB),y)
-MTD_DEPENDENCIES += host-pkgconf zlib
+MTD_DEPENDENCIES += zlib
MTD_CONF_OPTS += --with-zlib
else
MTD_CONF_OPTS += --without-zlib
@@ -43,7 +44,7 @@ MTD_CONF_OPTS += --without-jffs
endif
ifeq ($(BR2_PACKAGE_MTD_UBIFS_UTILS),y)
-MTD_DEPENDENCIES += util-linux host-pkgconf
+MTD_DEPENDENCIES += util-linux
MTD_CONF_OPTS += --with-ubifs
# crypto needs linux/hash_info.h
ifeq ($(BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12)$(BR2_PACKAGE_OPENSSL),yy)
@@ -83,7 +84,7 @@ else
MTD_CONF_OPTS += --without-xattr
endif
-HOST_MTD_DEPENDENCIES = host-acl host-zlib host-lzo host-util-linux host-zstd
+HOST_MTD_DEPENDENCIES = host-pkgconf host-acl host-zlib host-lzo host-util-linux host-zstd
HOST_MTD_CONF_OPTS = \
--with-jffs \
--with-ubifs \
---
base-commit: 3761177a89a78c83a102d811efd0079ed01a3abb
change-id: 20250218-mtd-2-3-0-a5534fe2f434
Best regards,
--
Brandon Maier <brandon.maier@collins.com>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH RESEND] package/mtd: update to 2.3.0
2025-05-13 20:24 [Buildroot] [PATCH RESEND] package/mtd: update to 2.3.0 Brandon Maier via buildroot
@ 2025-05-16 11:52 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2025-05-16 11:52 UTC (permalink / raw)
To: Brandon Maier via buildroot; +Cc: Brandon Maier
>>>>> "Brandon" == Brandon Maier via buildroot <buildroot@buildroot.org> writes:
> Changelog: https://git.infradead.org/?p=mtd-utils.git;a=blob;f=CHANGELOG.md
> The TestMtd build fails with the following error
> checking pkg-config is at least version 0.9.0... ./configure: line
> 5375: .../output/TestMtd/host/bin/pkg-config: No such file or
> directory
> So we promote host-pkgconf to be a required dependency for the build.
> Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-16 11:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 20:24 [Buildroot] [PATCH RESEND] package/mtd: update to 2.3.0 Brandon Maier via buildroot
2025-05-16 11:52 ` Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.