Re: [oe] [meta-oe][PATCH] php: Add 7.4.4

2020-04-23 Thread Changqing Li
On 4/21/20 12:15 PM, Khem Raj wrote: That is fine however I Am afraid that no one will send security patches etc and we might have a recipe not well maintained that’s what concerns me Also make sense,  I can send a V2 to remove the php7.3 On Mon, Apr 20, 2020 at 6:28 PM Changqing Li mailto:

[oe] [meta-xfce][PATCH] xfce4-panel-profiles: not create link to /usr/share/locale

2020-04-23 Thread kai
From: Kai Kang It is useless to create a link to $(PREFIX)/share/locale that there is no reference to $(PREFIX)/share/$(APPNAME)/locale in source code. Signed-off-by: Kai Kang --- .../not-create-link-to-locale.patch | 22 +++ .../xfce4-panel-profiles_1.0.10.bb

Re: [oe] [meta-oe][PATCH V2] nss: Fix build on riscv64

2020-04-23 Thread akuster
On 4/22/20 3:20 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > v2: Drop pinning to gcc alone > > meta-oe/recipes-support/nss/nss/riscv.patch | 36 + > meta-oe/recipes-support/nss/nss_3.51.1.bb | 1 + > 2 files changed, 37 insertions(+) > create mode 100644 meta-oe

[oe] [meta-oe][PATCH v3] recipes,packagegroups: Remove libunwind deps for riscv

2020-04-23 Thread Khem Raj
since libunwind is not buildable, it results in glog not being buildable and that results in ceres-solver and gperftools opencv needs glob to eenable libeigen Signed-off-by: Khem Raj --- v2: Surgically remove need for libunwind instead of disabling whole recipe v3: Fix a typo libuwind -> libu

[oe] [meta-oe][PATCH] gperftools: Do not build on riscv

2020-04-23 Thread Khem Raj
Its not yet ported to work on RISCV Signed-off-by: Khem Raj --- .../meta-python/recipes-dbs/mongodb/mongodb_git.bb| 2 ++ meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb| 4 ++-- meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb | 2 ++ 3 files changed, 6 i

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

2020-04-23 Thread Martin Balik
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 => libwebsockets_4.0.1.bb} (86%) diff --git a/meta-oe/recipes-connec

[oe] [meta-oe][PATCH] rsyslog: Disable valgrind dependency for riscv32

2020-04-23 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-extended/rsyslog/rsyslog_8.2002.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2002.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2002.0.bb index 6a90614bfd..8605145ebc 100644 --- a/meta-oe/recip

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

2020-04-23 Thread Andrea Adami
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 the klibc kexec and vmcore-dmesg. Finally, remove EXCLUDE_FROM_WO

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

2020-04-23 Thread Changqing Li
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. Signed-off-by: Changqing Li --- ...Use-pkg-config-for-libxml2-detection.patch | 23 --- ...re.ac-don-t-include-build-libtool.m4.patch | 30 +++

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

2020-04-23 Thread Changqing Li
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 --- .../python/python-pexpect.inc | 2 ++ ...hange-shebang-fr

[oe] [meta-networking][PATCH] netkit-telnet: fix CVE-2020-10188

2020-04-23 Thread Yi Zhao
Reference: https://nvd.nist.gov/vuln/detail/CVE-2020-10188 Patch from Fedora: https://src.fedoraproject.org/rpms/telnet/raw/master/f/telnet-0.17-overflow-exploit.patch Signed-off-by: Yi Zhao --- .../netkit-telnet/files/CVE-2020-10188.patch | 112 ++ .../netkit-telnet/netkit-tel

[oe] [meta-python] [PATCH] python3-more-itertools: Modify ptest output format

2020-04-23 Thread zangrc
Signed-off-by: Zang Ruochen --- .../recipes-devtools/python/python3-more-itertools/run-ptest| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-more-itertools/run-ptest b/meta-python/recipes-devtools/python/python3-more-itertools/r

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

2020-04-23 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 a/meta-oe/recipes-support/libgit2/libgit2_

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

2020-04-23 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 +