update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SILICONMOTION
|
||||
bool "xf86-video-siliconmotion"
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
select BR2_PACKAGE_XPROTO_VIDEOPROTO
|
||||
select BR2_PACKAGE_XPROTO_XEXTPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
Silicon Motion video driver
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2017-January/002763.html
|
||||
sha256 d0f3c691e71108d27a061beb62bf78b36ec35bd755905692734dd68cfb3359bc xf86-video-siliconmotion-1.7.9.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xdriver_xf86-video-siliconmotion
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_SILICONMOTION_VERSION = 1.7.9
|
||||
XDRIVER_XF86_VIDEO_SILICONMOTION_SOURCE = xf86-video-siliconmotion-$(XDRIVER_XF86_VIDEO_SILICONMOTION_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_SILICONMOTION_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_VIDEO_SILICONMOTION_LICENSE = MIT
|
||||
XDRIVER_XF86_VIDEO_SILICONMOTION_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_VIDEO_SILICONMOTION_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_videoproto xproto_xextproto xproto_xproto
|
||||
|
||||
XDRIVER_XF86_VIDEO_SILICONMOTION_CONF_OPTS = --disable-selective-werror
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user