diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-07-20 10:44:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-23 13:55:26 +0100 |
commit | e5ed0387b0c646e0cff2350acf828ff299dc6ab8 (patch) | |
tree | 5fb8243a592ea71c7474c2e8c4b2f7a3c9c7d58b /meta/recipes-gnome | |
parent | fe79ad1119573e51421ffcd00a344af1b29eb968 (diff) | |
download | poky-e5ed0387b0c646e0cff2350acf828ff299dc6ab8.tar.gz |
libhandy: upgrade 1.6.2 -> 1.6.3
(From OE-Core rev: 63b74b13088cb60b05b5d9e106f02d41e45bfc5c)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libhandy/libhandy_1.6.3.bb (renamed from meta/recipes-gnome/libhandy/libhandy_1.6.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.6.2.bb b/meta/recipes-gnome/libhandy/libhandy_1.6.3.bb index 8d9904637f..01ca699d04 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.6.2.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.6.3.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1-only" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
11 | 11 | ||
12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-6" | 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-6" |
13 | SRCREV = "f050453109db05621b9a47b9931fe1b571905e67" | 13 | SRCREV = "2885c314c9c84037b6fe55ead6a232e60ebfc9c5" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))" |