Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_KMSCUBE
bool "kmscube"
# requires libgbm from mesa3d
depends on BR2_PACKAGE_MESA3D_OPENGL_EGL
depends on BR2_PACKAGE_MESA3D_OPENGL_ES
help
kmscube is an application to test kms/drm drivers.
https://cgit.freedesktop.org/mesa/kmscube/

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 254d34209740731a557469030c960bbfd2299485a2ad0cbed2f7040b56a292a7 kmscube-6cbd03ab94066dddbba7bedfde87c7c4319c18d5.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# kmscube
#
################################################################################
KMSCUBE_VERSION = 6cbd03ab94066dddbba7bedfde87c7c4319c18d5
KMSCUBE_SITE = https://cgit.freedesktop.org/mesa/kmscube/snapshot
KMSCUBE_LICENSE = MIT
KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
KMSCUBE_AUTORECONF = YES
$(eval $(autotools-package))