Browse Source

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 <maxime@leroys.fr>
Reviewed-by: Vincent Jardin <vjardin@free.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Maxime Leroy 2 months ago
parent
commit
9869bae0f9
3 changed files with 3 additions and 5 deletions
  1. 1 2
      package/grout/Config.in
  2. 1 1
      package/grout/grout.hash
  3. 1 2
      package/grout/grout.mk

+ 1 - 2
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

+ 1 - 1
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

+ 1 - 2
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 \