summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-05-23 09:35:45 +0800
committerSteve Sakoman <steve@sakoman.com>2025-06-02 10:26:30 -0700
commit020659f0d490c7cbece310c447e6fc4682c9285d (patch)
tree227b60eba879961537a5b84d64889e7b7ce35f9b
parent37597e36b4e753847c26bc3253d716275fc3d87e (diff)
downloadpoky-020659f0d490c7cbece310c447e6fc4682c9285d.tar.gz
libmatchbox: upgrade 1.13 -> 1.14
Includes a fix for the library version to match the tagged version in git. (From OE-Core rev: 3ba4b22ef7e50e017d25ba974666f2fdf190a8fd) (From OE-Core rev: 34a33332d530278d42f9d402da051ad7272cf555) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-graphics/libmatchbox/libmatchbox_1.14.bb (renamed from meta/recipes-graphics/libmatchbox/libmatchbox_1.13.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.13.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.14.bb
index f212eb5e96..87ec4c812f 100644
--- a/meta/recipes-graphics/libmatchbox/libmatchbox_1.13.bb
+++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.14.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=87712c91ca9a2c2d475a0604c00f8f54 \
13 13
14DEPENDS = "virtual/libx11 libxext" 14DEPENDS = "virtual/libx11 libxext"
15 15
16SRCREV = "35cd78efa3120efc46497f55c04382be960d1864" 16SRCREV = "04b214a0d5cf8285e196d90bf2332626b12c74ef"
17SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https;tag=${PV}" 17SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https;tag=${PV}"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"