From 34e1b72c8c0d45e5e6e07ba0970e28675ba70246 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 29 Jul 2013 10:40:12 +0300 Subject: xorg-cf-files: upgrade to 1.0.5 Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.4.bb | 16 ---------------- meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.5.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.4.bb create mode 100644 meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.5.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.4.bb b/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.4.bb deleted file mode 100644 index 797d917955..0000000000 --- a/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.4.bb +++ /dev/null @@ -1,16 +0,0 @@ -require xorg-util-common.inc - -SUMMARY = "Data files for the imake utility" -DESCRIPTION = "Data files for the imake utility" -LIC_FILES_CHKSUM = "file://COPYING;md5=0f334a06f2de517e37e86d6757167d88" - -DEPENDS = "font-util" - -PR = "r1" - -FILES_${PN} += "${libdir}/X11/config/*" - -SRC_URI[md5sum] = "ff4502b6e31aac90e24ce134090d0e46" -SRC_URI[sha256sum] = "8fc8a1224d2a716b1f3f1ca85dfda02387ab215251b8eddd03551eac998c9cb8" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.5.bb b/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.5.bb new file mode 100644 index 0000000000..fca832851d --- /dev/null +++ b/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.5.bb @@ -0,0 +1,15 @@ +require xorg-util-common.inc + +SUMMARY = "Data files for the imake utility" +DESCRIPTION = "Data files for the imake utility" +LIC_FILES_CHKSUM = "file://COPYING;md5=0f334a06f2de517e37e86d6757167d88" + +DEPENDS = "font-util" + + +FILES_${PN} += "${libdir}/X11/config/*" + +SRC_URI[md5sum] = "ccb5f341ed5932d5ae870d9128e37c32" +SRC_URI[sha256sum] = "8c9ce7952094d49a1d3f849e45caf848d83ad879d91f3169cc373f52502d0c20" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg