[oe] [meta-python2] Final python2 release

2020-04-24 Thread Tim Orling
The final, last, terminal, dead, deceased, never-any-more, move-to-python3-now release of python2 2.7.18 was released on April 19. I have posted a patch to upgrade meta-python2 to 2.7.18. Please test. If you care, test a lot. I intend to also apply this release to the "dunfell" branch. Since it

[oe] [meta-python2] python{-native}: upgrade 2.7.17 -> 2.7.18

2020-04-24 Thread Tim Orling
This is the FINAL 2.7 release. Upstream will not be supporting Python 2 any longer. You are STRONGLY encouraged to move to Python 3. You leave yourself at risk to vulnerabilities, security risks and fundamentally non-supported code. You are risking significant liability if you do not update to

Re: [oe] [meta-python][PATCH] python3-pexpect: change shebang to python3

2020-04-24 Thread Tim Orling
meta-python2 has zero connection the meta-python. So it will not depend on any inc files. On Fri, Apr 24, 2020 at 6:57 PM Khem Raj wrote: > > > On 4/23/20 6:13 PM, Changqing Li wrote: > > From: Changqing Li > > > > we have offcially dropped python2, so it is possible > > that our code run on

Re: [oe] [meta-oe][PATCH] cjson: add recipe for v1.7.13

2020-04-24 Thread Khem Raj
On 4/23/20 11:55 PM, Ting Liu wrote: > From: Ting Liu > > cJSON aims to be the dumbest possible parser that you can get your > job done with. It's a single file of C, and a single header file. > > Homepage: https://github.com/DaveGamble/cJSON > > Signed-off-by: Ting Liu > --- >

Re: [oe] [meta-python][PATCH] python3-pexpect: change shebang to python3

2020-04-24 Thread Khem Raj
On 4/23/20 6:13 PM, Changqing Li wrote: > From: Changqing Li > > we have offcially dropped python2, so it is possible > that our code run on python3 only host, so change > shebang to python3 to avoid error like: > python: command not found > > Signed-off-by: Changqing Li > --- >

Re: [oe][meta-oe][PATCH] libwebsockets: upgrade 3.2.2 -> 4.0.1

2020-04-24 Thread Khem Raj
On 4/23/20 1:04 PM, Martin Balik wrote: > Signed-off-by: Martin Balik > --- > .../{libwebsockets_3.2.2.bb => libwebsockets_4.0.1.bb}| 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > rename meta-oe/recipes-connectivity/libwebsockets/{libwebsockets_3.2.2.bb => >

Re: [oe] [PATCH] libgit2: Update to v1.0.0

2020-04-24 Thread Khem Raj
On 4/24/20 5:39 PM, Alistair wrote: > On Fri, Apr 24, 2020, at 2:16 PM, Khem Raj wrote: >> This update has some issues >> >> Fails on qemux86/clang >> https://errors.yoctoproject.org/Errors/Details/407382/ > > I tried to reproduce this with: > > MACHINE=qemux86 TOOLCHAIN="clang" bitbake

Re: [oe] [PATCH] libgit2: Update to v1.0.0

2020-04-24 Thread Alistair
On Fri, Apr 24, 2020, at 2:16 PM, Khem Raj wrote: > This update has some issues > > Fails on qemux86/clang > https://errors.yoctoproject.org/Errors/Details/407382/ I tried to reproduce this with: MACHINE=qemux86 TOOLCHAIN="clang" bitbake libgit2 but it build for me. What am I missing? > >

Re: [oe] [meta-initramfs][PATCH] meta-initramfs-image: remove klibc utilities

2020-04-24 Thread Khem Raj
On Thu, Apr 23, 2020 at 4:55 PM Andrea Adami wrote: > > klibc utils have no update-alternatives because these live ideally alone > in th einitramfs. This image is not minimal having busybox, linux-utils, > coreutils so to resolve the conflict we just remove the shared klibc utils > and replace

Re: [oe] [PATCH] libgit2: Update to v1.0.0

2020-04-24 Thread Khem Raj
This update has some issues Fails on qemux86/clang https://errors.yoctoproject.org/Errors/Details/407382/ for glibc/musl there is another failure which is caused by this https://errors.yoctoproject.org/Errors/Details/407386/ On Thu, Apr 23, 2020 at 11:31 PM Alistair wrote: > > Signed-off-by:

Re: [oe] [meta-oe][PATCH v2] sdbus-c++-tools: add nativesdk

2020-04-24 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel@lists.openembedded.org de...@lists.openembedded.org> On Behalf Of Matt Campbell > Sent: den 22 april 2020 22:07 > To: openembedded-devel@lists.openembedded.org > Cc: Matthew Campbell > Subject: [oe] [meta-oe][PATCH v2] sdbus-c++-tools: add

[oe] [meta-initramfs][PATCH] packagegroup-meta-initramfs: Remove kexec and vmcore-dmesg for riscv

2020-04-24 Thread Khem Raj
These are not yet available for riscv Signed-off-by: Khem Raj --- .../recipes-core/packagegroups/packagegroup-meta-initramfs.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-initramfs/recipes-core/packagegroups/packagegroup-meta-initramfs.bb

Re: [oe] [meta-oe][PATCH] php: upgrade 7.3.16 -> 7.4.4

2020-04-24 Thread Khem Raj
This cause xdebug failures https://errors.yoctoproject.org/Errors/Details/407307/ On Thu, Apr 23, 2020 at 5:57 PM Changqing Li wrote: > > From: Changqing Li > > License-Update: License updated (year updated) > > note: for 7.4, pear is disabled by default, > and it will be deprecated in future.

[oe] [meta-perl][PATCH] libmoo-perl: upgrade 2.003006 -> 2.004000

2020-04-24 Thread Wang Mingyu
From: Wang Mingyu README is updated. Signed-off-by: Wang Mingyu --- .../{libmoo-perl_2.003006.bb => libmoo-perl_2.004000.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-perl/recipes-perl/libmoo/{libmoo-perl_2.003006.bb => libmoo-perl_2.004000.bb} (89%) diff

[oe] [meta-oe] [PATCH] websocketpp: upgrade 0.8.1 -> 0.8.2

2020-04-24 Thread Wang Mingyu
From: Wang Mingyu 0001-Replace-make_shared-with-new-in-some-cases.patch 0002-Fix-missed-entries-fix-testing.patch 771.patch 842.patch removed since they are included in 0.8.2 Signed-off-by: Wang Mingyu --- ...e-make_shared-with-new-in-some-cases.patch | 78 ---

[oe] [meta-oe] [PATCH] xmlsec1: upgrade 1.2.29 -> 1.2.30

2020-04-24 Thread Wang Mingyu
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xmlsec1/{xmlsec1_1.2.29.bb => xmlsec1_1.2.30.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/xmlsec1/{xmlsec1_1.2.29.bb => xmlsec1_1.2.30.bb} (93%) diff --git

[oe] [meta-oe] [PATCH] vboxguestdrivers: upgrade 6.1.4 -> 6.1.6

2020-04-24 Thread Wang Mingyu
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{vboxguestdrivers_6.1.4.bb => vboxguestdrivers_6.1.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_6.1.4.bb => vboxguestdrivers_6.1.6.bb} (95%) diff --git

[oe] [meta-oe][PATCH] daemontools: use u-a for /usr/bin/svc and /usr/bin/svok

2020-04-24 Thread Martin Jansa
* busybox provides the same, causing busybox postinst to fail when both packages are installed in the same image: update-alternatives: Error: not linking rootfs/usr/bin/svc to /usr/bin/busybox.nosuid since rootfs/usr/bin/svc exists and is not a link update-alternatives: Error: not linking

[oe] [meta-oe][PATCH] cjson: add recipe for v1.7.13

2020-04-24 Thread Ting Liu
From: Ting Liu cJSON aims to be the dumbest possible parser that you can get your job done with. It's a single file of C, and a single header file. Homepage: https://github.com/DaveGamble/cJSON Signed-off-by: Ting Liu --- meta-oe/recipes-devtools/cjson/cjson_git.bb | 23 +

[oe] [PATCH] libgit2: Update to v1.0.0

2020-04-24 Thread Alistair
Signed-off-by: Alistair Francis --- .../libgit2/{libgit2_0.28.4.bb => libgit2_1.0.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/libgit2/{libgit2_0.28.4.bb => libgit2_1.0.0.bb} (64%) diff --git