From 3f04c31f61d2ebc195e632a84221f8bac3d65145 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 8 Aug 2022 08:42:19 +0200 Subject: libxcvt: upgrade 0.1.1 -> 0.1.2 (From OE-Core rev: 253cacdf9a4a0065c6a55fe376e0d59e5fee7772) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb | 19 ------------------- meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb diff --git a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb deleted file mode 100644 index 134c40acd1..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Library providing a standalone version of the X server \ -implementation of the VESA CVT standard timing modelines generator" -HOMEPAGE = "https://gitlab.freedesktop.org/xorg/lib/libxcvt" -BUGTRACKER = "https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/issues" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f" -SECTION = "x11/libs" - -SRC_URI = "git://gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https;branch=master" -SRCREV = "6fe840b9295cfdc41bd734586c5b8756f6af6f9b" - -S = "${WORKDIR}/git" - -inherit meson - -FILES:${PN} = " \ - ${libdir}/libxcvt.so.0* \ - ${bindir}/cvt \ -" diff --git a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb new file mode 100644 index 0000000000..e62fabdf58 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb @@ -0,0 +1,19 @@ +SUMMARY = "Library providing a standalone version of the X server \ +implementation of the VESA CVT standard timing modelines generator" +HOMEPAGE = "https://gitlab.freedesktop.org/xorg/lib/libxcvt" +BUGTRACKER = "https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/issues" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f" +SECTION = "x11/libs" + +SRC_URI = "git://gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https;branch=master" +SRCREV = "d9ca87eea9eecddaccc3a77227bcb3acf84e89df" + +S = "${WORKDIR}/git" + +inherit meson + +FILES:${PN} = " \ + ${libdir}/libxcvt.so.0* \ + ${bindir}/cvt \ +" -- cgit v1.2.3-54-g00ecf