From 1bdf4c02733954d7152645f7c4a85f3baac46fa3 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 10 Nov 2022 19:12:47 +0100 Subject: rgb: update 1.0.6 -> 1.1.0 (From OE-Core rev: f23d411dcb3e2ca3bdcdc7e1a7876af61f72de29) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/rgb_1.0.6.bb | 16 ---------------- meta/recipes-graphics/xorg-app/rgb_1.1.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/rgb_1.0.6.bb create mode 100644 meta/recipes-graphics/xorg-app/rgb_1.1.0.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb b/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb deleted file mode 100644 index db287a5b57..0000000000 --- a/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb +++ /dev/null @@ -1,16 +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 += " xorgproto util-macros" -LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a" -PE = "1" - -SRC_URI[md5sum] = "eab5bbd7642e5c784429307ec210d198" -SRC_URI[sha256sum] = "bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0" - -FILES:${PN} += "${datadir}/X11" diff --git a/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb b/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb new file mode 100644 index 0000000000..f14da7fd21 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/rgb_1.1.0.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 += " xorgproto util-macros" +LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a" +PE = "1" + +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "fc03d7f56e5b2a617668167f8927948cce54f93097e7ccd9f056077f479ed37b" + +FILES:${PN} += "${datadir}/X11" -- cgit v1.2.3-54-g00ecf