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_XAPP_RSTART
bool "rstart"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBX11
help
X.Org rstart application
@@ -0,0 +1,4 @@
# From http://lists.x.org/archives/xorg-announce/2013-February/002168.html
sha256 29134e9fdffc8d6ac6904c293b392ba6a493ce571fbd2015485b19a8e4d0ffeb rstart-1.0.5.tar.bz2
# Locally computed
sha256 7561fa083e87cd511669d8725ebe89dde6cd4f72cdea35b817262dc6ad6fbe9a COPYING
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# xapp_rstart
#
################################################################################
XAPP_RSTART_VERSION = 1.0.5
XAPP_RSTART_SOURCE = rstart-$(XAPP_RSTART_VERSION).tar.bz2
XAPP_RSTART_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_RSTART_LICENSE = MIT
XAPP_RSTART_LICENSE_FILES = COPYING
XAPP_RSTART_DEPENDENCIES = xlib_libX11
$(eval $(autotools-package))