diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-03-27 00:03:07 +1300 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-26 07:43:35 -0700 |
| commit | 2463c71c9aff8584550ab1de1fd5805442599275 (patch) | |
| tree | cb17b454bb813efcc5d11ece119445b3d855c059 /meta-gnome/recipes-support/libwacom | |
| parent | 3c6900a396dad0020b2e9aaf43810703b660ba31 (diff) | |
| download | meta-openembedded-2463c71c9aff8584550ab1de1fd5805442599275.tar.gz | |
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 <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-gnome/recipes-support/libwacom')
| -rw-r--r-- | meta-gnome/recipes-support/libwacom/libwacom_2.18.0.bb (renamed from meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb b/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" | |||
| 7 | LICENSE = "MIT" | 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;tag=${BP}" |
| 11 | SRCREV = "f5b92814320d0a5745b50b7b36103843ad23e299" | 11 | SRCREV = "44df53b14b008a8252427aa6b41128efada43b3a" |
| 12 | 12 | ||
| 13 | DEPENDS = " \ | 13 | DEPENDS = " \ |
| 14 | libxml2-native \ | 14 | libxml2-native \ |
| 15 | libgudev \ | 15 | libgudev \ |
| 16 | libevdev \ | ||
| 16 | " | 17 | " |
| 17 | 18 | ||
| 18 | 19 | ||
