summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
...
* libcpre2: update 10.34 -> 10.35Alexander Kanavin2020-06-042-77/+3
| | | | | | | | | | | | | | | Replace pcre-cross.patch with the (default) option to use pre-built tables; the README says it's ok, and recommended in cross-compile situations. The option was in the recipe from the start and neither the commit that adds the recipe, nor the patch to make it work explain why. License-Update: copyright years (From OE-Core rev: df85581e8ac01183b13dd7c3e926ee93f50214f2) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shared-mime-info: fix upstream version checkAlexander Kanavin2020-06-041-3/+0
| | | | | | | | | | Upstream has tagged a new 2.0 release properly, so no special arrangements are needed to pick that up. (From OE-Core rev: 6bf01986a07084a825db9189e26fc7cb0e588821) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ptest-runner: fix upstream version checkAlexander Kanavin2020-06-041-0/+1
| | | | | | | (From OE-Core rev: fd180d21ec907726b2fcd7709b93cb8e464390d5) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libexif: update to 0.6.22Alexander Kanavin2020-06-045-236/+19
| | | | | | | (From OE-Core rev: 76e8c645cb2568c2dfa014af0eeac36d8f8b60ff) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rng-tools: upgrade 6.9 -> 6.10Alexander Kanavin2020-06-043-4/+100
| | | | | | | (From OE-Core rev: 368405e33a3db97a85cfd4cb06cb5a105b924d3e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunwind: upgrade 1.3.1 -> 1.4.0Alexander Kanavin2020-06-042-12/+19
| | | | | | | (From OE-Core rev: 494b3c8bf73b8320fc68203d2dff5d5d3f93464e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libical: upgrade 3.0.7 -> 3.0.8Alexander Kanavin2020-06-041-2/+2
| | | | | | | (From OE-Core rev: ac561e63479716574ee980b28644415486b13fda) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcap: upgrade 2.33 -> 2.34Alexander Kanavin2020-06-042-28/+3
| | | | | | | (From OE-Core rev: c6bf01bb5e09de205f324211090b52d81323b4ab) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libyaml: upgrade 0.2.2 -> 0.2.4zhengruoqin2020-05-301-3/+3
| | | | | | | | | | -License-Update: file name changed from LICENSE to License. Copyright year updated to 2020. (From OE-Core rev: 93cd242d3d75492cd67adb59f297505851919eae) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* liburcu: upgrade 0.12.0 -> 0.12.1Wang Mingyu2020-05-301-2/+2
| | | | | | | (From OE-Core rev: 454153b380ae9e08fba02d2e2a33b72ea6f335cf) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* re2c: fix CVE-2020-11958Lee Chee Yang2020-05-302-1/+44
| | | | | | | (From OE-Core rev: 17daffa1bc6d5af2d77dafd2b146d78802e4f2d2) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* multilib/recipes: Use new RecipePostKeyExpansion eventRichard Purdie2020-05-271-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are issues with multilib due to the ordering of events where some functions see the remapped multilib dependencies and some do not. A significant problem is that the multilib class needs to make some changes before key expansion and some afterwards but by using existing event handlers, some code sees things in a partially translated state, leading to bugs. This patch changes things to use a new event handler from bitbake which makes the ordering of the changes explcit. The challenge in doing this is that it breaks some existing anonymous python and dyanmic assignments. In some cases these used to be translated and no longer are, meaning MLPREFIX has to be added. In some cases these are now translated and the MLPREFIX can be removed. This change does now make it very clear when MLPREFIX is required and when it is not, its just the migration path which is harder. The patch changes the small number of cases where fixes are needed. In particular, where a variable like RDEPENDS is conditionally extended (e.g. with an override), MLPREFIX is now required. This patch also reverts: base: Revert 'base.bbclass: considering multilib when setting LICENSE_EXCLUSION' This reverts 6597130256a1609c3e05ec5891aceaf549c37985 as the changes to multilib datastore handling mean its no longer necessary. (From OE-Core rev: b3fda056a674889cd9697e779de023d4f993d3ce) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* at-spi2-atk: dont inherit features_checkMing Liu2020-05-251-1/+1
| | | | | | | | | | | | | In commit be18dabd: [ at-spi2: Make X11 support truly optional ] REQUIRED_DISTRO_FEATURES was dropped, so it does not have to inherit features_check.bbclass. (From OE-Core rev: 9106d0381d819dfdb73431b9d209ec09a995914e) Signed-off-by: Ming Liu <ming.liu@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "webkitgtk, pinentry: require gobject-introspection-data in ↵Kai Kang2020-05-241-3/+2
| | | | | | | | | | | | | | | | | DISTRO_FEATURES when libsecret PACKAGECONFIG is enabled" This reverts commit 91264e5e0ab40b796e214edd84c72bc88b363778. It adds meson options 'instrospection' to disable gobject introspection files build. So no need to check distro feature 'gobject-introspection-data' any longer. Keep the spaces adjustment and comment removal. (From OE-Core rev: 424b65d57b16e3f0ad29a5115f048aaba4d95473) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* iso-codes: upgrade 4.4 -> 4.5.0Wang Mingyu2020-05-241-1/+1
| | | | | | | (From OE-Core rev: 2d30384dff4245bcc797d83f653bf8401bd831cb) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* boost: upgrade 1.72.0 -> 1.73.0Wang Mingyu2020-05-245-61/+12
| | | | | | | | | | | refresh 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch remove 0001-revert-cease-dependence-on-range.patch since it is included in 1.73.0 (From OE-Core rev: 1728ecf71f96570913202a54fd0012ac8b01b8ae) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 143 -> 144Joshua Watt2020-05-241-2/+2
| | | | | | | (From OE-Core rev: 75e89667c973c18a9794167cb5c357f6464cc63a) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* re2c: Upgrade to 1.3Khem Raj2020-05-191-5/+4
| | | | | | | | | | | | License-update: License moved to its own file in topdir instead of checksumming portions of README, the license still remains PD Extend to build nativesdk as well, which is needed in SDKs (From OE-Core rev: 420ff58b40155370ed8dee586916ee3ac469d288) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsoup-2.4: upgrade 2.68.4 -> 2.70.0Anuj Mittal2020-05-191-2/+2
| | | | | | | (From OE-Core rev: bad27f1d663efd2ebf2064c081804af4fc876ac1) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bmap-tools: update development snapshot revisionDiego2020-05-181-1/+1
| | | | | | | | | | Update from a previous development snapshot to the latest development snapshot that includes, among other improvements, support for zstd compression format. (From OE-Core rev: 8a5d917f6a5bfae4fe86e0e4e0c0564476028965) Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk, pinentry: require gobject-introspection-data in DISTRO_FEATURES ↵Martin Jansa2020-05-181-3/+3
| | | | | | | | | | | | | | when libsecret PACKAGECONFIG is enabled * gobject-introspection is mandatory since libsecret upgrade to 0.20.3 * enable libsecret in webkitgtk only when gobject-introspection-data is in DISTRO_FEATURES * drop comment about libsecret being in meta-gnome from pinentry (From OE-Core rev: cab86a3196ef4fcd2714591597f2503aa8138df0) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nettle: Remove workaround for gcc < 5Adrian Bunk2020-05-141-1/+0
| | | | | | | (From OE-Core rev: 09fa9dabe17f69db71f3773f8808af745fb8ed4a) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtasn1: Remove workaround for host gcc < 5Adrian Bunk2020-05-141-2/+0
| | | | | | | (From OE-Core rev: 2c037f830856018b212d532198ae17932b3521d1) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vte: Remove workaround for gcc 4.8Adrian Bunk2020-05-142-28/+1
| | | | | | | (From OE-Core rev: 84e9c9ec86252fba7d0b472ec6f84793db51e62f) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nettle: upgrade 3.5.1 -> 3.6Wang Mingyu2020-05-145-18/+33
| | | | | | | | | | | refresh the following patches: Add-target-to-only-build-tests-not-run-them.patch dlopen-test.patch (From OE-Core rev: cf4c4c65df5349b60895525418954281b3140173) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* at-spi2-atk: Remove -fcommonAdrian Bunk2020-05-141-2/+0
| | | | | | | | | This was fixed in upstream version 2.34.0. (From OE-Core rev: 9562c93799a37cd18aceb6f24378ba02a69865f0) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vte: add icu dependencyAlexander Kanavin2020-05-071-1/+1
| | | | | | | | | | | This is new in 0.60, and needs to be added explicitly to cause vte to rebuild properly against icu changes (there will be a QA check to catch such situations). (From OE-Core rev: cfa58fc143e19f465f4cb39d5e4f2c18b5f3ae85) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* icu: upgrade 66.1 -> 67.1Andrej Valek2020-05-075-214/+5
| | | | | | | | | | | | - 0001-icu-Added-armeb-support.patch - rebased - 0001-Fix-big-endian-build.patch - removed, already included in new version - CVE-2020-10531.patch - removed, already included in new version - icu-pkgdata-large-cmd.patch - removed, implemented correct size (From OE-Core rev: 62feb846853bcc8982258a224a3e84090d6559a2) Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* re2c: correct upstream locationAlexander Kanavin2020-05-071-1/+2
| | | | | | | (From OE-Core rev: 4fcadab1be9e9cdb89bcd8c659ff1774c08df19b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcap: update to 2.33Alexander Kanavin2020-05-073-8/+53
| | | | | | | (From OE-Core rev: d5126e2e728319a8a72dec055477fd79e4218248) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gdbm: add patch to fix link failure against gcc 10Richard Leitner2020-05-072-2/+48
| | | | | | | | | | This also makes appending "-fcommon" to CFLAGS obsolete and enables native builds with a host gcc v10. (From OE-Core rev: 7717b35265e6ef8ef71a4eca4074294dfcc2110c) Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vte: update to 0.60.2Alexander Kanavin2020-05-051-2/+3
| | | | | | | (From OE-Core rev: 72e97bac4e3e851803302631870c08418ab57b62) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: update to 143Alexander Kanavin2020-05-051-2/+2
| | | | | | | (From OE-Core rev: b318cc76f84bf90687a8a603a8fb1e3d3a6803b0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sqlite: backport CVE fixesSakib Sajal2020-05-033-0/+104
| | | | | | | | | Fixes CVE-2020-11655 and CVE-2020-11656 (From OE-Core rev: 3b06a6c73f4e49c6d00f758423c2e8865ec2de00) Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libevdev: update to 1.9.0Alexander Kanavin2020-05-032-24/+33
| | | | | | | (From OE-Core rev: 075ce9fdbac8c58696cf5a9718446f94352b6ce8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* curl: support mqtt in PACKAGECONFIGPierre-Jean Texier2020-05-031-0/+1
| | | | | | | | | | | | | | | | The version 7.70.0 of curl add experimental support for this protocol. So, add PACKAGECONFIG for mqtt. See [1] for more informations. [1] - https://github.com/curl/curl/blob/master/docs/MQTT.md (From OE-Core rev: aaf4054cb9e2c73d34e6fab12bf140808b2612ac) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* curl: upgrade 7.69.1 -> 7.70.0Pierre-Jean Texier2020-05-031-2/+2
| | | | | | | | | See full changelog https://curl.haxx.se/changes.html#7_70_0 (From OE-Core rev: bbb2d451d6290d8ec312890fd5d3bc5c6d0e7468) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* at-spi2-core: upgrade 2.34.0 -> 2.36.0Tim Orling2020-05-032-36/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Fix source reproducibility patch merged upstream. https://gitlab.gnome.org/GNOME/at-spi2-core/-/merge_requests/25. Upstream release notes: """ What's new in at-spi2-core 2.35.92: * bus-launcher: make session management more robust. What's new in at-spi2-core 2.35.1: * Fix source reproducibility (!25). * Avoid depending on Meson 0.50 (#20). * Add ATSPI_ROLE_MARK and ATSPI_ROLE_SUGGESTION (!27). """ (From OE-Core rev: dc0d7ddb395548992f87f0804e1736c7c28179d9) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atk: upgrade 2.34.1 -> 2.36.0Tim Orling2020-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream release notes: Changes in version 2.36 ========================= * New API * Added ATK_ROLE_MARK and ATK_ROLE_SUGGESTION * Add ATK_TEX_ATTR_TEXT_POSITION to the list of possible AtkText attributes (MR!33) * Documentation * Updated documentation for atk_text_set_caret_offset (MR!18) * Building - meson * Fix building atk as subproject * Add Meson wrap file for GLib (MR!37) * Building - visual studio * Use -utf-8 if available (MR!38) Contributors Luca Bacci, Joanmarie Diggs, Samuel Thibault Translations Fran Dieguez (gl), Ryuta Fujii (ja), Daniel Korostil (uk), Jwtiyar Nariman (ckb), Umarzuki Bin Mochlis Moktar (ms) Changes in version 2.35.1 ========================= * AtkComponent, AtkImage, AtkText: Make sure returned values are initialized to some known default value (MR!22, MR!24) * AtkPlug * Add atk_plug_set_child (MR!27) * AtkSocket * Make AtkSocket get_extents return parent extents by default (MR!23) * atk_socket_embed: make plug_id parameter const (MR!26) * Make AtkSocketClass (embed) use const for plug_id (MR!31) * AtkText * Make atk_text_rectangle_union ignore undefined rectangles (MR!25) * Documentation * Refine *_scroll_to_point documentation (MR!21) * Refine AtkScrollType documentation (MR!12) Contributors Samuel Thibault (From OE-Core rev: cf24d2a32f20338fcfbf4c612cd913d2ef3f821b) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ptest-runner: Bump to 2.4.0Anibal Limon2020-05-021-2/+2
| | | | | | | | | | | | | | | | | Add support for un ptests in multiple directories, useful in multilib builds. Changes, 1e9a845 Add support to specify multiple folder for ptest-runner 287ba30 Makefile: Fix TEST_LDFLAGS gcc cmdline position [YOCTO #12604] (From OE-Core rev: 1203ee86e3cf4d73f6ba513452717f1c4f78c501) Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* icu: CVE-2020-10531Wang Mingyu2020-05-022-0/+129
| | | | | | | | | | | | security Advisory References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10531 (From OE-Core rev: 1d5df7310ee119b71494f97ae86f0fa264ae3022) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libffi: fix v3.3 compile on ppc64leAndrew Geissler2020-04-292-0/+63
| | | | | | | | | | | | | | The latest released version of libffi no longer compiles on ppc64le based machines. Some searching found a patch that fixed our issue but had not been submitted upstream to libffi. It has now been submitted upstream with this PR: https://github.com/libffi/libffi/pull/561 (From OE-Core rev: 76001bd4ae1e4f153f3d670b19e9ccd39c9fc4ef) Signed-off-by: Andrew Geissler <geissonator@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rng-tools: Restrict rngd.serviceAlex Kiernan2020-04-262-0/+26
| | | | | | | | | | Whilst rngd has to run as root, we can significantly constrain its permissions (network is only required if nistbeacon is enabled). (From OE-Core rev: 3ed70b755d0b60e61e0871f8b0cca2e2ab5e13f9) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rngd-tools: Install as part of sysinit.targetAlex Kiernan2020-04-261-1/+1
| | | | | | | | | | | rngd.service has a constraint of Before=sysinit.target, installing as part of multi-user.target is an odd choice as unless it's pulled in by a different dependency, an other target would not start it. (From OE-Core rev: eeb1e236dab087b7565dbbf6979e2b4c03e56e91) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* boost: revert 1.72.0 regressionAndrew Geissler2020-04-262-0/+54
| | | | | | | | | | | | | https://www.boost.org/users/history/version_1_72_0.html documents a "Known Issue" and has a revert patch for an issue that causes code to fail to compile that includes the coroutine function. Without this patch, code which includes the asymmetric_coroutine.hpp will fail to compile. (From OE-Core rev: e25e3f151c324272990ad6370c5bc71fd5d05c8c) Signed-off-by: Andrew Geissler <geissonator@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* liburcu: upgrade 0.11.1 -> 0.12.0zhengruoqin2020-04-241-2/+2
| | | | | | | (From OE-Core rev: 820b3aee5d7104182e33edd3068ab11cad457fdd) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vim: do not adjust script paths building for targetJoe Slater2020-04-242-6/+33
| | | | | | | | | | | | | When cross-compiling, do not change scripts to use host versions of perl and gawk. Also, use INSANE_SKIP to suppress QA complaints if perl or gawk are not on the target. (From OE-Core rev: 8972fe5581b9fe8ef14d539001758bb13bca6737) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* at-spi2-atk: upgrade 2.34.1 -> 2.34.2zhengruoqin2020-04-242-66/+2
| | | | | | | | | 0001-atk_test_util.h-add-missing-sys-time.h-include.patch was removed since it was included in 2.34.2 (From OE-Core rev: a2d1a3349fe92276ba28028209858c4c34ef527a) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libusb1: upgrade 1.0.22 -> 1.0.23Wang Mingyu2020-04-242-22/+2
| | | | | | | | | | no-dll.patch removed since it is no available for 1.0.23 (From OE-Core rev: 5d55b5e3c5b41929e348a2c9ab69ce0ba774f0cb) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnutls: upgrade 3.6.12 -> 3.6.13Wang Mingyu2020-04-241-2/+2
| | | | | | | (From OE-Core rev: 5cc0f0dcf1f41bc148b034b3f7abef756a328cd3) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>