diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-04 21:07:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:20:33 +0000 |
commit | 6a501ff2c486cfc37fd5d0602c975d421a34928d (patch) | |
tree | ecc7bcc2bcfa32064804c84a09349b991dea9df8 /meta | |
parent | 4dfa32178836fc54a6344b95d533bfe517a9e815 (diff) | |
download | poky-6a501ff2c486cfc37fd5d0602c975d421a34928d.tar.gz |
libhandy: upgrade 1.0.1 -> 1.0.2
(From OE-Core rev: 41e91f9b320694e5e8816a38d874595014fa6ef7)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/libhandy/libhandy_1.0.2.bb (renamed from meta/recipes-gnome/libhandy/libhandy_1.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.0.1.bb b/meta/recipes-gnome/libhandy/libhandy_1.0.2.bb index 146ef62f41..4daa3c1a54 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.0.1.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.0.2.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
4 | 4 | ||
5 | SRC_URI = "git://gitlab.gnome.org/GNOME/${BPN}.git;protocol=https" | 5 | SRC_URI = "git://gitlab.gnome.org/GNOME/${BPN}.git;protocol=https" |
6 | SRCREV = "5cee0927b8b39dea1b2a62ec6d19169f73ba06c6" | 6 | SRCREV = "465c00f8f80c27330be494ed7c0ba2ffe26321c4" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
9 | GIR_MESON_ENABLE_FLAG = 'enabled' | 9 | GIR_MESON_ENABLE_FLAG = 'enabled' |