From 5fccac2c22d4458b8df71baae8b4605a7ef71dc4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 15 Dec 2023 11:57:20 +0800 Subject: libei: upgrade 1.1.0 -> 1.2.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/wayland/libei_1.1.0.bb | 25 ------------------------- meta-oe/recipes-graphics/wayland/libei_1.2.0.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-oe/recipes-graphics/wayland/libei_1.1.0.bb create mode 100644 meta-oe/recipes-graphics/wayland/libei_1.2.0.bb diff --git a/meta-oe/recipes-graphics/wayland/libei_1.1.0.bb b/meta-oe/recipes-graphics/wayland/libei_1.1.0.bb deleted file mode 100644 index 1727ef9be7..0000000000 --- a/meta-oe/recipes-graphics/wayland/libei_1.1.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "libei is a library for Emulated Input, primarily aimed at the Wayland stack." -HOMEPAGE = "https://gitlab.freedesktop.org/libinput/libei" -SECTION = "graphics" -LICENSE = "MIT" - -LIC_FILES_CHKSUM = "file://COPYING;md5=a98fa76460f96f41696611d6f07e8d49" - -DEPENDS = " \ - libxkbcommon \ - libevdev \ - libxslt-native \ - python3-attrs-native \ - python3-jinja2-native \ - ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)} \ -" - -SRC_URI = "git://gitlab.freedesktop.org/libinput/libei.git;protocol=https;branch=main" - -S = "${WORKDIR}/git" -SRCREV = "82cdbc9129a0e2c255fcee6bcaa7abed5578ae14" - -inherit meson pkgconfig - -EXTRA_OEMESON = "-Dtests=disabled" - diff --git a/meta-oe/recipes-graphics/wayland/libei_1.2.0.bb b/meta-oe/recipes-graphics/wayland/libei_1.2.0.bb new file mode 100644 index 0000000000..aba49de7e3 --- /dev/null +++ b/meta-oe/recipes-graphics/wayland/libei_1.2.0.bb @@ -0,0 +1,25 @@ +SUMMARY = "libei is a library for Emulated Input, primarily aimed at the Wayland stack." +HOMEPAGE = "https://gitlab.freedesktop.org/libinput/libei" +SECTION = "graphics" +LICENSE = "MIT" + +LIC_FILES_CHKSUM = "file://COPYING;md5=a98fa76460f96f41696611d6f07e8d49" + +DEPENDS = " \ + libxkbcommon \ + libevdev \ + libxslt-native \ + python3-attrs-native \ + python3-jinja2-native \ + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)} \ +" + +SRC_URI = "git://gitlab.freedesktop.org/libinput/libei.git;protocol=https;branch=main" + +S = "${WORKDIR}/git" +SRCREV = "493631688437657a87e9169a76f14a3216c0024f" + +inherit meson pkgconfig + +EXTRA_OEMESON = "-Dtests=disabled" + -- cgit v1.2.3-54-g00ecf