diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-10 16:58:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:56:07 +0100 |
commit | 9210079aacca5a37df36551437664e36b282a8e8 (patch) | |
tree | 34514d910edb932a3033e1fb6c523f5c442dae6c | |
parent | 2cb34218f69558f394fc981097441a7ee2f44096 (diff) | |
download | poky-9210079aacca5a37df36551437664e36b282a8e8.tar.gz |
libhandy: upgrade 1.8.1 -> 1.8.2
Changelog:
==========
- Demo
- Correctly use GtkSwitch
- Fix a GLib deprecation
- Docs
- Fix dependency names
- HdyTabView
- Fix set_menu_model() input check
- Fix a typo in docs
- HdySwipeable
- Fix get_swipe_area() fallback
- Memory leak fixes
- Translation updates
- Slovenian
(From OE-Core rev: b1ebdff55fd8ca77eaff6066370c628a9425bec7)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/libhandy/libhandy_1.8.2.bb (renamed from meta/recipes-gnome/libhandy/libhandy_1.8.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.8.1.bb b/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb index 41c8e9bfb8..e863e8d13b 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.8.1.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.8.2.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-8" | 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-8" |
13 | SRCREV = "f06c1bfa95a3160575b36315c6d9437376d8af77" | 13 | SRCREV = "48ae7ec0f7f9ee5f666da38b0e39e66874957166" |
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+))" |