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 \