new file mode 100644
@@ -0,0 +1,30 @@
+From 18a5c0969cdf2e6e2e20ad29e7b23c6fb58dcd6c Mon Sep 17 00:00:00 2001
+From: Yi Zhao <yi.zhao@eng.windriver.com>
+Date: Tue, 29 Apr 2025 10:25:29 +0800
+Subject: [PATCH] configure.ac: update version to match the tag version
+
+Update version to 1.13 to match the current tag.
+
+Upstream-Status: Backport
+[https://git.yoctoproject.org/libmatchbox/commit/?id=18a5c0969cdf2e6e2e20ad29e7b23c6fb58dcd6c]
+
+Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
+Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index ab9f60f..0ef4977 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -1,5 +1,5 @@
+ AC_PREREQ(2.53)
+-AC_INIT([libmatchbox], 1.12, [yocto@yoctoproject.org])
++AC_INIT([libmatchbox], 1.13, [yocto@yoctoproject.org])
+ AC_CONFIG_SRCDIR([libmb/mbtray.c])
+
+ AC_CONFIG_AUX_DIR(.)
+--
+2.34.1
+
@@ -14,7 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=87712c91ca9a2c2d475a0604c00f8f54 \
DEPENDS = "virtual/libx11 libxext"
SRCREV = "35cd78efa3120efc46497f55c04382be960d1864"
-SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https;tag=${PV}"
+SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https;tag=${PV} \
+ file://0001-configure.ac-update-version-to-match-the-tag-version.patch"
S = "${WORKDIR}/git"
Backport a patch to update version to 1.13 to match current version. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> --- ...ate-version-to-match-the-tag-version.patch | 30 +++++++++++++++++++ .../libmatchbox/libmatchbox_1.13.bb | 3 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-graphics/libmatchbox/files/0001-configure.ac-update-version-to-match-the-tag-version.patch