summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
Commit message (Collapse)AuthorAgeFilesLines
* gi-docgen: upgrade 2021.8 -> 2022.1Alexander Kanavin2022-02-181-2/+2
| | | | | | | (From OE-Core rev: 75c46f864988390ea69af818153b602182f21088) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gobject-introspection: replace prelink-rtld with objdump -pAlexander Kanavin2022-02-012-40/+2
| | | | | | | | | | | | | g-i internally processes the output with regexes, and seems happy with what objdump is printing. It only needs to resolve the library name as passed to the linker to the library file name. Also recursive resolution (that ldd is doing and objdump is not) is not necessary. (From OE-Core rev: 767e0880d4d729e659e859dd99c1cdb084b8ba51) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meson: update 0.60.3 -> 0.61.1Alexander Kanavin2022-01-206-1/+319
| | | | | | | | | Backport patches to epiphany/gcr/g-i to address failures with new meson. (From OE-Core rev: 2ab302edc33681f94b2cd85b564f6feebe154392) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* epiphany: update 41.0 -> 41.3Khairul Rohaizzat Jamaluddin2022-01-141-1/+1
| | | | | | | | | | | Includes fix patches for epiphany CVE. CVE: CVE-2021-45085 CVE-2021-45086 CVE-2021-45087 CVE-2021-45088 (From OE-Core rev: 1653e0bd6d26be67a9fd49392d82cf854706bc7b) Signed-off-by: Khairul Rohaizzat Jamaluddin <khairul.rohaizzat.jamaluddin@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: update 2.52.4 -> 2.52.5Alexander Kanavin2022-01-117-1748/+7
| | | | | | | | | Remove upstreamed patches. (From OE-Core rev: b7ad5aacf2c3a58763da438267a31ace8982c1f6) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* epiphany: make libportal optional, and move it to meta-oeAlexander Kanavin2022-01-112-18/+1
| | | | | | | (From OE-Core rev: f87993a918f3087284ac7f1d96701c7bfbbef725) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libportal: update 0.4 -> 0.5Alexander Kanavin2022-01-111-6/+6
| | | | | | | (From OE-Core rev: c333ae8425c15ee1abc6aaac1bf98e6ff506d0ef) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+3: upgrade 3.24.30 -> 3.24.31zhengruoqin2022-01-051-1/+1
| | | | | | | (From OE-Core rev: 490191fb7d1fce1e31153388e5fda48d454f2bc7) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+3: remove obsolete support for renamed libtoolRoss Burton2021-12-123-51/+0
| | | | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. (From OE-Core rev: df74f8637b63d3b88a1b5bdbca22503b98d2d54b) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* epiphany: Add packageconfig for libsoup2Joshua Watt2021-12-121-1/+4
| | | | | | | | | | | | | | | Adds a PACKAGECONFIG option to use libsoup2 instead of libsoup3. Including libsoup2 and libsoup3 in the same process can cause strange runtime failures, and the latest release of each major version will cause the process to exit if both are detected on startup. The default is changed from libsoup3 back to libsoup2 to follow webkitgtk. (From OE-Core rev: 430ae4f95a2eb36311338c5c8bdba7331958556a) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libhandy: Backport a makefile header raceMingli Yu2021-12-122-1/+40
| | | | | | | | | | | | | | | | After the commit(8157ecc Separate public and private enums) introduced, there comes a race as below: | In file included from ../git/src/hdy-settings.c:11: | ../git/src/hdy-settings-private.h:16:10: fatal error: hdy-enums-private.h: No such file or directory | 16 | #include "hdy-enums-private.h" So also add private headers like private sources did now to libhandy_sources to fix the issue. (From OE-Core rev: de57b4624e3d2d66268c33c4bf86dcb25abcab32) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* adwaita-icon-theme: submit patch upstreamAlexander Kanavin2021-12-061-1/+1
| | | | | | | (From OE-Core rev: e3a348abade24ece055e08ea7c290416aa0da114) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: submit system-deps patch upstreamAlexander Kanavin2021-11-211-4/+1
| | | | | | | (From OE-Core rev: c8ffbd04aeb91096bfbc6922092ccadbb8e1848f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: update 2.52.3 -> 2.52.4Alexander Kanavin2021-11-212-6/+7
| | | | | | | (From OE-Core rev: 9c7e978593e013bf720887955b5770ccb529eade) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librstd-rs: submit patches upstreamAlexander Kanavin2021-11-213-0/+3
| | | | | | | (From OE-Core rev: f298853c50b50e79a2802e4e1781fea9b53b5f20) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libhandy: upgrade 1.4.0 -> 1.5.0wangmy2021-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============= Version 1.5.0 ============= - Introduce HdyStyleManager for managing color schemes (light/dark) and high contrast mode. - Support the cross-platform color scheme preference in the settings portal. - HdyPreferencesPage - Remove adaptive margins to fix default window sizes - HdyTabBar - Handle middle click on button release rather than press - Various memory leak fixes - Translation updates: - Brazilian Portuguese - Finnish - Indonesian - Portuguese - Serbian - Swedish - Ukrainian (From OE-Core rev: f0af9ed17f7fb18642d116ffaa6b25323a8df231) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: Disable 64bit atomics on riscv32/mipsel in crossbeamKhem Raj2021-11-071-0/+2
| | | | | | | (From OE-Core rev: d1635d80c2e0c8680c0af9966eb6007700601c39) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: set the needed atomic configuration flags directly per-targetAlexander Kanavin2021-11-072-144/+3
| | | | | | | | | | | | Do not try to mangle the upstream list of targets; after discussion with upstream it turns out it's neither necessary nor upstreamable: https://github.com/crossbeam-rs/crossbeam/pull/751 (From OE-Core rev: 97562668e1a76710acd2be7c8cdbcc1deb80bd9f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: update 2.52.2 -> 2.52.3Alexander Kanavin2021-11-033-19/+25
| | | | | | | (From OE-Core rev: 72a378cf09d297ab7d64b3905cdf313b63c5fa6b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta: Add explict branch to git SRC_URIsRichard Purdie2021-10-302-2/+2
| | | | | | | | | | | | | There is uncertainty about the default branch name in git going forward. To try and cover the different possible outcomes, add branch names to all git:// and gitsm:// SRC_URI entries. This update was made with the script added to contrib in this patch which aims to help others convert other layers. (From OE-Core rev: b51c405faf6f8c0365f7533bfaf470d79152a463) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gi-docgen: upgrade 2021.7 -> 2021.8Alexander Kanavin2021-10-281-2/+2
| | | | | | | | (From OE-Core rev: ea394748a7d6973f266a9c1c9bae39ce36cb506e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: Disable 64bit atomics in crossbeam for rv32Khem Raj2021-10-271-8/+3
| | | | | | | | | | | | This fixes | error[E0412]: cannot find type `AtomicU64` in module `core::sync::atomic` | --> /usr/src/debug/librsvg/2.52.2-r0/librsvg-2.52.2/vendor/crossbeam-utils/src/atomic/consume.rs: 78:14 (From OE-Core rev: 3e289efb283cc4cff44b63405103299b90e3af9b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: Bump to 2.52.0 -> 2.52.2Khem Raj2021-10-231-2/+2
| | | | | | | | | | | | | | | | Drop backports which are already in this release Bunch of bugfixes and features Details of changes https://gitlab.gnome.org/GNOME/librsvg/-/releases#2.52.2 https://gitlab.gnome.org/GNOME/librsvg/-/releases#2.52.1 (From OE-Core rev: cff39e2028afadd42fa53639f4ac2a9c9c3818a3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: Fix vendored libc to work on riscv and muslKhem Raj2021-10-235-0/+1680
| | | | | | | | | | | These are patches applied to rust libc already but since librsvg uses its own copy of libc, we need to patch it here too (From OE-Core rev: 7ff7e97a73ae2e5fb37fd9248d3dd011053eaa6c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdazzle: upgrade 3.40.0 -> 3.42.0Alexander Kanavin2021-10-231-1/+1
| | | | | | | | (From OE-Core rev: e839aa6f554198fd68139bade029646339abc182) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* json-glib: upgrade 1.6.4 -> 1.6.6Alexander Kanavin2021-10-231-1/+1
| | | | | | | | (From OE-Core rev: e56081b228ef6873c505641dd0a661fd6d537731) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gsettings-desktop-schemas: upgrade 40.0 -> 41.0Alexander Kanavin2021-10-231-1/+1
| | | | | | | | (From OE-Core rev: 56503d928e62ddd100aa7d3cf78b70ed37879c20) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gobject-introspection: upgrade 1.68.0 -> 1.70.0Alexander Kanavin2021-10-232-3/+3
| | | | | | | | (From OE-Core rev: dd256fc5ef67175f5ce7f8a599a42a2807ad63a0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: update 2.52.0 -> 2.52.2Alexander Kanavin2021-10-235-316/+1
| | | | | | | | (From OE-Core rev: 4a5cb680d66e8375a287cd5d87ed82c0832b6e57) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* epiphany: update 40.3 -> 41.0Alexander Kanavin2021-10-141-1/+3
| | | | | | | | | | Correct an option to use libsoup 3. (From OE-Core rev: c86732e1add2e743d1bae0d1d6348b692e039439) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* epiphany: trim down DEPENDSAlexander Kanavin2021-10-141-4/+12
| | | | | | | | (From OE-Core rev: 5a7300300e82abd4d635bb1fecf3f2ec4c96bfa3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* adwaita-icon-theme: update 3.34/38 -> 41.0Alexander Kanavin2021-10-145-90/+17
| | | | | | | | | | | The original reason to pin the version (outdated librsvg) no longer applies. (From OE-Core rev: 354207b58e8511e0bf72f046142a1e150319fa74) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: restore reproducibilityAlexander Kanavin2021-10-142-0/+54
| | | | | | | | (From OE-Core rev: c6fbac3b1db14aa73b4161371dd49644f3cced74) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: use only the target architecture to determine availability of ↵Alexander Kanavin2021-10-142-0/+149
| | | | | | | | | | | | | atomic primitives This eliminates the hardcoded list of rust targets which can't possibly include everything from OE universe. (From OE-Core rev: d59f69b136dceb490dbb1ca3c2f20e7ff3e28ad6) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: add backports to fix big endian targets (e.g. mips)Alexander Kanavin2021-10-145-3/+318
| | | | | | | | (From OE-Core rev: 2fd0ad104b29473c8a1b0b5c173ab54c48994271) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: do not enable nativesdkAlexander Kanavin2021-10-141-1/+1
| | | | | | | | | | | | | rust is not currently available for nativesdk builds: WARNING: Nothing PROVIDES 'nativesdk-libstd-rs' (but virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.52.0.bb DEPENDS on or otherwise requires it). Close matches: WARNING: Nothing PROVIDES 'virtual/nativesdk-x86_64-pokysdk-linux-rust' (but virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.52.0.bb DEPENDS on or otherwise requires it). Close matches: (From OE-Core rev: 67dd505c4292cc526da6bea2be5d5d2a497cd30c) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: update 2.40.21 -> 2.52.0 (transition to rust!)Alexander Kanavin2021-10-146-137/+130
| | | | | | | | | | | | | | | | After some poking and hacking I have arrived to the settings that work. Please refer to the commit for details. Some of these issues may re-occur in other components; in that case we need to come up with more generic solutions or upstream fixes. So far, it's a learning exercise for everybody in getting to know the rust toolchain. (From OE-Core rev: e060ee5ea96f3c3903b8aa018a5a3af3c60e5ab3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libhandy: update 1.2.3 -> 1.4.0Alexander Kanavin2021-10-111-2/+2
| | | | | | | (From OE-Core rev: 1254ba120600a7edd8a88ee8a37900cbf66365ee) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gobject-introspection: Don't write $HOME into scriptsRichard Purdie2021-10-021-1/+1
| | | | | | | | | Writing an expanded version of $HOME into the wrapper script breaks reproducibility. We don't need this here so don't. (From OE-Core rev: 5df092524e93cd7d0eaa633ec8a5689d4c0d018d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* json-glib: upgrade 1.6.2 -> 1.6.4Alexander Kanavin2021-08-261-5/+4
| | | | | | | | | Upstream has converted from gtk-doc to gi-docgen. (From OE-Core rev: 7fc1ca1edc9ab6eca7a57588397607b86beb3f07) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gi-docgen: upgrade 2021.6 -> 2021.7Alexander Kanavin2021-08-261-2/+2
| | | | | | | (From OE-Core rev: 3d1a76f28160a6a56f26e360c010096c763d40dd) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgudev: upgrade 236 -> 237Alexander Kanavin2021-08-232-47/+1
| | | | | | | (From OE-Core rev: 9f406325451a20d8f10bf84e9d7c9818926d09f7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* epiphany: upgrade 40.2 -> 40.3Alexander Kanavin2021-08-231-1/+1
| | | | | | | (From OE-Core rev: 76314ddbe17e464e9c5eed30f65f0b82d7c39bd8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Convert to new override syntaxRichard Purdie2021-08-0217-103/+103
| | | | | | | | | | | | This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta: remove redundant ${libdir}/cmake from FILES_${PN}-devRoss Burton2021-07-191-1/+0
| | | | | | | | | | | | Since oe-core 543e39ad "bitbake.conf: handle cmake -dev files packaging with default rules" (June 2018) there's no need for recipes to add ${libdir}/cmake or ${datadir}/cmake to FILES_${PN}-dev themselves. (From OE-Core rev: e6f62b8e639a79626d95568c070a410c24bce25e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+3: upgrade 3.24.29 -> 3.24.30Alexander Kanavin2021-07-163-24/+23
| | | | | | | | | | | cloudprint support removed upstream: https://gitlab.gnome.org/GNOME/gtk/-/commit/c77ea5101e55b8690127beed14b26dd3520889b5 (From OE-Core rev: abf3ec0314cc3ba45507f216197bf0fd7ce240b3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gobject-introspection: Fix the license (add MIT)Damian Wrobel2021-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per upstream the license should also include MIT[1]. This is also what Fedora Linux uses[2]. This should also address the problem with auto-generated scannerparser.h file which has the following header: /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ Taking advantage of the Bison expcetion, more precisely the following fragment: "distribute that work under terms of your choice" it should also be possible to reuse the MIT license tag for redistribution of that work instead of adding the default GPLv3+ tag (which would otherwise be required without using the special exception). [1] https://gitlab.gnome.org/GNOME/gobject-introspection/-/blob/master/COPYING#L8 [2] https://src.fedoraproject.org/rpms/gobject-introspection/c/6db290968fa1f92967851dc60115dfb3ea173cf7?branch=rawhide (From OE-Core rev: 3685b51982ac4f611d3e235c8818474563548bd9) Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgudev: fix SRC_URIRoss Burton2021-06-291-0/+5
| | | | | | | | | | | | | | Since oe-core fa8950d0c the logic to turn a version into a directory name doesn't work for versions which are too short. Solve this by overriding gnome_verdir() to return the version as-is, as that is what the directory is called. (From OE-Core rev: f70dc20f8fe38e07385a8a5910624ef38f72e53e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libhandy: upgrade 1.2.2 -> 1.2.3wangmy2021-06-261-2/+2
| | | | | | | | | | (From OE-Core rev: f820f2fd8f7b5fb8b3fc7b62cbc08940dd992052) (From OE-Core rev: 1d39f667d3bf1a4180dd8b5858d742bbd795bd2e) 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>
* epiphany: upgrade 40.1 -> 40.2Andreas Müller2021-06-111-1/+1
| | | | | | | | | | | | | | 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>