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,6 @@
config BR2_PACKAGE_XAPP_XSM
bool "xsm"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBXAW
help
X Session Manager

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2013-February/002163.html
sha256 ad9dee2847a683841f73518a83014b0accae60e9eff7e96752a0dbc412867b4a xsm-1.0.3.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xsm
#
################################################################################
XAPP_XSM_VERSION = 1.0.3
XAPP_XSM_SOURCE = xsm-$(XAPP_XSM_VERSION).tar.bz2
XAPP_XSM_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XSM_LICENSE = MIT
XAPP_XSM_LICENSE_FILES = COPYING
XAPP_XSM_DEPENDENCIES = xlib_libXaw
$(eval $(autotools-package))