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>
24 lines
538 B
Makefile
24 lines
538 B
Makefile
################################################################################
|
|
#
|
|
# grout
|
|
#
|
|
################################################################################
|
|
|
|
GROUT_VERSION = 0.10.3
|
|
GROUT_SITE = $(call github,DPDK,grout,v$(GROUT_VERSION))
|
|
GROUT_LICENSE = BSD-3-Clause
|
|
GROUT_LICENSE_FILES = licenses/BSD-3-clause.txt
|
|
|
|
# Avoid using buildroot commit hash
|
|
GROUT_CONF_ENV = GROUT_VERSION=$(GROUT_VERSION)
|
|
|
|
GROUT_DEPENDENCIES = \
|
|
host-pkgconf \
|
|
dpdk \
|
|
libevent \
|
|
numactl \
|
|
libecoli \
|
|
util-linux
|
|
|
|
$(eval $(meson-package))
|