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