Ver Fonte

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 <maxime@leroys.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Maxime Leroy há 1 mês atrás
pai
commit
cb5d3daf64
3 ficheiros alterados com 4 adições e 6 exclusões
  1. 0 2
      package/grout/Config.in
  2. 2 2
      package/grout/grout.hash
  3. 2 2
      package/grout/grout.mk

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

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

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