Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_OPENCHROME
|
||||
bool "xf86-video-openchrome"
|
||||
depends on BR2_PACKAGE_MESA3D
|
||||
depends on BR2_PACKAGE_MESA3D_DRI_DRIVER
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
|
||||
@@ -17,5 +17,5 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_OPENCHROME
|
||||
|
||||
https://www.freedesktop.org/wiki/Openchrome/
|
||||
|
||||
comment "xf86-video-openchrome needs mesa3d"
|
||||
depends on !BR2_PACKAGE_MESA3D
|
||||
comment "xf86-video-openchrome needs a DRI driver from mesa3d"
|
||||
depends on !BR2_PACKAGE_MESA3D_DRI_DRIVER
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 73e7966d01d0d644d3b9204e8bfc106cb99069c58e981626e7352f2693e3e927 xf86-video-openchrome-0.4.0.tar.bz2
|
||||
# From https://lists.freedesktop.org/archives/openchrome-devel/2016-July/002890.html
|
||||
sha1 9c7ad349de6dd350252ccda8da56fa1e2a6afa32 xf86-video-openchrome-0.5.0.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_VERSION = 0.4.0
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_VERSION = 0.5.0
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_SOURCE = xf86-video-openchrome-$(XDRIVER_XF86_VIDEO_OPENCHROME_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_SITE = http://xorg.freedesktop.org/archive/individual/driver
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_LICENSE = MIT
|
||||
|
||||
Reference in New Issue
Block a user