[OE-core] [PATCH v3] rust: Use libc++ runtime when using clang with llvm runtime

2022-09-11 Thread Khem Raj
meta-clang has options when it comes to C++ runtime, default is to use gnu runtime, other options are llvm runtime and android runtime. This patch helps when a distro is using llvm runtime for C/C++ runtime. It informs the rust build system about right C++ runtime to configure for when such a

Re: [OE-core] [PATCH] libxml2: don't override XML_CATALOG_FILES in xmllint wrapper if already set

2022-09-11 Thread Richard Purdie
On Fri, 2022-09-09 at 23:54 +0100, Richard Purdie via lists.openembedded.org wrote: > On Fri, 2022-09-09 at 17:36 +0100, Ross Burton wrote: > > The KDE build uses custom catalogs by setting XML_CATALOG_FILES, so this > > wrapper should not override that value if it has already been set. > > > >

Re: [OE-core] Kirkstone Rust - native only error

2022-09-11 Thread Joel Winarske
This resolved the issue - native compilation pass. Found a clue in python3-setuptools-rust-native_1.1.2.bb. cargo_do_compile:class-native() { cd ${S}/${CARGO_SRC_DIR} export CARGO_BUILD_TARGET="${HOST_SYS}" export CARGO_TARGET_DIR=${S} export RUSTFLAGS "${CARGO}" build run

[OE-core] OE-core CVE metrics for kirkstone on Sun 11 Sep 2022 05:00:01 AM HST

2022-09-11 Thread Steve Sakoman
Branch: kirkstone New this week: 5 CVEs CVE-2020-35538 (CVSS3: 5.5 MEDIUM): libjpeg-turbo:libjpeg-turbo-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-35538 * CVE-2022-27664 (CVSS3: 7.5 HIGH): go https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-27664 * CVE-2022-3099

[OE-core] OE-core CVE metrics for dunfell on Sun 11 Sep 2022 04:30:01 AM HST

2022-09-11 Thread Steve Sakoman
Branch: dunfell New this week: 10 CVEs CVE-2020-35525 (CVSS3: 7.5 HIGH): sqlite3:sqlite3-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-35525 * CVE-2020-35527 (CVSS3: 9.8 CRITICAL): sqlite3:sqlite3-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-35527 *

[OE-core] OE-core CVE metrics for master on Sun 11 Sep 2022 04:00:01 AM HST

2022-09-11 Thread Steve Sakoman
Branch: master New this week: 10 CVEs CVE-2020-35538 (CVSS3: 5.5 MEDIUM): libjpeg-turbo:libjpeg-turbo-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-35538 * CVE-2022-1354 (CVSS3: 5.5 MEDIUM): tiff https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-1354 * CVE-2022-1355

[OE-core] [PATCH] binutils: update USE_ALTERNATIVES_FOR for symlink files

2022-09-11 Thread kai
From: Kai Kang It provides more binary files by binutils 2.39. Then add them to USE_ALTERNATIVES_FOR as others to handle symlink files via update-alternative mechanism. Signed-off-by: Kai Kang --- meta/recipes-devtools/binutils/binutils.inc | 6 ++ 1 file changed, 6 insertions(+) diff

Re: [OE-core] [PATCH][honister] mobile-broadband-provider-info: update branch name in SRC_URI

2022-09-11 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Peter Kjellerstedt > Sent: den 11 september 2022 10:37 > To: Richard Purdie ; Ross Burton > ; openembedded-core@lists.openembedded.org > Cc: n...@arm.com > Subject: Re: [OE-core] [PATCH][honister]

Re: [OE-core] [PATCH][honister] mobile-broadband-provider-info: update branch name in SRC_URI

2022-09-11 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Richard Purdie > Sent: den 9 september 2022 13:21 > To: Ross Burton ; > openembedded-core@lists.openembedded.org > Cc: n...@arm.com > Subject: Re: [OE-core] [PATCH][honister]