Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
config BR2_PACKAGE_XAPP_RGB
bool "rgb"
select BR2_PACKAGE_XPROTO_XPROTO
help
uncompile an rgb color-name database

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2014-November/002494.html
sha256 bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0 rgb-1.0.6.tar.bz2

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 = xproto_xproto
$(eval $(autotools-package))