From 2463c71c9aff8584550ab1de1fd5805442599275 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Fri, 27 Mar 2026 00:03:07 +1300 Subject: [PATCH] libwacom: upgrade 2.8.0 -> 2.18.0 Also include tag in SRC_URI and add libevdev in dependency list. Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../libwacom/{libwacom_2.8.0.bb => libwacom_2.18.0.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-gnome/recipes-support/libwacom/{libwacom_2.8.0.bb => libwacom_2.18.0.bb} (87%) diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb b/meta-gnome/recipes-support/libwacom/libwacom_2.18.0.bb similarity index 87% rename from meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb rename to meta-gnome/recipes-support/libwacom/libwacom_2.18.0.bb index f816cdf239..7bbeb5583a 100644 --- a/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb +++ b/meta-gnome/recipes-support/libwacom/libwacom_2.18.0.bb @@ -7,12 +7,13 @@ BUGTRACKER = "https://github.com/linuxwacom/libwacom/issues" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e" -SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https" -SRCREV = "f5b92814320d0a5745b50b7b36103843ad23e299" +SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https;tag=${BP}" +SRCREV = "44df53b14b008a8252427aa6b41128efada43b3a" DEPENDS = " \ libxml2-native \ libgudev \ + libevdev \ "