[OE-core] Atk, at-spi2-core, at-spi2-atk updates

2020-02-25 Thread Tim Orling
I have the above recipes upgraded and build tested on qemux86-64. Runtime testing is less obvious, although I have done some minor testing with python3-dogtail [WIP] and python3-pyatspi [WIP] on core-image-sato-sdk. Anuj mentioned he had seen issues with musl, so I’m waiting for clean build.

[OE-core] [PATCH] abi_version/sstatesig: Introduce HASHEQUIV_HASH_VERSION

2020-02-25 Thread Richard Purdie
We've found we need a way to cause a change in signatures and move to a new hash 'namespace' with hashequiv. This introduces a variable which allows us to do this. Signed-off-by: Richard Purdie --- meta/conf/abi_version.conf | 8 meta/lib/oe/sstatesig.py | 3 +++ 2 files changed, 11

Re: [OE-core] [zeus][PATCH] sqlite: fix numerous CVEs

2020-02-25 Thread Anuj Mittal
On 22-Feb-20 04:59 AM, Adrian Bunk wrote: From: Ross Burton Fix the following CVEs: - CVE-2019-19244 - CVE-2019-19880 - CVE-2019-19923 - CVE-2019-19924 - CVE-2019-19925 - CVE-2019-19926 - CVE-2019-19959 - CVE-2019-20218 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie

Re: [OE-core] [PATCH] linux-yocto/5.2: update to v5.2.32

2020-02-25 Thread Richard Purdie
On Mon, 2020-02-24 at 15:02 -0500, bruce.ashfi...@gmail.com wrote: > From: Bruce Ashfield > > Updating linux-yocto/5.2 to the latest korg -stable release that > comprises > the following commits: This was included in testing on the autobuilder and we saw:

Re: [OE-core] [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231

2020-02-25 Thread Tim Orling
The V2 I sent earlier today should be used instead, as it improves ptests. The V1 I sent should be shredded and burned. On Tue, Feb 25, 2020 at 10:54 AM Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > ...-build-perl_0.4229.bb => libmodule-build-perl_0.4231.bb} | 6 +++---

[OE-core] [PATCH v2] libmodule-build-perl: upgrade 0.4229 -> 0.4231

2020-02-25 Thread Tim Orling
Upstream release notes: " 0.4231 - Wed Jan 29 08:47:56 CET 2020 - Released 0.42_30 without code changes 0.42_30 - Wed Jul 31 13:15:39 CEST 2019 - Add dependency on ExtUtils::PL2Bat " Add ptest RDEPENDS: - ExtUtils::Command::MM for t/compat.t - gcc, make didn't seem like enough for

Re: [OE-core] [PATCH 2/4] ninja: upgrade 1.9.0 -> 1.10.0

2020-02-25 Thread Khem Raj
On Tue, Feb 25, 2020 at 11:43 AM Andre McCurdy wrote: > > On Fri, Feb 21, 2020 at 2:46 PM Khem Raj wrote: > > > > From: Upgrade Helper > > Why does the author sometimes get set to "Upgrade Helper"? It doesn't > seem to happen very often (4 times in the past 6 years in oe-core). > What's special

Re: [OE-core] [PATCH] libmodule-build-perl: upgrade 0.4229 -> 0.4231

2020-02-25 Thread Tim Orling
Somehow I totally missed this when sending the patch (obviously). Sigh. I’m on the fence about patch versus sed. I’m inclined to stop mucking about… Thank you for the catch! > On Feb 25, 2020, at 2:00 PM, Alexander Kanavin wrote: > > But probably a better solution would be to keep the patch,

Re: [OE-core] [PATCH 04/12] ncurses: upgrade 6.1+20191019 -> 6.2

2020-02-25 Thread Anuj Mittal
On 26-Feb-20 02:53 AM, Alexander Kanavin wrote: License-Update: copyright years and holders Signed-off-by: Alexander Kanavin --- meta/recipes-core/ncurses/ncurses.inc | 2 +- .../ncurses/{ncurses_6.1+20191019.bb => ncurses_6.2.bb} | 2 +- 2 files changed, 2

[OE-core] ✗ patchtest: failure for libmodule-build-perl: upgrade 0.4229 -> 0.4231

2020-02-25 Thread Patchwork
== Series Details == Series: libmodule-build-perl: upgrade 0.4229 -> 0.4231 Revision: 1 URL : https://patchwork.openembedded.org/series/22948/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH] libmodule-build-perl: upgrade 0.4229 -> 0.4231

2020-02-25 Thread Alexander Kanavin
But probably a better solution would be to keep the patch, and drop the custom sed hack! Alex On Tue, 25 Feb 2020 at 22:58, Alexander Kanavin wrote: > On Tue, 25 Feb 2020 at 22:30, Tim Orling > wrote: > >> + file://ptest-perl/run-ptest \ >> +

Re: [OE-core] [PATCH] libmodule-build-perl: upgrade 0.4229 -> 0.4231

2020-02-25 Thread Alexander Kanavin
On Tue, 25 Feb 2020 at 22:30, Tim Orling wrote: > + file://ptest-perl/run-ptest \ > + file://0001-Committing-changes-from-do_patch.patch \ These two are 'devtool upgrade' noise, and should be removed. The recipe does weird things which triggers devtool to add items

[OE-core] [PATCH] libmodule-build-perl: upgrade 0.4229 -> 0.4231

2020-02-25 Thread Tim Orling
Upstream release notes: " 0.4231 - Wed Jan 29 08:47:56 CET 2020 - Released 0.42_30 without code changes 0.42_30 - Wed Jul 31 13:15:39 CEST 2019 - Add dependency on ExtUtils::PL2Bat " Add ptest RDEPENDS: - ExtUtils::Command::MM for t/compat.t - gcc, make didn't seem like enough for

Re: [OE-core] [PATCH 2/4] ninja: upgrade 1.9.0 -> 1.10.0

2020-02-25 Thread Andre McCurdy
On Tue, Feb 25, 2020 at 1:01 PM Alexander Kanavin wrote: > > On Tue, 25 Feb 2020 at 21:57, Andre McCurdy wrote: >> >> >> Thanks. The maintainers sometimes forgetting to reset the author was >> >> the part I was missing. Maybe the patch checker could be updated to >> >> check for that? >> > >> >

Re: [OE-core] [PATCH 2/4] ninja: upgrade 1.9.0 -> 1.10.0

2020-02-25 Thread Alexander Kanavin
On Tue, 25 Feb 2020 at 21:57, Andre McCurdy wrote: > >> Thanks. The maintainers sometimes forgetting to reset the author was > >> the part I was missing. Maybe the patch checker could be updated to > >> check for that? > > > > The patch checker already does this too :) > > So how did this commit

Re: [OE-core] [PATCH 2/4] ninja: upgrade 1.9.0 -> 1.10.0

2020-02-25 Thread Andre McCurdy
On Tue, Feb 25, 2020 at 12:25 PM Alexander Kanavin wrote: > > On Tue, 25 Feb 2020 at 20:57, Andre McCurdy wrote: >> >> Thanks. The maintainers sometimes forgetting to reset the author was >> the part I was missing. Maybe the patch checker could be updated to >> check for that? > > The patch

Re: [OE-core] [PATCH 2/4] ninja: upgrade 1.9.0 -> 1.10.0

2020-02-25 Thread Alexander Kanavin
On Tue, 25 Feb 2020 at 20:57, Andre McCurdy wrote: > Thanks. The maintainers sometimes forgetting to reset the author was > the part I was missing. Maybe the patch checker could be updated to > check for that? > The patch checker already does this too :) Alex --

Re: [OE-core] [PATCH v3] make: 4.2.1 -> 4.3

2020-02-25 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 03:39:20PM +0100, Jens Rehsack wrote: >... > -SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ >... > +SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.lz \ >... Please use the .tar.gz instead. Building lzip-native just for being able to build make is not worth the small

Re: [OE-core] [PATCH 2/4] ninja: upgrade 1.9.0 -> 1.10.0

2020-02-25 Thread Andre McCurdy
On Tue, Feb 25, 2020 at 11:47 AM Alexander Kanavin wrote: > > These are the commits produced monthly by a tool called Automated Upgrade > Helper and sent directly to recipe maintainers as listed in maintainers.inc. > When maintainers receive the patches, they're supposed to reset the author to

Re: [OE-core] [PATCH 2/4] ninja: upgrade 1.9.0 -> 1.10.0

2020-02-25 Thread Alexander Kanavin
These are the commits produced monthly by a tool called Automated Upgrade Helper and sent directly to recipe maintainers as listed in maintainers.inc. When maintainers receive the patches, they're supposed to reset the author to themselves, but sometimes it doesn't happen. Search for 'auh' in

Re: [OE-core] [PATCH 1/2] common-license: add fdk-aac license file

2020-02-25 Thread Scott Branden via Openembedded-core
Richard, Please drop this patch.  fdk-aac license file submitted to meta-multimedia. On 2020-02-25 11:13 a.m., Scott Branden wrote: Hi Richard, On 2020-02-25 2:46 a.m., Richard Purdie wrote: On Mon, 2020-02-24 at 16:11 -0800, Scott Branden via Openembedded-core wrote: From: Mircea Carausu

Re: [OE-core] [PATCH 2/4] ninja: upgrade 1.9.0 -> 1.10.0

2020-02-25 Thread Andre McCurdy
On Fri, Feb 21, 2020 at 2:46 PM Khem Raj wrote: > > From: Upgrade Helper Why does the author sometimes get set to "Upgrade Helper"? It doesn't seem to happen very often (4 times in the past 6 years in oe-core). What's special about those 4 cases? I think it would be clearer if the author was

Re: [OE-core] [PATCH 1/2] common-license: add fdk-aac license file

2020-02-25 Thread Scott Branden via Openembedded-core
On 2020-02-25 11:30 a.m., Khem Raj wrote: On 2/25/20 11:13 AM, Scott Branden via Openembedded-core wrote: Hi Richard, On 2020-02-25 2:46 a.m., Richard Purdie wrote: On Mon, 2020-02-24 at 16:11 -0800, Scott Branden via Openembedded-core wrote: From: Mircea Carausu Add Fraunhofer FDK AAC

Re: [OE-core] [PATCH 1/2] common-license: add fdk-aac license file

2020-02-25 Thread Khem Raj
On 2/25/20 11:13 AM, Scott Branden via Openembedded-core wrote: > Hi Richard, > > On 2020-02-25 2:46 a.m., Richard Purdie wrote: >> On Mon, 2020-02-24 at 16:11 -0800, Scott Branden via Openembedded-core >> wrote: >>> From: Mircea Carausu >>> >>> Add Fraunhofer FDK AAC Codec Library license.

Re: [OE-core] [PATCH 1/2] common-license: add fdk-aac license file

2020-02-25 Thread Martin Jansa
On Tue, Feb 25, 2020 at 11:13:46AM -0800, Scott Branden via Openembedded-core wrote: > Hi Richard, > > On 2020-02-25 2:46 a.m., Richard Purdie wrote: > > On Mon, 2020-02-24 at 16:11 -0800, Scott Branden via Openembedded-core > > wrote: > > > From: Mircea Carausu > > > > > > Add Fraunhofer FDK

[OE-core] [PATCH] libedit/readline: Correct package alternatives link for manpage

2020-02-25 Thread Jeremy A. Puhlman
Signed-off-by: Jeremy A. Puhlman --- meta/recipes-core/readline/readline.inc | 2 +- meta/recipes-devtools/libedit/libedit_20191231-3.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/readline/readline.inc

Re: [OE-core] [PATCH 1/2] common-license: add fdk-aac license file

2020-02-25 Thread Scott Branden via Openembedded-core
Hi Richard, On 2020-02-25 2:46 a.m., Richard Purdie wrote: On Mon, 2020-02-24 at 16:11 -0800, Scott Branden via Openembedded-core wrote: From: Mircea Carausu Add Fraunhofer FDK AAC Codec Library license. Signed-offby: Mircea Carausu Signed-off-by: Scott Branden I'm not sure this belongs

[OE-core] [PATCH 12/12] gst-validate: upgrade 1.16.1 -> 1.16.2

2020-02-25 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{gst-validate_1.16.1.bb => gst-validate_1.16.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-validate_1.16.1.bb => gst-validate_1.16.2.bb} (87%) diff --git

[OE-core] [PATCH 11/12] acpica: upgrade 20191213 -> 20200214

2020-02-25 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../acpica/{acpica_20191213.bb => acpica_20200214.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/acpica/{acpica_20191213.bb => acpica_20200214.bb} (88%) diff --git

[OE-core] [PATCH 03/12] libpcre: upgrade 8.43 -> 8.44

2020-02-25 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../libpcre/libpcre/out-of-tree.patch | 26 --- .../{libpcre_8.43.bb => libpcre_8.44.bb} | 9 +++ 2 files changed, 4 insertions(+), 31 deletions(-) delete mode 100644

[OE-core] [PATCH 10/12] libgpg-error: upgrade 1.36 -> 1.37

2020-02-25 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libgpg-error-1.36-gawk5-support.patch | 144 -- ...gpg-error_1.36.bb => libgpg-error_1.37.bb} | 7 +- 2 files changed, 3 insertions(+), 148 deletions(-) delete mode 100644

[OE-core] [PATCH 06/12] python3-mako: upgrade 1.1.0 -> 1.1.1

2020-02-25 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../python/{python3-mako_1.1.0.bb => python3-mako_1.1.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-mako_1.1.0.bb => python3-mako_1.1.1.bb} (63%) diff --git

[OE-core] [PATCH 07/12] unifdef: upgrade 2.11 -> 2.12

2020-02-25 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../unifdef/{unifdef_2.11.bb => unifdef_2.12.bb} | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename meta/recipes-devtools/unifdef/{unifdef_2.11.bb => unifdef_2.12.bb} (53%) diff --git

[OE-core] [PATCH 04/12] ncurses: upgrade 6.1+20191019 -> 6.2

2020-02-25 Thread Alexander Kanavin
License-Update: copyright years and holders Signed-off-by: Alexander Kanavin --- meta/recipes-core/ncurses/ncurses.inc | 2 +- .../ncurses/{ncurses_6.1+20191019.bb => ncurses_6.2.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 02/12] libarchive: upgrade 3.4.1 -> 3.4.2

2020-02-25 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libarchive/{libarchive_3.4.1.bb => libarchive_3.4.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/libarchive/{libarchive_3.4.1.bb => libarchive_3.4.2.bb} (93%) diff --git

[OE-core] [PATCH 08/12] gnutls: upgrade 3.6.11.1 -> 3.6.12

2020-02-25 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../gnutls/{gnutls_3.6.11.1.bb => gnutls_3.6.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnutls/{gnutls_3.6.11.1.bb => gnutls_3.6.12.bb} (93%) diff --git

[OE-core] [PATCH 09/12] python3-setuptools: upgrade 45.0.0 -> 45.2.0

2020-02-25 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...0001-conditionally-do-not-fetch-code-by-easy_install.patch | 4 ++-- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- ...hon3-setuptools_45.0.0.bb => python3-setuptools_45.2.0.bb} | 0 3 files changed, 4 insertions(+), 4 deletions(-)

[OE-core] [PATCH 05/12] python3-docutils: upgrade 0.15 -> 0.16

2020-02-25 Thread Alexander Kanavin
License-Update: formatting Signed-off-by: Alexander Kanavin --- .../{python3-docutils_0.15.bb => python3-docutils_0.16.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-docutils_0.15.bb => python3-docutils_0.16.bb} (60%) diff --git

[OE-core] [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231

2020-02-25 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-build-perl_0.4229.bb => libmodule-build-perl_0.4231.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/perl/{libmodule-build-perl_0.4229.bb => libmodule-build-perl_0.4231.bb} (95%) diff --git

[OE-core] [PATCH V2] layer.conf: Consider shared-mime-info and desktop-file-utils siggen safe

2020-02-25 Thread Khem Raj
These are added as dependencies by mime class, which could be inherited along with allarch and dependencies silently go into target specific recipes and which then can result in sstate hash signature mismatches when the allarch recipes are reused for another arch [YOCTO #13805] Signed-off-by:

[OE-core] [PATCH] sysvinit: Fix install order/dependency

2020-02-25 Thread Mark Hatle
It is possible for sysvinit to be installed before the passwd/group files are installed from base-passwd. This results in an warning that the shutdown group can't be found. Adding a dependeny on base-passwd will resolve this issue. This has similar symptoms to the problem that oe-core commit

Re: [OE-core] [PATCH] mime,mime-xdg: Conflict with allarch

2020-02-25 Thread Khem Raj
On 2/25/20 6:07 AM, Richard Purdie wrote: On Tue, 2020-02-25 at 13:24 +0100, Andreas Müller wrote: On Tue, Feb 25, 2020 at 11:21 AM Richard Purdie wrote: On Mon, 2020-02-24 at 21:44 -0800, Khem Raj wrote: mime and mime-xdb classes add dependencies ( both runtime and buildtime ) on target

[OE-core] Yocto Project Status WW08'20

2020-02-25 Thread sjolley.yp.pm
Current Dev Position: YP 3.1 M3 - At Feature Freeze Next Deadline: YP 3.1 M3 build date 2/24/2020 Next Team Meetings: * Bug Triage meeting Thursday Feb. 27th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday Mar. 3rd at

Re: [OE-core] Overriding SDE_FILE

2020-02-25 Thread Jacob Kroon
On 2/24/20 8:25 AM, Jacob Kroon wrote: Hi Douglas, You updated a comment in reproducible_build.bbclass, commit e7b891b76954c784f5a93bd0a1c91315673ce40d: -# Once the value of SOURCE_DATE_EPOCH is determined, it is stored in the recipe's ${SDE_FILE}. +# Once the value of SOURCE_DATE_EPOCH is

[OE-core] [PATCH] webkitgtk: Disable GI data for musl/arm

2020-02-25 Thread Khem Raj
qemu-arm hangs forever when running gobject introspection Signed-off-by: Khem Raj Cc: Andreas Müller --- meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb

Re: [OE-core] [PATCH] mime,mime-xdg: Conflict with allarch

2020-02-25 Thread Andreas Müller
On Tue, Feb 25, 2020 at 3:07 PM Richard Purdie wrote: > > On Tue, 2020-02-25 at 13:24 +0100, Andreas Müller wrote: > > On Tue, Feb 25, 2020 at 11:21 AM Richard Purdie > > wrote: > > > On Mon, 2020-02-24 at 21:44 -0800, Khem Raj wrote: > > > > mime and mime-xdb classes add dependencies ( both

Re: [OE-core] [PATCH 2/2][master-next] webkitgtk: enable gobject-introspection for armv7ve - it builds without issues

2020-02-25 Thread Khem Raj
On Thu, Feb 20, 2020 at 3:49 PM Andreas Müller wrote: > > Maybe armv7a can be re-enabled either but due to limited resources there is no > chance for me to test. > > Signed-off-by: Andreas Müller > --- > meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 1 - > 1 file changed, 1 deletion(-) > >

Re: [OE-core] [PATCH] readline/ediline: Fix conflicting manpages.

2020-02-25 Thread Jacob Kroon
On 2/25/20 2:33 PM, Richard Purdie wrote: On Tue, 2020-02-25 at 14:08 +0100, Jacob Kroon wrote: On 2/22/20 7:54 PM, Jeremy A. Puhlman wrote: BBCLASSEXTEND = "native nativesdk" + +inherit update-alternatives + +ALTERNATIVE_PRIORITY = "90" +ALTERNATIVE_${PN} = "history.3"

[OE-core] [PATCH] utils.bbclass: Avoid recursive symlink in oe_soinstall

2020-02-25 Thread Yevhenii Shchehlov
This patch fixes an issue when oe_soinstall function creates non-functional recursive symlinks in case library soname is equal to library real (file) name. Signed-off-by: Yevhenii Shchehlov --- meta/classes/utils.bbclass | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH v2] buildall-qemu: automate build testing for qemu MACHINEs

2020-02-25 Thread Trevor Gamblin
buildall-qemu simplifies the process of build testing an upgraded or patched recipe by cycling through the build steps for each available qemu target, with desired LIBC specified by the user as an option (defaulting to both glibc and musl if no option is provided). While building, a log file with

Re: [OE-core] [PATCH] mime,mime-xdg: Conflict with allarch

2020-02-25 Thread Richard Purdie
On Tue, 2020-02-25 at 13:24 +0100, Andreas Müller wrote: > On Tue, Feb 25, 2020 at 11:21 AM Richard Purdie > wrote: > > On Mon, 2020-02-24 at 21:44 -0800, Khem Raj wrote: > > > mime and mime-xdb classes add dependencies ( both runtime and > > > buildtime > > > ) on target packages, therefore

Re: [OE-core] [PATCH] kernel-devsrc: fix missing generated files from the packet

2020-02-25 Thread Bruce Ashfield
On Tue, Feb 25, 2020 at 3:18 AM zhou li wrote: > > > On 2/18/20 9:36 PM, Bruce Ashfield wrote: > > On Mon, Feb 17, 2020 at 10:58 PM zhou li wrote: > >> > >> On 2/18/20 10:12 AM, Bruce Ashfield wrote: > >>> On Mon, Feb 17, 2020 at 9:07 PM Li Zhou wrote: > The file

Re: [OE-core] [PATCH] readline/ediline: Fix conflicting manpages.

2020-02-25 Thread Richard Purdie
On Tue, 2020-02-25 at 14:08 +0100, Jacob Kroon wrote: > On 2/22/20 7:54 PM, Jeremy A. Puhlman wrote: > > BBCLASSEXTEND = "native nativesdk" > > + > > +inherit update-alternatives > > + > > +ALTERNATIVE_PRIORITY = "90" > > +ALTERNATIVE_${PN} = "history.3" > > +ALTERNATIVE_LINK_NAME[history.3] =

Re: [OE-core] [PATCH] readline/ediline: Fix conflicting manpages.

2020-02-25 Thread Jacob Kroon
On 2/22/20 7:54 PM, Jeremy A. Puhlman wrote: From: Jeremy Puhlman file /usr/share/man/man3/history.3 conflicts between attempted installs of libedit-doc-20191231+3.1-r0.corei7_64 and readline-doc-8.0-r0.corei7_64 Signed-off-by: Jeremy A. Puhlman ---

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-25 Thread Martin Jansa
On Tue, Feb 25, 2020 at 02:38:07PM +0200, Adrian Bunk wrote: > On Tue, Feb 25, 2020 at 12:32:55PM +0100, Alexander Kanavin wrote: > > I would probably look into how > > REQUIRED_DISTRO_FEATURE/ANY_OF_DISTRO_FEATURS is actually implemented, and > > see if you can convince it to do the right thing,

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-25 Thread Adrian Bunk
On Tue, Feb 25, 2020 at 12:32:55PM +0100, Alexander Kanavin wrote: > I would probably look into how > REQUIRED_DISTRO_FEATURE/ANY_OF_DISTRO_FEATURS is actually implemented, and > see if you can convince it to do the right thing, or maybe write a custom > re-implementation. I did already check

Re: [OE-core] [PATCH] mime,mime-xdg: Conflict with allarch

2020-02-25 Thread Andreas Müller
On Tue, Feb 25, 2020 at 11:21 AM Richard Purdie wrote: > > On Mon, 2020-02-24 at 21:44 -0800, Khem Raj wrote: > > mime and mime-xdb classes add dependencies ( both runtime and > > buildtime > > ) on target packages, therefore recipes using allarch should not > > inherit > > mime/mime-xdg or

Re: [OE-core] [PATCH] docbook-xml: update recipe to stick with the upstream

2020-02-25 Thread Richard Purdie
On Sun, 2020-02-23 at 14:22 +0100, gza...@gmail.com wrote: > From: Gregor Zatko > > Until now a Debian package has been used as a source. > This change just switches it to project's upstream. > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=13270 > > Signed-off-by: Gregor Zatko > --- >

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-25 Thread Alexander Kanavin
I would probably look into how REQUIRED_DISTRO_FEATURE/ANY_OF_DISTRO_FEATURS is actually implemented, and see if you can convince it to do the right thing, or maybe write a custom re-implementation. Alex On Tue, 25 Feb 2020 at 12:19, Adrian Bunk wrote: > On Mon, Feb 24, 2020 at 10:45:33PM

Re: [OE-core] reproducible builds involving xz (was: Re: [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures)

2020-02-25 Thread Richard Purdie
On Tue, 2020-02-25 at 11:16 +, André Draszik wrote: > On Mon, 2020-02-24 at 17:10 +0200, Adrian Bunk wrote: > > On Mon, Feb 24, 2020 at 02:58:21PM +, André Draszik wrote: > > > On Mon, 2020-02-24 at 16:31 +0200, Adrian Bunk wrote: > > > > On Mon, Feb 24, 2020 at 02:21:57PM +, André

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-25 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 10:45:33PM +0100, Alexander Kanavin wrote: > On Mon, 24 Feb 2020 at 15:08, Adrian Bunk wrote: > > > Alexander, wayland support in webkitgtk requires mesa built with x11 > > support (otherwise gl.pc is not available). > > I had a look; I'm not sure I understood the

[OE-core] reproducible builds involving xz (was: Re: [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures)

2020-02-25 Thread André Draszik
On Mon, 2020-02-24 at 17:10 +0200, Adrian Bunk wrote: > On Mon, Feb 24, 2020 at 02:58:21PM +, André Draszik wrote: > > On Mon, 2020-02-24 at 16:31 +0200, Adrian Bunk wrote: > > > On Mon, Feb 24, 2020 at 02:21:57PM +, André Draszik wrote: > > > > ... > > > > Once the artefact has been

Re: [OE-core] [PATCH 1/2] common-license: add fdk-aac license file

2020-02-25 Thread Richard Purdie
On Mon, 2020-02-24 at 16:11 -0800, Scott Branden via Openembedded-core wrote: > From: Mircea Carausu > > Add Fraunhofer FDK AAC Codec Library license. > > Signed-offby: Mircea Carausu > Signed-off-by: Scott Branden I'm not sure this belongs in Core? Is it a commonly used license? This recipe

Re: [OE-core] [PATCH] mime,mime-xdg: Conflict with allarch

2020-02-25 Thread Richard Purdie
On Mon, 2020-02-24 at 21:44 -0800, Khem Raj wrote: > mime and mime-xdb classes add dependencies ( both runtime and > buildtime > ) on target packages, therefore recipes using allarch should not > inherit > mime/mime-xdg or vice-versa, this fixes subtle sstate mismatches > > [YOCTO #13805] > >

Re: [OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-25 Thread Adrian Bunk
On Tue, Feb 25, 2020 at 09:16:20AM +, André Draszik wrote: > On Tue, 2020-02-25 at 00:00 +0200, Adrian Bunk wrote: >... > > > Perhaps we just allow the number of xz threads > > > to be set independently? > > > > dpkg manually reduces the number of threads until less than half > > of the RAM

Re: [OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-25 Thread André Draszik
On Tue, 2020-02-25 at 00:00 +0200, Adrian Bunk wrote: > On Mon, Feb 24, 2020 at 05:32:29PM +, Richard Purdie wrote: > > On Mon, 2020-02-24 at 17:14 +, André Draszik wrote: > > ... > > > I don't want to penalise myself or anybody else by generally forcing > > > a low number of threads

[OE-core] [PATCH] ruby: install required files for ptest

2020-02-25 Thread kai.kang
From: Kai Kang After update to 2.7.0, it fails to start ptest of ruby with errors: | ./test/runner.rb:11:in `require_relative': cannot load such file -- /usr/lib64/ruby/ptest/tool/test/runner (LoadError) and | test/rdoc/test_rdoc_attr.rb: cannot load such file -- rdoc/version |

Re: [OE-core] [PATCH] lttng-modules: Check the pid_ns before using it because it may be NULL

2020-02-25 Thread zhou li
On 2/20/20 10:47 PM, Jonathan Rajotte-Julien wrote: Hi, Can we get more info on the kernel version and config? Did you submit this on our mailing list?(lttng-dev). If not I would highly recommend that you do so in the future so we can eliminate *custom* patches and get to the bottom of the

[OE-core] [PATCH] hosttools: add utilities for all supported checksums

2020-02-25 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Only md5sum and sha256sum are currently provided by HOSTTOOLS. Trying to use any other checksum conversion will result in a build failure. Fix it by adding other supported checksum utilities to HOSTTOOLS. Signed-off-by: Bartosz Golaszewski --- meta/conf/bitbake.conf

Re: [OE-core] [PATCH] kernel-devsrc: fix missing generated files from the packet

2020-02-25 Thread zhou li
On 2/18/20 9:36 PM, Bruce Ashfield wrote: On Mon, Feb 17, 2020 at 10:58 PM zhou li wrote: On 2/18/20 10:12 AM, Bruce Ashfield wrote: On Mon, Feb 17, 2020 at 9:07 PM Li Zhou wrote: The file arch/arm/include/generated/asm/unistd-nr.h is needed by some external kernel module. Error occurs