summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-app/rgb_1.0.5.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/rgb_1.0.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb b/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb
new file mode 100644
index 0000000000..26d4f1b5ba
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb
@@ -0,0 +1,17 @@
1require xorg-app-common.inc
2
3SUMMARY = "X11 color name database"
4DESCRIPTION = "This package includes both the list mapping X color names \
5to RGB values (rgb.txt) and, if configured to use a database for color \
6lookup, the rgb program to convert the text file into the binary database \
7format."
8
9DEPENDS += " xproto util-macros"
10LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a"
11PE = "1"
12PR = "${INC_PR}.0"
13
14SRC_URI[md5sum] = "bcd820d967eaa51bd25b86c0ee682d4e"
15SRC_URI[sha256sum] = "8e936e648ffddce2e7184790efa15e4fa2bcb47f9da5469515d212c61bc8f857"
16
17FILES_${PN} += "${datadir}/X11"