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
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_XLIB_LIBXTST
bool "libXtst"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXI
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XORGPROTO
help
X.Org Xtst library
@@ -0,0 +1,4 @@
# From https://lists.x.org/archives/xorg-announce/2016-October/002726.html
sha256 4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204 libXtst-1.2.3.tar.bz2
# Locally computed
sha256 940190489c7a0e5ae3d83fc4fcbd79e0cd1b765bf1a4efd408293c1ee0332ceb COPYING
@@ -0,0 +1,22 @@
################################################################################
#
# xlib_libXtst
#
################################################################################
XLIB_LIBXTST_VERSION = 1.2.3
XLIB_LIBXTST_SOURCE = libXtst-$(XLIB_LIBXTST_VERSION).tar.bz2
XLIB_LIBXTST_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXTST_LICENSE = MIT
XLIB_LIBXTST_LICENSE_FILES = COPYING
XLIB_LIBXTST_INSTALL_STAGING = YES
XLIB_LIBXTST_CPE_ID_VENDOR = x
XLIB_LIBXTST_CPE_ID_PRODUCT = libxtst
XLIB_LIBXTST_DEPENDENCIES = \
xlib_libX11 \
xlib_libXext \
xlib_libXi \
xorgproto
$(eval $(autotools-package))