diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-06-09 08:36:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-11 23:50:59 +0100 |
commit | 0f332fbcc2a9eafb3881ae9d68fc3791fab23f75 (patch) | |
tree | 2252b5c93ebbe79570f4722de930966be1cae787 /meta/recipes-gnome | |
parent | 5e6218929d8d0ab704b26463f2bee0504cfedc1f (diff) | |
download | poky-0f332fbcc2a9eafb3881ae9d68fc3791fab23f75.tar.gz |
epiphany: upgrade 40.1 -> 40.2
40.2 - June 4, 2021
===================
* Fix some memory leaks (from !958)
* Fix memory corruption in history dialog (!960)
* Fix crash when checking for modified forms (!962)
(From OE-Core rev: 0620fe059767f4b914df0be7b4f1b28aee3081a2)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_40.2.bb (renamed from meta/recipes-gnome/epiphany/epiphany_40.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_40.1.bb b/meta/recipes-gnome/epiphany/epiphany_40.2.bb index 2242e9d010..abd4ad057c 100644 --- a/meta/recipes-gnome/epiphany/epiphany_40.1.bb +++ b/meta/recipes-gnome/epiphany/epiphany_40.2.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN | |||
20 | file://migrator.patch \ | 20 | file://migrator.patch \ |
21 | file://distributor.patch \ | 21 | file://distributor.patch \ |
22 | " | 22 | " |
23 | SRC_URI[archive.sha256sum] = "696a426b1702774af8d0f056828f5d9ff9350507aba7f4c7e3e499f07a581ad0" | 23 | SRC_URI[archive.sha256sum] = "75119e22065657cf70ef2b603d4f73835573bd034f1e618c0f662478fd6c6835" |
24 | 24 | ||
25 | # Developer mode enables debugging | 25 | # Developer mode enables debugging |
26 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" | 26 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" |