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)