summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-08-28 16:24:46 +0800
committerKhem Raj <raj.khem@gmail.com>2024-08-28 07:11:31 -0700
commitd43d4b72e3eae139be72d9dd5419814f41122559 (patch)
tree8f8b76ca47de473f7aabf62e22d1b38dd956fe0a
parent634411e51bb8e325c92e9cf50b17ecd003bb3ebd (diff)
downloadmeta-openembedded-d43d4b72e3eae139be72d9dd5419814f41122559.tar.gz
libei: upgrade 1.2.1 -> 1.3.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/wayland/libei_1.3.0.bb (renamed from meta-oe/recipes-graphics/wayland/libei_1.2.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/wayland/libei_1.2.1.bb b/meta-oe/recipes-graphics/wayland/libei_1.3.0.bb
index 807dcea1ed..ee3ee01c7d 100644
--- a/meta-oe/recipes-graphics/wayland/libei_1.2.1.bb
+++ b/meta-oe/recipes-graphics/wayland/libei_1.3.0.bb
@@ -17,7 +17,7 @@ DEPENDS = " \
17SRC_URI = "git://gitlab.freedesktop.org/libinput/libei.git;protocol=https;branch=main" 17SRC_URI = "git://gitlab.freedesktop.org/libinput/libei.git;protocol=https;branch=main"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20SRCREV = "08f1d41085a6ae4bac7bc52abe2955d3354342cb" 20SRCREV = "997b7c0f37faea4f8bae59613c8f27370925d5b0"
21 21
22inherit meson pkgconfig 22inherit meson pkgconfig
23 23