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,4 @@
config BR2_PACKAGE_XPROTO_XF86BIGFONTPROTO
bool "xf86bigfontproto"
help
X.Org XF86BigFont protocol headers

View File

@@ -0,0 +1,3 @@
# From http://article.gmane.org/gmane.comp.freedesktop.xorg.announce/734
md5 120e226ede5a4687b25dd357cc9b8efe xf86bigfontproto-1.2.0.tar.bz2
sha1 312a2ea708b257520c1af4393b69d73a393a478f xf86bigfontproto-1.2.0.tar.bz2

View File

@@ -0,0 +1,16 @@
################################################################################
#
# xproto_xf86bigfontproto
#
################################################################################
XPROTO_XF86BIGFONTPROTO_VERSION = 1.2.0
XPROTO_XF86BIGFONTPROTO_SOURCE = xf86bigfontproto-$(XPROTO_XF86BIGFONTPROTO_VERSION).tar.bz2
XPROTO_XF86BIGFONTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XF86BIGFONTPROTO_LICENSE = MIT
XPROTO_XF86BIGFONTPROTO_LICENSE_FILES = COPYING
XPROTO_XF86BIGFONTPROTO_INSTALL_STAGING = YES
XPROTO_XF86BIGFONTPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))
$(eval $(host-autotools-package))