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_RGB
bool "rgb"
select BR2_PACKAGE_XORGPROTO
help
uncompile an rgb color-name database
+4
View File
@@ -0,0 +1,4 @@
# From http://lists.x.org/archives/xorg-announce/2014-November/002494.html
sha256 bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0 rgb-1.0.6.tar.bz2
# Locally computed
sha256 1d08eb3384f5dedc7735bcfae1aa58cb64643ca9389edce3312b1c3cefbfdaa7 COPYING
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# xapp_rgb
#
################################################################################
XAPP_RGB_VERSION = 1.0.6
XAPP_RGB_SOURCE = rgb-$(XAPP_RGB_VERSION).tar.bz2
XAPP_RGB_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_RGB_LICENSE = MIT
XAPP_RGB_LICENSE_FILES = COPYING
XAPP_RGB_DEPENDENCIES = xorgproto host-pkgconf
$(eval $(autotools-package))