Update Buildroot 2019.02.8

This commit is contained in:
Pascal Vizeli
2020-01-11 16:41:13 +00:00
parent 1b08cb5d04
commit 0291dfaa64
630 changed files with 8470 additions and 3892 deletions

View File

@@ -7,3 +7,5 @@ config BR2_PACKAGE_GTKPERF
predefined GTK+ widgets
e.g. (opening comboboxes, toggling buttons, scrolling text
yms.) and this way define the speed of device/platform.
http://gtkperf.sourceforge.net/

View File

@@ -1,2 +1,3 @@
# Locally computed:
sha256 9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b gtkperf_0.40.tar.gz
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING

View File

@@ -7,8 +7,9 @@
GTKPERF_VERSION = 0.40
GTKPERF_SOURCE = gtkperf_$(GTKPERF_VERSION).tar.gz
GTKPERF_SITE = http://downloads.sourceforge.net/project/gtkperf/gtkperf/$(GTKPERF_VERSION)
GTKPERF_DEPENDENCIES = libgtk2
GTKPERF_DEPENDENCIES = libgtk2 $(TARGET_NLS_DEPENDENCIES)
GTKPERF_LICENSE = GPL-2.0
GTKPERF_LICENSE_FILES = COPYING
GTKPERF_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
$(eval $(autotools-package))