initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_XLOAD
|
||||
bool "xload"
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
help
|
||||
system load average display for X
|
||||
@@ -0,0 +1,7 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2018-March/002865.html
|
||||
md5 29afafdffe97f809d43a41db9dd63f25 xload-1.1.3.tar.bz2
|
||||
sha1 fd5053d38551883309863c2a43de2ceffa908a50 xload-1.1.3.tar.bz2
|
||||
sha256 f34e4803871d771325cfe52bebd98cc5b6040d3f065184ec73de436f9a375907 xload-1.1.3.tar.bz2
|
||||
sha512 8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5 xload-1.1.3.tar.bz2
|
||||
# Locally computed
|
||||
sha256 a09b31d26e4d2781eef1e71f39789f86cad6d81153e72064f45875910fa6258f COPYING
|
||||
@@ -0,0 +1,25 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xload
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XLOAD_VERSION = 1.1.3
|
||||
XAPP_XLOAD_SOURCE = xload-$(XAPP_XLOAD_VERSION).tar.bz2
|
||||
XAPP_XLOAD_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XLOAD_LICENSE = MIT
|
||||
XAPP_XLOAD_LICENSE_FILES = COPYING
|
||||
XAPP_XLOAD_DEPENDENCIES = xlib_libXaw $(TARGET_NLS_DEPENDENCIES)
|
||||
XAPP_XLOAD_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
|
||||
XAPP_XLOAD_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
|
||||
# musl doesn't have rwhod.h, but xload can replace it with stubs
|
||||
XAPP_XLOAD_CONF_OPTS += CFLAGS="$(TARGET_CFLAGS) -DRLOADSTUB"
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_SYSTEM_ENABLE_NLS),)
|
||||
XAPP_XLOAD_CONF_ENV += ac_cv_search_gettext=no
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user