update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_XPROTO_VIDEOPROTO
|
||||
bool "videoproto"
|
||||
help
|
||||
X.Org Video protocol headers
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://lists.freedesktop.org/archives/xorg-announce/2016-March/002680.html
|
||||
sha256 c7803889fd08e6fcaf7b68cc394fb038b2325d1f315e571a6954577e07cca702 videoproto-2.3.3.tar.bz2
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# xproto_videoproto
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XPROTO_VIDEOPROTO_VERSION = 2.3.3
|
||||
XPROTO_VIDEOPROTO_SOURCE = videoproto-$(XPROTO_VIDEOPROTO_VERSION).tar.bz2
|
||||
XPROTO_VIDEOPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
||||
XPROTO_VIDEOPROTO_LICENSE = MIT
|
||||
XPROTO_VIDEOPROTO_LICENSE_FILES = COPYING
|
||||
XPROTO_VIDEOPROTO_INSTALL_STAGING = YES
|
||||
XPROTO_VIDEOPROTO_INSTALL_TARGET = NO
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user