update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_WAYLAND_PROTOCOLS
bool "wayland-protocols"
# Not really... but useless otherwise
depends on BR2_PACKAGE_WAYLAND
help
Wayland protocols that adds functionality not available in
the Wayland core protocol.
http://wayland.freedesktop.org/

View File

@@ -0,0 +1,2 @@
# From https://lists.freedesktop.org/archives/wayland-devel/2016-August/030606.html
sha256 635f2a937d318f1fecb97b54074ca211486e38af943868dd0fa82ea38d091c1f wayland-protocols-1.7.tar.xz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# wayland-protocols
#
################################################################################
WAYLAND_PROTOCOLS_VERSION = 1.7
WAYLAND_PROTOCOLS_SITE = http://wayland.freedesktop.org/releases
WAYLAND_PROTOCOLS_SOURCE = wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION).tar.xz
WAYLAND_PROTOCOLS_LICENSE = MIT
WAYLAND_PROTOCOLS_LICENSE_FILES = COPYING
WAYLAND_PROTOCOLS_INSTALL_STAGING = YES
WAYLAND_PROTOCOLS_INSTALL_TARGET = NO
$(eval $(autotools-package))