From 56ad2156365258c497e98ed0111dfe633b170a80 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 31 Dec 2014 19:35:38 +0000 Subject: rgb: upgrade to 1.0.6. (From OE-Core rev: 75b79264cfd0ccfc67daffd6244ece8731232a8a) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/rgb_1.0.5.bb | 17 ----------------- meta/recipes-graphics/xorg-app/rgb_1.0.6.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/rgb_1.0.5.bb create mode 100644 meta/recipes-graphics/xorg-app/rgb_1.0.6.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb b/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb deleted file mode 100644 index 26d4f1b5ba..0000000000 --- a/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb +++ /dev/null @@ -1,17 +0,0 @@ -require xorg-app-common.inc - -SUMMARY = "X11 color name database" -DESCRIPTION = "This package includes both the list mapping X color names \ -to RGB values (rgb.txt) and, if configured to use a database for color \ -lookup, the rgb program to convert the text file into the binary database \ -format." - -DEPENDS += " xproto util-macros" -LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a" -PE = "1" -PR = "${INC_PR}.0" - -SRC_URI[md5sum] = "bcd820d967eaa51bd25b86c0ee682d4e" -SRC_URI[sha256sum] = "8e936e648ffddce2e7184790efa15e4fa2bcb47f9da5469515d212c61bc8f857" - -FILES_${PN} += "${datadir}/X11" 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 @@ +require xorg-app-common.inc + +SUMMARY = "X11 color name database" +DESCRIPTION = "This package includes both the list mapping X color names \ +to RGB values (rgb.txt) and, if configured to use a database for color \ +lookup, the rgb program to convert the text file into the binary database \ +format." + +DEPENDS += " xproto util-macros" +LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a" +PE = "1" + +SRC_URI[md5sum] = "eab5bbd7642e5c784429307ec210d198" +SRC_URI[sha256sum] = "bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0" + +FILES_${PN} += "${datadir}/X11" -- cgit 1.2.3-korg