diff options
author | Alexander Kanavin <alex@linutronix.de> | 2021-09-08 20:01:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-11 18:41:38 +0100 |
commit | 6077252cf2f0502de1422007ef8d945a94c4067b (patch) | |
tree | 21c0d5449e197c4d011c55747bd38f15a1677830 | |
parent | 0f89346baa40887ad3c7a170f5d0c19566e2c3c5 (diff) | |
download | poky-6077252cf2f0502de1422007ef8d945a94c4067b.tar.gz |
libhandy: update 1.2.3 -> 1.4.0
(From OE-Core rev: 1254ba120600a7edd8a88ee8a37900cbf66365ee)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/libhandy/libhandy_1.4.0.bb (renamed from meta/recipes-gnome/libhandy/libhandy_1.2.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.2.3.bb b/meta/recipes-gnome/libhandy/libhandy_1.4.0.bb index 3921099412..39ee2aab86 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.2.3.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.4.0.bb | |||
@@ -9,8 +9,8 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues" | |||
9 | LICENSE = "LGPLv2.1" | 9 | LICENSE = "LGPLv2.1" |
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-2" | 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https" |
13 | SRCREV = "e9ca4ac4b134bbd6ab91b6f916a915192fd3a465" | 13 | SRCREV = "f8626427acebfa08b2b4ee1166d51e416d3d7407" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | GIR_MESON_ENABLE_FLAG = 'enabled' | 16 | GIR_MESON_ENABLE_FLAG = 'enabled' |