diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:48:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:12 +0000 |
commit | f28d84844ca0b424d6dad91ba052446e87f4f4cb (patch) | |
tree | 656cd4ab438b83b8bac012f4cf94a0c24f9d27e9 /meta/recipes-gnome/libhandy | |
parent | fb980bba3b1c0e5fd92a3e5e1bbae99b2b2b8ba9 (diff) | |
download | poky-f28d84844ca0b424d6dad91ba052446e87f4f4cb.tar.gz |
libhandy: upgrade 1.0.0 -> 1.0.1
(From OE-Core rev: 26030503e882a8f6078abd334860470e6f900f06)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.0.1.bb (renamed from meta/recipes-gnome/libhandy/libhandy_1.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.0.0.bb b/meta/recipes-gnome/libhandy/libhandy_1.0.1.bb index 3cdbfc820f..146ef62f41 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.0.0.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.0.1.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 = "94313c206258860b2428712e7ece1d02c5177857" | 6 | SRCREV = "5cee0927b8b39dea1b2a62ec6d19169f73ba06c6" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
9 | GIR_MESON_ENABLE_FLAG = 'enabled' | 9 | GIR_MESON_ENABLE_FLAG = 'enabled' |