Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -2,6 +2,6 @@ config BR2_PACKAGE_XLIB_LIBSM
bool "libSM"
select BR2_PACKAGE_XLIB_LIBICE
select BR2_PACKAGE_XLIB_XTRANS
select BR2_PACKAGE_XPROTO_XPROTO
select BR2_PACKAGE_XORGPROTO
help
X.Org SM library

View File

@@ -1,2 +1,7 @@
# From http://lists.freedesktop.org/archives/xorg/2013-September/056013.html
sha256 0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd libSM-1.2.2.tar.bz2
# From https://lists.x.org/archives/xorg-announce/2018-October/002922.html
md5 87c7fad1c1813517979184c8ccd76628 libSM-1.2.3.tar.bz2
sha1 437d7b13fa2eba325df3a106f177df46ccec6546 libSM-1.2.3.tar.bz2
sha256 2d264499dcb05f56438dee12a1b4b71d76736ce7ba7aa6efbf15ebb113769cbb libSM-1.2.3.tar.bz2
sha512 74c42e27029db78475e62025b4711dbac5e22d2f8e8a24be98a1c31b03c0fc4afe859928f851800ea0b76854f12147900dc4f27bbfd3d8ea45daaaf24b70a903 libSM-1.2.3.tar.bz2
# Locally computed
sha256 af7926a14d85ad367622688636e8c9c6f7807c8a6867536af1c530b5c262bfba COPYING

View File

@@ -4,13 +4,13 @@
#
################################################################################
XLIB_LIBSM_VERSION = 1.2.2
XLIB_LIBSM_VERSION = 1.2.3
XLIB_LIBSM_SOURCE = libSM-$(XLIB_LIBSM_VERSION).tar.bz2
XLIB_LIBSM_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBSM_LICENSE = MIT
XLIB_LIBSM_LICENSE_FILES = COPYING
XLIB_LIBSM_INSTALL_STAGING = YES
XLIB_LIBSM_DEPENDENCIES = xlib_libICE xlib_xtrans xproto_xproto
XLIB_LIBSM_DEPENDENCIES = xlib_libICE xlib_xtrans xorgproto
XLIB_LIBSM_CONF_OPTS = --without-libuuid
$(eval $(autotools-package))