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
+5
View File
@@ -0,0 +1,5 @@
config BR2_PACKAGE_XAPP_XREFRESH
bool "xrefresh"
select BR2_PACKAGE_XLIB_LIBX11
help
refresh all or part of an X screen
@@ -0,0 +1,7 @@
# From https://lists.x.org/archives/xorg-announce/2018-March/002872.html
md5 c56fa4adbeed1ee5173f464a4c4a61a6 xrefresh-1.0.6.tar.bz2
sha1 11eb5b3f905631281d2cedd86a0b666bab0d9bdc xrefresh-1.0.6.tar.bz2
sha256 287dfb9bb7e8d780d07e672e3252150850869cb550958ed5f8401f0835cd6353 xrefresh-1.0.6.tar.bz2
sha512 361e97fecfc2706d5eeab69df0d4dd4baa55b6783cfddabf51d8561b7c930d71ce6c217e0512c6564208d69b04f89c69ea8c0bfb2e4f6cc25b062b55e4db3674 xrefresh-1.0.6.tar.bz2
# Locally computed
sha256 4f51c9a91cd277697cbea6604bf4cb240c1ed14cdba82550cb9cac8f1286f663 COPYING
@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xrefresh
#
################################################################################
XAPP_XREFRESH_VERSION = 1.0.6
XAPP_XREFRESH_SOURCE = xrefresh-$(XAPP_XREFRESH_VERSION).tar.bz2
XAPP_XREFRESH_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XREFRESH_LICENSE = MIT
XAPP_XREFRESH_LICENSE_FILES = COPYING
XAPP_XREFRESH_DEPENDENCIES = xlib_libX11
$(eval $(autotools-package))