[OE-core] [PATCH] classextend.py: don't extend file for file dependency

2019-09-15 Thread changqing.li
From: Changqing Li Fix error like: lib32-e2fsprogs-1.45.3-r0 do_package_qa: QA Issue: /usr/sbin/e2scrub_all contained in package lib32-e2fsprogs-e2scrub requires /bin/bash, but no providers found in RDEPENDS_lib32-e2fsprogs-e2scrub For some lib32 packages(eg: lib32-bash, lib32-sed) which

[OE-core] ✗ patchtest: failure for grub does not require freetype

2019-09-15 Thread Patchwork
== Series Details == Series: grub does not require freetype Revision: 1 URL : https://patchwork.openembedded.org/series/19959/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

[OE-core] [PATCH] grub does not require freetype

2019-09-15 Thread Dan Callaghan
Freetype is only needed for the grub-mkfont utility, but that is disabled at configure time by passing --disable-grub-mkfont. --- meta/recipes-bsp/grub/grub-efi_2.04.bb | 2 +- meta/recipes-bsp/grub/grub_2.04.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH]] curl: update to 7.66.0

2019-09-15 Thread Khem Raj
I think double ]] will leave a ] in commit message. Please resend with this addressed On Fri, Sep 13, 2019 at 12:16 PM Oleksandr Kravchuk wrote: > > Signed-off-by: Oleksandr Kravchuk > --- > meta/recipes-support/curl/{curl_7.65.3.bb => curl_7.66.0.bb} | 4 ++-- > 1 file changed, 2

Re: [OE-core] [PATCH v3] systemd: upgrade to 243

2019-09-15 Thread Richard Purdie
On Sat, 2019-09-14 at 08:00 -0700, akuster808 wrote: > > On 9/13/19 4:26 PM, Scott Murray wrote: > > PATCH REBASED: > > == > > 0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch > > 0001-do-not-disable-buffer-in-writing-files.patch > >

[OE-core] [warrior][v2][PATCH] Curl: Security fix for CVE-2019-5482

2019-09-15 Thread Armin Kuster
From: Armin Kuster Source: curl.org MR: 99905 Type: Security Fix Disposition: Backport from https://github.com/curl/curl/commit/facb0e4662415b5f28163e853dc6742ac5fafb3d ChangeID: e0c807da8937f687a4b2e28eaa6b4b5a51845bc5 Description: Fixes CVE-2019-5482 - Affected versions: libcurl >= 7.19.4 to