diff options
author | 2022-01-19 11:41:10 +0100 | |
---|---|---|
committer | 2022-01-20 11:57:29 +0000 | |
commit | 851edf4ebc17bdc55ebae8ee77ffdeddc4d2360b (patch) | |
tree | 4e325a91e519c411993d784e73c054a93853bafc | |
parent | dbf843422931f9d3c5db1c460055a0366618119d (diff) | |
download | poky-851edf4ebc17bdc55ebae8ee77ffdeddc4d2360b.tar.gz poky-851edf4ebc17bdc55ebae8ee77ffdeddc4d2360b.tar.bz2 poky-851edf4ebc17bdc55ebae8ee77ffdeddc4d2360b.zip |
xwayland: upgrade 21.1.3 -> 21.1.4
(From OE-Core rev: caa2e927b273d67d116674c495de67f6374a45b0)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xwayland/xwayland_21.1.4.bb (renamed from meta/recipes-graphics/xwayland/xwayland_21.1.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xwayland/xwayland_21.1.3.bb b/meta/recipes-graphics/xwayland/xwayland_21.1.4.bb index 5d083e8ada..029123b875 100644 --- a/meta/recipes-graphics/xwayland/xwayland_21.1.3.bb +++ b/meta/recipes-graphics/xwayland/xwayland_21.1.4.bb @@ -10,7 +10,7 @@ LICENSE = "MIT-X" LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" -SRC_URI[sha256sum] = "ebc2757f39fd4c7db1654fd86591589c211aa20172d43a54f77ae567cedbf8a2" +SRC_URI[sha256sum] = "19f6795f31cfa8eb352b1e5b3c379f22ee6020e98701ff2cc679da8c4f1159f7" UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar" |