summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libhandy
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-07-20 10:44:20 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-23 13:55:26 +0100
commite5ed0387b0c646e0cff2350acf828ff299dc6ab8 (patch)
tree5fb8243a592ea71c7474c2e8c4b2f7a3c9c7d58b /meta/recipes-gnome/libhandy
parentfe79ad1119573e51421ffcd00a344af1b29eb968 (diff)
downloadpoky-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/libhandy')
-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"
10LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 10LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
11 11
12SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-6" 12SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-6"
13SRCREV = "f050453109db05621b9a47b9931fe1b571905e67" 13SRCREV = "2885c314c9c84037b6fe55ead6a232e60ebfc9c5"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))" 16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))"