update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_XAPP_XCONSOLE
|
||||
bool "xconsole"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
select BR2_PACKAGE_XLIB_LIBXMU
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
xconsole - monitor system console messages with X
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2017-January/002774.html
|
||||
sha256 d1144882df207378381bc83927906559defbf7b83a01d52c50ad44234c5851e0 xconsole-1.0.7.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xconsole
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XCONSOLE_VERSION = 1.0.7
|
||||
XAPP_XCONSOLE_SOURCE = xconsole-$(XAPP_XCONSOLE_VERSION).tar.bz2
|
||||
XAPP_XCONSOLE_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XCONSOLE_LICENSE = MIT
|
||||
XAPP_XCONSOLE_LICENSE_FILES = COPYING
|
||||
XAPP_XCONSOLE_DEPENDENCIES = \
|
||||
xlib_libX11 xlib_libXaw xlib_libXt xproto_xproto \
|
||||
xlib_libXmu
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user