From 9869bae0f9cb662db96eb9a5a683a13123d201c1 Mon Sep 17 00:00:00 2001 From: Maxime Leroy Date: Tue, 13 May 2025 10:56:27 +0200 Subject: [PATCH] package/grout: bump to 0.10.0 version See the release note of the new version: https://github.com/DPDK/grout/releases/tag/v0.10.0 Libcap is not needed anymore for this new version, thus dependencies has been updated in consequence. Signed-off-by: Maxime Leroy Reviewed-by: Vincent Jardin Signed-off-by: Julien Olivain --- package/grout/Config.in | 3 +-- package/grout/grout.hash | 2 +- package/grout/grout.mk | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package/grout/Config.in b/package/grout/Config.in index 4b3e89210f..0ebf772e51 100644 --- a/package/grout/Config.in +++ b/package/grout/Config.in @@ -2,7 +2,7 @@ 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, libcap + depends on BR2_USE_MMU # dpdk, numactl, libecoli, util-linux-smartcols depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # dpdk depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19 # dpdk depends on BR2_TOOLCHAIN_USES_GLIBC # dpdk @@ -10,7 +10,6 @@ config BR2_PACKAGE_GROUT depends on !BR2_STATIC_LIBS # libecoli depends on BR2_USE_WCHAR # libecoli select BR2_PACKAGE_DPDK - select BR2_PACKAGE_LIBCAP select BR2_PACKAGE_LIBEVENT select BR2_PACKAGE_NUMACTL select BR2_PACKAGE_LIBECOLI diff --git a/package/grout/grout.hash b/package/grout/grout.hash index 66b993efc4..388f600a73 100644 --- a/package/grout/grout.hash +++ b/package/grout/grout.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 0470754b31922645177f4d15654fd345882fb6af4c415229b50b185eeeb8aa95 grout-0.9.1.tar.gz +sha256 95918642f8bebcaa298bc4128a1522ad837ccfcf3f06b6d9979e0a62c76688d0 grout-0.10.0.tar.gz sha256 1e412aae8da58b718c78b3d7a52eb547004384d4347e4746a22ca6af7522930c LICENSE diff --git a/package/grout/grout.mk b/package/grout/grout.mk index 3466f84865..228601dbec 100644 --- a/package/grout/grout.mk +++ b/package/grout/grout.mk @@ -4,7 +4,7 @@ # ################################################################################ -GROUT_VERSION = 0.9.1 +GROUT_VERSION = 0.10.0 GROUT_SITE = $(call github,DPDK,grout,v$(GROUT_VERSION)) GROUT_LICENSE = BSD-3-Clause GROUT_LICENSE_FILES = LICENSE @@ -15,7 +15,6 @@ GROUT_CONF_ENV = GROUT_VERSION=$(GROUT_VERSION) GROUT_DEPENDENCIES = \ host-pkgconf \ dpdk \ - libcap \ libevent \ numactl \ libecoli \