From 03a6b48459ce268195e3b38a9de80feab637c85d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Apr 2025 17:16:45 +0800 Subject: libei: upgrade 1.4.0 -> 1.4.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/wayland/libei_1.4.0.bb | 25 ------------------------- meta-oe/recipes-graphics/wayland/libei_1.4.1.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-oe/recipes-graphics/wayland/libei_1.4.0.bb create mode 100644 meta-oe/recipes-graphics/wayland/libei_1.4.1.bb diff --git a/meta-oe/recipes-graphics/wayland/libei_1.4.0.bb b/meta-oe/recipes-graphics/wayland/libei_1.4.0.bb deleted file mode 100644 index 40e8015116..0000000000 --- a/meta-oe/recipes-graphics/wayland/libei_1.4.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 = "5d6d8e6590df210b75559a889baa9459c68d9366" - -inherit meson pkgconfig - -EXTRA_OEMESON = "-Dtests=disabled" - diff --git a/meta-oe/recipes-graphics/wayland/libei_1.4.1.bb b/meta-oe/recipes-graphics/wayland/libei_1.4.1.bb new file mode 100644 index 0000000000..a2705785ae --- /dev/null +++ b/meta-oe/recipes-graphics/wayland/libei_1.4.1.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 = "9e0413cbc7d3ae6656266890425f152589ddf74d" + +inherit meson pkgconfig + +EXTRA_OEMESON = "-Dtests=disabled" + -- cgit v1.2.3-54-g00ecf