From 9d62f313d150e3167c450ef771477e0a6d74bd7c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Jul 2026 18:22:51 +0800 Subject: [PATCH] libwacom: upgrade 2.19.0 -> 2.19.1 Changelog: ============ - Use g_strv_builder_add() instead of g_strv_builder_take() - Revert "Add support for Lenovo Yoga 9 2-in-1 14IPH11" - test: add libc.so.6.1 as libc SONAME - Add support for Lenovo Yoga 9 2-in-1 14IPH11 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libwacom/{libwacom_2.19.0.bb => libwacom_2.19.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-support/libwacom/{libwacom_2.19.0.bb => libwacom_2.19.1.bb} (93%) diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.19.0.bb b/meta-gnome/recipes-support/libwacom/libwacom_2.19.1.bb similarity index 93% rename from meta-gnome/recipes-support/libwacom/libwacom_2.19.0.bb rename to meta-gnome/recipes-support/libwacom/libwacom_2.19.1.bb index 853b035805..4342f98a35 100644 --- a/meta-gnome/recipes-support/libwacom/libwacom_2.19.0.bb +++ b/meta-gnome/recipes-support/libwacom/libwacom_2.19.1.bb @@ -8,7 +8,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e" SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https;tag=${BP}" -SRCREV = "b697d5a70f0e4dd4c18512b38911eebba33a4558" +SRCREV = "8d904ebbbf879adacb8d59f7dde06eee2ed6ee80" DEPENDS = " \ libxml2-native \