Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Leroy <maxime@leroys.fr>
To: buildroot@buildroot.org
Cc: Julien Olivain <ju.o@free.fr>, Vincent Jardin <vjardin@free.fr>,
	Maxime Leroy <maxime@leroys.fr>
Subject: [Buildroot] [PATCH 3/3] package/grout: bump version to 0.15.0
Date: Mon, 13 Apr 2026 17:11:48 +0200	[thread overview]
Message-ID: <20260413151148.42226-4-maxime@leroys.fr> (raw)
In-Reply-To: <20260413151148.42226-1-maxime@leroys.fr>

Drop util-linux dependency, libsmartcols is no longer used.
Bump GCC requirement from 4.9 to 13 for gnu2x and C23 enum underlying
types support.

See the release note of the new version:
https://github.com/DPDK/grout/releases/tag/v0.15.0

Signed-off-by: Maxime Leroy <maxime@leroys.fr>
---
 package/grout/Config.in  | 10 ++++------
 package/grout/grout.hash |  2 +-
 package/grout/grout.mk   |  5 ++---
 3 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/package/grout/Config.in b/package/grout/Config.in
index 1cfec41d7a..c57937dc18 100644
--- a/package/grout/Config.in
+++ b/package/grout/Config.in
@@ -2,8 +2,8 @@ config BR2_PACKAGE_GROUT
 	bool "grout"
 	depends on BR2_PACKAGE_DPDK_ARCH_SUPPORTS # dpdk
 	depends on BR2_TOOLCHAIN_HAS_THREADS # dpdk
-	depends on BR2_USE_MMU # dpdk, numactl, libecoli, util-linux-smartcols
-	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # dpdk
+	depends on BR2_USE_MMU # dpdk, numactl, libecoli
+	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_13 # C23 enum underlying types
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19 # dpdk
 	depends on BR2_TOOLCHAIN_USES_GLIBC # dpdk
 	depends on BR2_TOOLCHAIN_HAS_ATOMIC # numactl
@@ -14,16 +14,14 @@ config BR2_PACKAGE_GROUT
 	select BR2_PACKAGE_NUMACTL
 	select BR2_PACKAGE_LIBECOLI
 	select BR2_PACKAGE_LIBMNL
-	select BR2_PACKAGE_UTIL_LINUX
-	select BR2_PACKAGE_UTIL_LINUX_LIBSMARTCOLS
 	help
 	  Graph router based on DPDK
 
-comment "grout needs a glibc toolchain w/ dynamic library, threads, wchar, gcc >= 4.9, headers >= 4.19"
+comment "grout needs a glibc toolchain w/ dynamic library, threads, wchar, gcc >= 13, headers >= 4.19"
 	depends on BR2_USE_MMU
 	depends on BR2_PACKAGE_DPDK_ARCH_SUPPORTS
 	depends on BR2_TOOLCHAIN_HAS_ATOMIC
 	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
 		!BR2_TOOLCHAIN_USES_GLIBC || \
-		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
+		!BR2_TOOLCHAIN_GCC_AT_LEAST_13 || \
 		!BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
diff --git a/package/grout/grout.hash b/package/grout/grout.hash
index bf3d6b87ec..ead390f8fc 100644
--- a/package/grout/grout.hash
+++ b/package/grout/grout.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  4ccceea87ead25dfbee7d44d25283abc61173caf6bae08c9644fa9a6cb6b9ade  grout-0.14.3.tar.gz
+sha256  c4a289d13453a42961db2131a179e95965450feb27505f4c463adbd8970e0440  grout-0.15.0.tar.gz
 sha256  1e412aae8da58b718c78b3d7a52eb547004384d4347e4746a22ca6af7522930c  licenses/BSD-3-clause.txt
diff --git a/package/grout/grout.mk b/package/grout/grout.mk
index 39bdc7f824..0b66995dfe 100644
--- a/package/grout/grout.mk
+++ b/package/grout/grout.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GROUT_VERSION = 0.14.3
+GROUT_VERSION = 0.15.0
 GROUT_SITE = $(call github,DPDK,grout,v$(GROUT_VERSION))
 GROUT_LICENSE = BSD-3-Clause
 GROUT_LICENSE_FILES = licenses/BSD-3-clause.txt
@@ -18,8 +18,7 @@ GROUT_DEPENDENCIES = \
 	libevent \
 	libmnl \
 	numactl \
-	libecoli \
-	util-linux
+	libecoli
 
 define GROUT_LINUX_CONFIG_FIXUPS
 	$(call KCONFIG_ENABLE_OPT,CONFIG_TUN)
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2026-04-13 15:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-13 15:11 [Buildroot] [PATCH 0/3] Bump libecoli and grout; DPDK packaging improvement Maxime Leroy
2026-04-13 15:11 ` [Buildroot] [PATCH 1/3] package/libecoli: bump version to 0.11.3 Maxime Leroy
2026-04-14 10:30   ` Vincent Jardin via buildroot
2026-07-13 10:23   ` Julien Olivain via buildroot
2026-04-13 15:11 ` [Buildroot] [PATCH 2/3] package/dpdk: add option to disable target installation Maxime Leroy
2026-04-14 10:36   ` Vincent Jardin via buildroot
2026-04-13 15:11 ` Maxime Leroy [this message]
2026-04-14 10:32   ` [Buildroot] [PATCH 3/3] package/grout: bump version to 0.15.0 Vincent Jardin via buildroot
2026-04-14 10:38 ` [Buildroot] [PATCH 0/3] Bump libecoli and grout; DPDK packaging improvement Vincent Jardin via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260413151148.42226-4-maxime@leroys.fr \
    --to=maxime@leroys.fr \
    --cc=buildroot@buildroot.org \
    --cc=ju.o@free.fr \
    --cc=vjardin@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox