diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-10-18 09:07:53 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-10-18 08:23:44 -0700 |
commit | c2b5393b55e1b734f50da1b8a85ac3b431c82c5d (patch) | |
tree | 54dca501471c00b498fd57b44acd63bd2ea720a0 /meta-gnome/recipes-support | |
parent | d067d2e48e51a2cf6b8ba881c7abf556cc9bdd7f (diff) | |
download | meta-openembedded-c2b5393b55e1b734f50da1b8a85ac3b431c82c5d.tar.gz |
libwacom: upgrade 2.4.0 -> 2.5.0
Changelog:
=========
- New Devices
- Cintiq Pro 27
- Intuos Pro Small refresh
- Dell Chromebook 11 5190 2-in-1
- Dell Inspiron 14 7425 2-in-1
- Fujitsu U729X
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-support')
-rw-r--r-- | meta-gnome/recipes-support/libwacom/libwacom_2.5.0.bb (renamed from meta-gnome/recipes-support/libwacom/libwacom_2.4.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.4.0.bb b/meta-gnome/recipes-support/libwacom/libwacom_2.5.0.bb index d690df9229..a290d95b71 100644 --- a/meta-gnome/recipes-support/libwacom/libwacom_2.4.0.bb +++ b/meta-gnome/recipes-support/libwacom/libwacom_2.5.0.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "MIT" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https" |
11 | SRCREV = "9fd28747534ef776ffecc245721a4faa43bdd89b" | 11 | SRCREV = "c6c1b26ad149a88b22ff790dae377fcc935b7e08" |
12 | 12 | ||
13 | DEPENDS = " \ | 13 | DEPENDS = " \ |
14 | libxml2-native \ | 14 | libxml2-native \ |