From cb5d3daf644395e0b31e09974fe2f47f130b4f7c Mon Sep 17 00:00:00 2001 From: Maxime Leroy Date: Wed, 18 Jun 2025 11:52:39 +0200 Subject: [PATCH] package/grout: bump to 0.10.3 version See the release note of the new version: https://github.com/DPDK/grout/releases/tag/v0.10.3 Locale is not needed anymore for this new version, thus comment on BR2_GENERATE_LOCALE has been removed in consequence. Signed-off-by: Maxime Leroy Signed-off-by: Julien Olivain --- package/grout/Config.in | 2 -- package/grout/grout.hash | 4 ++-- package/grout/grout.mk | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/package/grout/Config.in b/package/grout/Config.in index 0ebf772e51..7e6e34e07f 100644 --- a/package/grout/Config.in +++ b/package/grout/Config.in @@ -18,8 +18,6 @@ config BR2_PACKAGE_GROUT help Graph router based on DPDK - NOTE: grout needs a working UTF-8 locale (BR2_GENERATE_LOCALE) - comment "grout needs a glibc toolchain w/ dynamic library, threads, wchar, gcc >= 4.9, headers >= 4.19" depends on BR2_USE_MMU depends on BR2_PACKAGE_DPDK_ARCH_SUPPORTS diff --git a/package/grout/grout.hash b/package/grout/grout.hash index 388f600a73..063e518283 100644 --- a/package/grout/grout.hash +++ b/package/grout/grout.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 95918642f8bebcaa298bc4128a1522ad837ccfcf3f06b6d9979e0a62c76688d0 grout-0.10.0.tar.gz -sha256 1e412aae8da58b718c78b3d7a52eb547004384d4347e4746a22ca6af7522930c LICENSE +sha256 9e07275f7d97e9a02f29ac5df2112ca34a0af579e5435d8990ff6339ab30c3ef grout-0.10.3.tar.gz +sha256 1e412aae8da58b718c78b3d7a52eb547004384d4347e4746a22ca6af7522930c licenses/BSD-3-clause.txt diff --git a/package/grout/grout.mk b/package/grout/grout.mk index 228601dbec..46d3cf5f0a 100644 --- a/package/grout/grout.mk +++ b/package/grout/grout.mk @@ -4,10 +4,10 @@ # ################################################################################ -GROUT_VERSION = 0.10.0 +GROUT_VERSION = 0.10.3 GROUT_SITE = $(call github,DPDK,grout,v$(GROUT_VERSION)) GROUT_LICENSE = BSD-3-Clause -GROUT_LICENSE_FILES = LICENSE +GROUT_LICENSE_FILES = licenses/BSD-3-clause.txt # Avoid using buildroot commit hash GROUT_CONF_ENV = GROUT_VERSION=$(GROUT_VERSION)