initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_XLIB_LIBXAU
bool "libXau"
select BR2_PACKAGE_XORGPROTO
select BR2_PACKAGE_XUTIL_UTIL_MACROS
help
X.Org Xau library
@@ -0,0 +1,7 @@
# From https://lists.x.org/archives/xorg-announce/2019-February/002942.html
md5 c5f16288f2da9f071b29111d68797480 libXau-1.0.9.tar.bz2
sha1 ef9b1ad00f958c8b6e30a1bbc11fdfac311c9733 libXau-1.0.9.tar.bz2
sha256 ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec libXau-1.0.9.tar.bz2
sha512 3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562 libXau-1.0.9.tar.bz2
# Locally computed
sha256 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa COPYING
+18
View File
@@ -0,0 +1,18 @@
################################################################################
#
# xlib_libXau
#
################################################################################
XLIB_LIBXAU_VERSION = 1.0.9
XLIB_LIBXAU_SOURCE = libXau-$(XLIB_LIBXAU_VERSION).tar.bz2
XLIB_LIBXAU_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXAU_LICENSE = MIT
XLIB_LIBXAU_LICENSE_FILES = COPYING
XLIB_LIBXAU_INSTALL_STAGING = YES
XLIB_LIBXAU_DEPENDENCIES = host-pkgconf xutil_util-macros xorgproto
HOST_XLIB_LIBXAU_DEPENDENCIES = \
host-pkgconf host-xutil_util-macros host-xorgproto
$(eval $(autotools-package))
$(eval $(host-autotools-package))