Re: [oe] [PATCH] syslog-ng: fix syslog-ng startup problem with systemd

2018-06-18 Thread Changqing Li
On 06/15/2018 06:41 PM, Peter Kjellerstedt wrote: -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Changqing Li Sent: den 15 juni 2018 10:08 To: Khem Raj Cc: openembeded-devel Subject

Re: [oe] [PATCH] syslog-ng: fix syslog-ng startup problem with systemd

2018-06-14 Thread Changqing Li
OK, I will send later. :-) On 06/15/2018 12:48 PM, Khem Raj wrote: Can you rebase and resend it on top of master-next please On Thu, Jun 14, 2018 at 9:23 PM Changqing Li wrote: There are one error and one fail when run "systemctl status syslog-ng" Error opening control socket, bin

Re: [oe] [PATCH] syslog-ng: fix syslog-ng startup problem with systemd

2018-06-14 Thread Changqing Li
: Can you rebase and resend it on top of master-next please On Thu, Jun 14, 2018 at 9:23 PM Changqing Li wrote: There are one error and one fail when run "systemctl status syslog-ng" Error opening control socket, bind() failed; socket='/var/run/syslog-ng/syslog-ng.ctl', error='No such

[oe] [PATCH] syslog-ng: fix syslog-ng startup problem with systemd

2018-06-14 Thread Changqing Li
rnal, so seperate it to 2 conf, and install according to current config. Signed-off-by: Changqing Li --- meta-oe/recipes-support/syslog-ng/files/initscript | 2 +- .../recipes-support/syslog-ng/files/syslog-ng.conf | 155 .../syslog-ng/files/syslog

Re: [oe] [PATCH] syslog-ng: fix syslog-ng startup problem with systemd

2018-06-15 Thread Changqing Li
On 06/15/2018 02:29 PM, Khem Raj wrote: On Thu, Jun 14, 2018 at 10:12 PM Changqing Li wrote: By the way, I notice that there is no difference between master and master-next for "meta-oe/recipes-support/syslog-ng" pwclient fails to cherry-pick this patch. and me solving conflict

Re: [oe] [PATCH] postfix: Remove useless file makedeps.out

2018-06-04 Thread Changqing Li
Ping On 05/16/2018 01:52 PM, changqing...@windriver.com wrote: From: Changqing Li file /etc/postfix/makedeps.out is useless, remove it. makedeps.out is intermediate file that documents how Postfix was built for your machine. Signed-off-by: Changqing Li --- meta-networking/recipes-daemons

[oe] [PATCH] postfix: Remove useless file makedeps.out of postfix

2018-06-05 Thread Changqing Li
file /etc/postfix/makedeps.out is useless, remove it. makedeps.out is intermediate file that documents how Postfix was built for your machine. Signed-off-by: Changqing Li --- meta-networking/recipes-daemons/postfix/postfix.inc | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff

Re: [oe] [PATCH][meta-oe] crash: fix do_compile relocation error

2018-07-02 Thread Changqing Li
On 07/02/2018 02:09 PM, Khem Raj wrote: On Sun, Jul 1, 2018 at 7:31 PM Changqing Li wrote: error info: id: relocation error: /lib/x86_64-linux-gnu/libnss_nis.so.2: symbol _nsl_default_nss version GLIBC_PRIVATE not defined in file libnsl.so.1 with link time reference Recent glibc change

[oe] [PATCH][meta-oe] crash: fix do_compile relocation error

2018-07-01 Thread Changqing Li
need to include native libnss_nis in crash. otherwise, with "nis" in /etc/nssswitch.conf, we will met above error. Signed-off-by: Changqing Li --- meta-oe/recipes-kernel/crash/crash_7.2.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-kernel/crash/crash_7.2.0.

[oe] [PATCH][meta-oe] openldap: upgrade 2.4.45 -> 2.4.46

2018-07-01 Thread Changqing Li
Signed-off-by: Changqing Li --- meta-oe/recipes-support/openldap/openldap/install-strip.patch | 3 +++ meta-oe/recipes-support/openldap/openldap/kill-icu.patch | 2 +- .../openldap/openldap/openldap-2.4.28-gnutls-gcrypt.patch | 2 +- .../openldap/openldap/openldap-CVE-2015-3276

[oe] [PATCH] rsyslog: upgrade 8.29.0 -> 8.36.0

2018-07-01 Thread Changqing Li
Signed-off-by: Changqing Li --- .../rsyslog/rsyslog/0001-Include-sys-time-h.patch | 15 --- .../rsyslog/use-pkgconfig-to-check-libgcrypt.patch| 2 +- .../rsyslog/{rsyslog_8.29.0.bb => rsyslog_8.36.0.bb} | 6 +++--- 3 files changed, 12 insertions(+),

Re: [oe] [PATCH][meta-oe] crash: fix do_compile relocation error

2018-07-03 Thread Changqing Li
On 07/03/2018 12:42 AM, Khem Raj wrote: On Mon, Jul 2, 2018 at 12:08 AM Changqing Li wrote: On 07/02/2018 02:09 PM, Khem Raj wrote: On Sun, Jul 1, 2018 at 7:31 PM Changqing Li wrote: error info: id: relocation error: /lib/x86_64-linux-gnu/libnss_nis.so.2: symbol _nsl_default_nss version

[oe] [PATCH] [meta-oe] syslog-ng: fix syslog-ng startup problem with systemd

2018-06-19 Thread Changqing Li
Signed-off-by: Changqing Li --- .../{syslog-ng.conf => syslog-ng.conf.systemd} | 2 +- .../{syslog-ng.conf => syslog-ng.conf.sysvinit}| 0 .../syslog-ng.service-the-syslog-ng-service.patch | 3 ++- meta-oe/recipes-support/syslog-ng/syslog-ng.inc| 23 ++ 4 f

Re: [oe] [PATCH][meta-oe] protobuf-c: fix build error with protobuf 3.6.0.1

2018-08-07 Thread Changqing Li
On 08/06/2018 10:19 PM, Martin Jansa wrote: On Fri, Jul 20, 2018 at 04:19:25PM +0800, changqing...@windriver.com wrote: From: Changqing Li 1. protoc-c depend on protobuf, from protobuf 3.6.0.1, scoped_array is removed, but protoc-c still use scoped_array, caused compile error. 2. fix

Re: [oe] [PATCH] libsndfile1: patch for CVE-2017-14634

2018-08-26 Thread Changqing Li
Sorry,  please ignore this patch. On 08/27/2018 11:14 AM, changqing...@windriver.com wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../libsndfile/libsndfile1/CVE-2017-14634.patch| 40 ++ .../libsndfile/libsndfile1_1.0.28.bb | 1 + 2

Re: [oe] [PATCH][meta-oe] protobuf: upgrade 3.5.1 -> 3.6.0.1

2018-07-20 Thread Changqing Li
On 07/20/2018 01:12 AM, Khem Raj wrote: On Wed, Jul 18, 2018 at 11:13 PM wrote: From: Changqing Li License-Update: copyright year updated and clean some useless content Signed-off-by: Changqing Li --- .../0001-protobuf-fix-configure-error.patch| 33

Re: [oe] [PATCH][meta-oe] protobuf: upgrade 3.5.1 -> 3.6.0.1

2018-07-24 Thread Changqing Li
at 1:22 AM Changqing Li wrote: On 07/20/2018 01:12 AM, Khem Raj wrote: On Wed, Jul 18, 2018 at 11:13 PM wrote: From: Changqing Li License-Update: copyright year updated and clean some useless content Signed-off-by: Changqing Li --- .../0001-protobuf-fix-configure-error.patch| 33

Re: [oe] [PATCH][meta-oe] pps-tools: 0.0.0+gitX -> 1.0.2

2018-07-24 Thread Changqing Li
, 2018 at 9:32 AM <mailto:changqing...@windriver.com>> wrote: From: Changqing Li mailto:changqing...@windriver.com>> Signed-off-by: Changqing Li mailto:changqing...@windriver.com>> ---  .../pps-tools/{pps-tools_git.bb <http://pps-tools_git.bb> =>

Re: [oe] [PATCH][meta-networking] daq: upgrade 2.0.6 -> 2.2.2

2018-07-24 Thread Changqing Li
Please ignore this patch since packgage snort need it at 2.0.6. On 07/25/2018 11:27 AM, changqing...@windriver.com wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+)

[oe] [PATCH][meta-networking] drbd-utils: add submodule drbd-headers into SRC_URI

2018-07-04 Thread Changqing Li
-headers will fail, then do_compile will fail since missing header file. 2. add patch for fix drbd init script Signed-off-by: Changqing Li --- ...drbd-tools-only-rmmod-if-DRBD-is-a-module.patch | 43 ++ .../recipes-support/drbd/drbd-utils_9.4.0.bb | 7 +++- 2 files changed

Re: [oe] [PATCH][meta-oe] crash: fix do_compile relocation error

2018-07-06 Thread Changqing Li
On 07/04/2018 01:15 PM, Khem Raj wrote: On 7/3/18 6:48 PM, Changqing Li wrote: On 07/03/2018 12:42 AM, Khem Raj wrote: On Mon, Jul 2, 2018 at 12:08 AM Changqing Li wrote: On 07/02/2018 02:09 PM, Khem Raj wrote: On Sun, Jul 1, 2018 at 7:31 PM Changqing Li wrote: error info: id

[oe] [PATCH][meta-oe] php: upgrade 7.2.4 -> 7.2.7

2018-06-29 Thread Changqing Li
Signed-off-by: Changqing Li --- .../php/php/0001-acinclude-use-pkgconfig-for-libxml2-config.patch| 2 +- meta-oe/recipes-devtools/php/php/acinclude-xml2-config.patch | 2 +- meta-oe/recipes-devtools/php/php/iconv.patch | 2 +- meta-oe/recipes-devtools/php/php

[oe] [PATCH][meta-oe] rsyslog: upgrade 8.29.0 -> 8.36.0

2018-06-29 Thread Changqing Li
Signed-off-by: Changqing Li --- .../{libfastjson_0.99.4.bb => libfastjson_0.99.8.bb}| 2 +- .../rsyslog/rsyslog/0001-Include-sys-time-h.patch | 17 ++--- .../rsyslog/use-pkgconfig-to-check-libgcrypt.patch | 2 +- .../rsyslog/{rsyslog_8.29.0.bb => rsyslog_8.3

[oe] [PATCH][meta-oe] postgresql: upgrade 9.4.17 -> 9.4.18

2018-06-29 Thread Changqing Li
Signed-off-by: Changqing Li --- meta-oe/recipes-dbs/postgresql/postgresql_9.4.17.bb | 9 - meta-oe/recipes-dbs/postgresql/postgresql_9.4.18.bb | 13 + 2 files changed, 13 insertions(+), 9 deletions(-) delete mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_9.4.17.bb

[oe] [PATCH][meta-oe] vim/vim-tiny: upgrade 8.0.0983 -> 8.1.0.116

2018-06-29 Thread Changqing Li
Signed-off-by: Changqing Li --- .../recipes-support/vim/files/CVE-2017-17087.patch | 70 -- .../vim/files/disable_acl_header_check.patch | 28 ++--- .../vim-add-knob-whether-elf.h-are-checked.patch | 16 +++-- ...{vim-tiny_8.0.0983.bb => vim-tiny_8.1.0.116

[oe] [PATCH][meta-oe] syslog-ng: upgrade 3.15.1 -> 3.16.1

2018-06-29 Thread Changqing Li
Signed-off-by: Changqing Li --- .../rename-PAGESIZE-variables-to-pagesize.patch| 72 -- .../recipes-support/syslog-ng/syslog-ng_3.15.1.bb | 11 .../recipes-support/syslog-ng/syslog-ng_3.16.1.bb | 15 + 3 files changed, 15 insertions(+), 83 deletions(-) delete

[oe] SUBJECT:RR

2018-06-29 Thread Changqing Li
>From 16cc71f4803c7773cf550fa53097c2aaeaf6a00e Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Fri, 29 Jun 2018 12:43:28 +0800 Subject: [PATCH][meta-oe] openldap: upgrade 2.4.45 -> 2.4.46 Signed-off-by: Changqing Li --- meta-oe/recipes-support/openldap/openldap/install-strip.patch

[oe] [PATCH][meta-networking] dnsmasq: upgrade 2.78 -> 2.79

2018-06-29 Thread Changqing Li
Signed-off-by: Changqing Li --- meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch | 2 +- meta-networking/recipes-support/dnsmasq/dnsmasq_2.78.bb | 8 meta-networking/recipes-support/dnsmasq/dnsmasq_2.79.bb | 8 3 files changed, 9 insertions(+), 9 deletions

[oe] [PATCH][meta-networking] corosync: upgrade 2.4.3 -> 2.4.4

2018-06-29 Thread Changqing Li
Signed-off-by: Changqing Li --- .../corosync/{corosync_2.4.3.bb => corosync_2.4.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-extended/corosync/{corosync_2.4.3.bb => corosync_2.4.4.bb} (95%) diff --git a/meta-networking/r

Re: [oe] [PATCH][meta-oe] gnulib: Security fix for CVE-2018-17942

2018-10-16 Thread Changqing Li
On 10/17/2018 09:35 AM, Khem Raj wrote: On Tue, Oct 16, 2018 at 6:24 PM wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../gnulib/gnulib/CVE-2018-17942.patch | 88 ++ .../recipes-support/gnulib/gnulib_2017-08-20.18.bb | 9 ++- 2 files

Re: [oe] [meta-networking][PATCH] geoip: update md5sum and sha256sum

2018-10-31 Thread Changqing Li
On 11/1/18 11:38 AM, Khem Raj wrote: On Wed, Oct 31, 2018 at 8:13 PM wrote: From: Changqing Li Geolite database update periodically, md5sum and sha256sum have changed, update them whats the change ? its worrysome if it changes underneath without bumping version As say in https

Re: [oe] [meta-networking][PATCH] geoip: update GeoLite Database checksum

2018-11-15 Thread Changqing Li
On 11/16/18 5:35 AM, akuster808 wrote: On 11/11/18 9:59 PM, changqing...@windriver.com wrote: From: Changqing Li GeoLite Database checksum changed again recently, so update it. Signed-off-by: Changqing Li --- meta-networking/recipes-support/geoip/geoip_1.6.12.bb | 8 1 file

Re: [oe] [PATCH] e2fsprogs: fix test f_detect_junk print error msg

2018-10-11 Thread Changqing Li
please ignore this mail. On 10/11/2018 04:17 PM, changqing...@windriver.com wrote: From: Changqing Li test script have problem when the file want to grep don't exist, change the check command to fix it Signed-off-by: Changqing Li --- .../0001-e2fsprogs-fix-ptest-error-msg.patch | 33

Re: [oe] [PATCH] e2fsprogs: fix test i_bitmaps failed

2018-10-11 Thread Changqing Li
Please ignore this mail, I send to wrong email address. :-( On 10/11/2018 04:17 PM, changqing...@windriver.com wrote: From: Changqing Li without diffutils, diff from busybox will be used, diff of busybox cause diff result different with expect file under test. The diff result generated by 2

Re: [oe] [meta-networking][PATCH V2] geoip: update geolite database checksum

2018-12-10 Thread Changqing Li
tomorrow,  seem we don't have time to change SRC_URI to the http://downloads.yoctoproject.org/mirror/sources/, :-( On 12/5/18 4:07 PM, changqing...@windriver.com wrote: From: Changqing Li Geolite database checksum changed today, so update it to the lastest one. Signed-off-by: Changqing Li

Re: [oe] [meta-networking][PATCH V2] geoip: update geolite database checksum

2018-12-11 Thread Changqing Li
On 12/12/18 10:31 AM, akuster808 wrote: On 12/11/18 7:09 AM, Khem Raj wrote: adding Michael On Tue, Dec 11, 2018 at 1:47 AM Changqing Li wrote: On 12/11/18 5:21 PM, Martin Jansa wrote: http://downloads.yoctoproject.org/mirror/sources/ is updated only by Yocto autobuilder which doesn't

Re: [oe] [meta-networking][PATCH V2] geoip: update geolite database checksum

2018-12-11 Thread Changqing Li
is running. Thanks. Khem, can you help to check if there is already a mirror on http://sources.openembedded.org? I cannot see it,   403 forbidden.   if it is there,  maybe we can change SRC_URI point to there. On Tue, Dec 11, 2018 at 6:26 AM Changqing Li mailto:changqing...@windriver.com

Re: [oe] [meta-networking][PATCH V2] geoip: update geolite database checksum

2018-12-12 Thread Changqing Li
On 12/12/18 4:05 PM, Michael Halstead wrote: On 12/11/18 7:34 PM, Changqing Li wrote: On 12/12/18 10:31 AM, akuster808 wrote: On 12/11/18 7:09 AM, Khem Raj wrote: adding Michael On Tue, Dec 11, 2018 at 1:47 AM Changqing Li wrote: On 12/11/18 5:21 PM, Martin Jansa wrote: http

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-29 Thread Changqing Li
might cause reproducibility problems Either way it is going to have some issues May be option 1 even though tedious can be better of two On Wed, Nov 28, 2018 at 5:31 PM Changqing Li mailto:changqing...@windriver.com>> wrote: Khem and Marthin, The failure still caused by freque

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-28 Thread Changqing Li
we need to > change just checksums in future). And with good variable name (or a > comment) it would also document in the recipe why we're using this in > downloadfilename. > > On Tue, Nov 20, 2018 at 7:48 AM mailto:changqing...@windriver.com>> wr

Re: [oe] [meta-networking][PATCH V2] autofs: upgrade to 5.1.5

2018-11-28 Thread Changqing Li
On 11/29/18 10:53 AM, changqing...@windriver.com wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../0001-Do-not-hardcode-path-for-pkg.m4.patch | 19 +++-- .../0002-Replace-__S_IEXEC-with-S_IEXEC.patch | 36 ++--- .../autofs-5.0.7-do-not-check-for-modprobe.patch

Re: [oe] [meta-networking][PATCH] geoip: update geolite database checksum

2018-12-04 Thread Changqing Li
From: Changqing Li mailto:changqing...@windriver.com>> Geolite database checksum changed today, so update it to the lastest one. Signed-off-by: Changqing Li mailto:changqing...@windriver.com>> ---  .../recipes-support/geoip/geoip_1.6.12.bb <http://geoip

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-12-02 Thread Changqing Li
1202833 GeoIPv6.dat.gz_bad-checksum_b0f82334f94ca89872e..> <http://downloads.yoctoproject.org/mirror/sources/GeoIPv6.dat.gz_bad-checksum_b0f82334f94ca89872e7722db3511bb9> 21-Nov-2018 00:42 1207062 On Fri, Nov 30, 2018 at 3:18 AM Changqing Li mailto:changqing.

Re: [oe] [meta-networking][PATCH] geoip: update GeoLite Database checksum

2018-11-19 Thread Changqing Li
at 4:09 AM Changqing Li mailto:changqing...@windriver.com>> wrote: On 11/16/18 5:35 AM, akuster808 wrote: > > On 11/11/18 9:59 PM, changqing...@windriver.com <mailto:changqing...@windriver.com> wrote: >> From: Changqing Li mailto:changqing...@windriver.co

Re: [oe] [PATCH][meta-networking] spice: fix compile error on 32bit system

2018-09-13 Thread Changqing Li
On 09/13/2018 03:00 PM, Changqing Li wrote: On 09/13/2018 01:58 PM, Khem Raj wrote: On Wed, Sep 12, 2018 at 10:38 PM wrote: From: Changqing Li Fix below compile error on 32bit system,  since input argument is uLong, but use format %d: format '%d' expects argument of type 'int

Re: [oe] [PATCH][meta-networking] spice: fix compile error on 32bit system

2018-09-13 Thread Changqing Li
On 09/13/2018 01:58 PM, Khem Raj wrote: On Wed, Sep 12, 2018 at 10:38 PM wrote: From: Changqing Li Fix below compile error on 32bit system, since input argument is uLong, but use format %d: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int' [-Werror

Re: [oe] [PATCH 3/5] rrdtool: upgrade 1.7.0 -> 1.7.1

2019-02-25 Thread Changqing Li
On 2/23/19 2:07 AM, Khem Raj wrote: On Wed, Feb 20, 2019 at 12:57 AM wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/rrdtool/{rrdtool_1.7.0.bb => rrdtool_1.7.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/reci

Re: [oe] [PATCH 2/5] syslog-ng: upgrade 3.26.1 -> 3.19.1

2019-02-20 Thread Changqing Li
3.26.1 -> 3.19.1 That should obviously be: Subject: [oe] [PATCH 2/5] syslog-ng: upgrade 3.16.1 -> 3.19.1 Thanks.  I will send a v2. From: Changqing Li Signed-off-by: Changqing Li --- .../syslog-ng/{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb} | 4 ++-- 1 file changed, 2 inserti

Re: [oe] [PATCH 3/5] rrdtool: upgrade 1.7.0 -> 1.7.1

2019-03-05 Thread Changqing Li
On 2/26/19 10:43 AM, Changqing Li wrote: On 2/23/19 2:07 AM, Khem Raj wrote: On Wed, Feb 20, 2019 at 12:57 AM wrote: From: Changqing Li Signed-off-by: Changqing Li ---   .../recipes-extended/rrdtool/{rrdtool_1.7.0.bb => rrdtool_1.7.1.bb}   | 4 ++--   1 file changed, 2 insertions(+)

Re: [oe] [meta-oe][PATCH] lmsensors: read cpu information fail on ppc

2019-02-27 Thread Changqing Li
/lm-sensors/pull/168 Signed-off-by: Dengke Du Signed-off-by: Changqing Li --- ...fix-sensors-detect-can-t-read-the-cpu-inf.patch | 74 ++ meta-oe/recipes-bsp/lm_sensors/lmsensors_3.4.0.bb | 1 + 2 files changed, 75 insertions(+) create mode 100644 meta-oe/recipes-bsp

Re: [oe] [meta-networking][PATCH 4/4] freeradius: add PACKAGECONFIGs

2019-02-27 Thread Changqing Li
On 2/28/19 12:35 AM, Tom Rini wrote: On Wed, Feb 27, 2019 at 04:41:50PM +0800, changqing...@windriver.com wrote: From: Changqing Li add 3 PACKAGECONFIG Signed-off-by: Changqing Li --- meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb | 3 +++ 1 file changed, 3

Re: [oe] [meta-networking][PATCH 4/4] freeradius: add PACKAGECONFIGs

2019-02-27 Thread Changqing Li
On 2/28/19 10:57 AM, Changqing Li wrote: On 2/28/19 12:35 AM, Tom Rini wrote: On Wed, Feb 27, 2019 at 04:41:50PM +0800, changqing...@windriver.com wrote: From: Changqing Li add 3 PACKAGECONFIG Signed-off-by: Changqing Li --- meta-networking/recipes-connectivity/freeradius

Re: [oe] [meta-oe][PATCH] php: upgrade 7.2.10 -> 7.3.2 / 5.3.39 -> 5.6.40

2019-02-14 Thread Changqing Li
On 2/15/19 11:41 AM, Khem Raj wrote: On Thu, Feb 14, 2019 at 5:39 PM Changqing Li wrote: On 2/14/19 10:43 PM, Khem Raj wrote: On Thu, Feb 14, 2019 at 1:53 AM Changqing Li wrote: On 2/14/19 5:42 PM, Changqing Li wrote: On 2/14/19 12:58 AM, Khem Raj wrote: it seems its missing sqlite3

Re: [oe] [meta-oe][PATCH] php: upgrade 7.2.10 -> 7.3.2 / 5.3.39 -> 5.6.40

2019-02-14 Thread Changqing Li
On 2/14/19 5:42 PM, Changqing Li wrote: On 2/14/19 12:58 AM, Khem Raj wrote: it seems its missing sqlite3 deps or is a mismatch see https://errors.yoctoproject.org/Errors/Details/227750/ Hi, Khem I tried to reproduce this issue locally, but cannot reproduce with info from above link

Re: [oe] [meta-oe][PATCH] php: upgrade 7.2.10 -> 7.3.2 / 5.3.39 -> 5.6.40

2019-02-14 Thread Changqing Li
.. yes On Tue, Feb 12, 2019 at 6:59 PM wrote: From: Changqing Li License-Update: 7.x version trim trailing whitespace 7.x: * drop CVE-2017-9120.patch since it cannot resolve the CVE * use recommand option --with-libzip, bundled libzip is deprecated * update patches 5.x: * use recommand

Re: [oe] [meta-oe][PATCH] php: upgrade 7.2.10 -> 7.3.2 / 5.3.39 -> 5.6.40

2019-02-14 Thread Changqing Li
its missing sqlite3 deps or is a mismatch see https://errors.yoctoproject.org/Errors/Details/227750/ On Tue, Feb 12, 2019 at 6:59 PM wrote: From: Changqing Li License-Update: 7.x version trim trailing whitespace 7.x: * drop CVE-2017-9120.patch since it cannot resolve the CVE * use recommand

Re: [oe] [meta-oe][PATCH] php: upgrade 7.2.10 -> 7.3.2 / 5.3.39 -> 5.6.40

2019-02-14 Thread Changqing Li
On 2/14/19 10:43 PM, Khem Raj wrote: On Thu, Feb 14, 2019 at 1:53 AM Changqing Li wrote: On 2/14/19 5:42 PM, Changqing Li wrote: On 2/14/19 12:58 AM, Khem Raj wrote: it seems its missing sqlite3 deps or is a mismatch see https://errors.yoctoproject.org/Errors/Details/227750/ Hi, Khem I

Re: [oe] [meta-oe][PATCH] php: upgrade 7.2.10 -> 7.3.2 / 5.3.39 -> 5.6.40

2019-02-18 Thread Changqing Li
On 2/15/19 2:50 PM, Changqing Li wrote: On 2/15/19 11:41 AM, Khem Raj wrote: On Thu, Feb 14, 2019 at 5:39 PM Changqing Li wrote: On 2/14/19 10:43 PM, Khem Raj wrote: On Thu, Feb 14, 2019 at 1:53 AM Changqing Li wrote: On 2/14/19 5:42 PM, Changqing Li wrote: On 2/14/19 12:58 AM, Khem

Re: [oe] [PATCH 1/2] phoronix-test-suite: add rconflict

2019-05-28 Thread Changqing Li
On 5/29/19 3:37 AM, Adrian Bunk wrote: On Tue, May 28, 2019 at 10:51:58AM +0800, changqing...@windriver.com wrote: From: Changqing Li phoronix-test-suite rdepend on lsb, lsb rdepend on lsbinitscripts, lsbinitscripts rconflict with initscripts-functions. so also add rconflict for this one

Re: [oe] [meta-networking][PATCH] netkit-telnet: add rconflicts

2019-05-29 Thread Changqing Li
On 5/30/19 5:19 AM, akuster808 wrote: On 5/29/19 12:47 AM, changqing...@windriver.com wrote: From: Changqing Li fix below error: file /etc/xinetd.d/telnet conflicts between attempted installs of netkit-telnet-0.17-r0.i586 and inetutils-telnetd-1.9.4-r0.i586 file /usr/sbin/in.telnetd

Re: [oe] [meta-networking][PATCH] netkit-telnet: add rconflicts

2019-05-30 Thread Changqing Li
On 5/30/19 1:24 PM, Changqing Li wrote: On 5/30/19 5:19 AM, akuster808 wrote: On 5/29/19 12:47 AM, changqing...@windriver.com wrote: From: Changqing Li fix below error: file /etc/xinetd.d/telnet conflicts between attempted installs of netkit-telnet-0.17-r0.i586 and inetutils-telnetd

Re: [oe] [PATCH 2/7] python-pygobject: upgrade 3.28.3 -> 3.32.1

2019-06-09 Thread Changqing Li
On 6/7/19 3:12 PM, Tim Orling wrote: Please consider providing a python3 version as well. Python2 will be EOL soon. Already have one under oe-core layer On Tue, Jun 4, 2019 at 8:04 PM <mailto:changqing...@windriver.com>> wrote: From: Changqing Li mailto:changqing...@wind

Re: [oe] [meta-oe][PATCH] postgresql: fix compile error

2019-04-29 Thread Changqing Li
On 4/30/19 1:10 AM, Khem Raj wrote: On Sat, Apr 27, 2019 at 10:56 PM wrote: From: Changqing Li configuration: MULTILIB_GLOBAL_VARIANTS_append = " libn32" MULTILIBS ?= "multilib:lib32 multilib:libn32" DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips" DEFAULT

Re: [oe] [PATCH 0/6] Upgrade 5 packages build with waf

2019-06-30 Thread Changqing Li
On 6/28/19 5:43 PM, Adrian Bunk wrote: On Fri, Jun 28, 2019 at 09:48:04AM +0800, changqing...@windriver.com wrote: ... Changqing Li (6): ... libldb: upgrade 1.4.1 -> 1.6.3 ... samba: upgrade 4.8.12 -> 4.10.5 ... It was a mistake that required workarounds in both libldb and samb

Re: [oe] [meta-xfce][PATCH] gtk-xfce-engine: remove this recipe

2019-12-16 Thread Changqing Li
On 12/13/19 5:36 PM, Kang Kai wrote: On 2019/12/13 下午5:27, Andreas Müller wrote: On Fri, Dec 13, 2019 at 9:45 AM wrote: From: Changqing Li * Part of xfce 4.14 changelog    Theme Engine (gtk-xfce-engine)    The gtk-xfce-engine has been deprecated and archived. * repo have been remove

Re: [oe] [meta-xfce][PATCH] gtk-xfce-engine: remove this recipe

2019-12-15 Thread Changqing Li
On 12/13/19 5:32 PM, Kang Kai wrote: On 2019/12/13 下午4:45, changqing...@windriver.com wrote: From: Changqing Li * Part of xfce 4.14 changelog Theme Engine (gtk-xfce-engine) The gtk-xfce-engine has been deprecated and archived. According to https://xfce.org/about/news, xfce4

Re: [oe] [meta-webserver][PATCH] nginx.service: sleep 0.1 after nginx start

2020-02-25 Thread Changqing Li
On 2/25/20 12:49 PM, Khem Raj wrote: On 2/24/20 7:53 PM, Changqing Li wrote: On 2/25/20 12:40 AM, Khem Raj wrote: On Mon, Feb 24, 2020 at 3:41 AM  wrote: From: Changqing Li Fix error info: nginx.service: failed to parse pid from file /run/nginx/nginx.pid: invalid argument Signed-off

Re: [oe] [meta-oe][PATCH] layer.conf: add meta-python to LAYERDEPENDS

2020-03-06 Thread Changqing Li
gt; wrote: From: Changqing Li mailto:changqing...@windriver.com>> yocto-check-layer/test_world failed since error: ERROR: test_world (common.CommonCheckLayer) ERROR: Nothing PROVIDES 'python3-pytoml-native' (but /meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs_60.9

Re: [oe] [meta-webserver][PATCH] nginx.service: sleep 0.1 after nginx start

2020-02-24 Thread Changqing Li
On 2/25/20 12:49 PM, Khem Raj wrote: On 2/24/20 7:53 PM, Changqing Li wrote: On 2/25/20 12:40 AM, Khem Raj wrote: On Mon, Feb 24, 2020 at 3:41 AM  wrote: From: Changqing Li Fix error info: nginx.service: failed to parse pid from file /run/nginx/nginx.pid: invalid argument Signed-off

Re: [oe] [meta-webserver][PATCH] nginx.service: sleep 0.1 after nginx start

2020-02-24 Thread Changqing Li
On 2/25/20 12:40 AM, Khem Raj wrote: On Mon, Feb 24, 2020 at 3:41 AM wrote: From: Changqing Li Fix error info: nginx.service: failed to parse pid from file /run/nginx/nginx.pid: invalid argument Signed-off-by: Changqing Li --- meta-webserver/recipes-httpd/nginx/files/nginx.service | 1

Re: [oe] [meta-webserver][PATCH] nginx.service: sleep 0.1 after nginx start

2020-02-24 Thread Changqing Li
On 2/25/20 11:53 AM, Changqing Li wrote: On 2/25/20 12:40 AM, Khem Raj wrote: On Mon, Feb 24, 2020 at 3:41 AM wrote: From: Changqing Li Fix error info: nginx.service: failed to parse pid from file /run/nginx/nginx.pid: invalid argument Signed-off-by: Changqing Li ---   meta-webserver

Re: [oe] [meta-oe][PATCH] layer.conf: add meta-python to LAYERDEPENDS

2020-03-11 Thread Changqing Li
/*.bb \ +" 2. move those python recipes from meta-python under meta-oe On Fri, Mar 6, 2020 at 6:38 AM wrote: From: Changqing Li yocto-check-layer/test_world failed since error: ERROR: test_world (common.CommonCheckLayer) ERROR: Nothing PROVIDES 'python3-pytoml-native' (but /meta-openemb

Re: [oe] [meta-oe][PATCH] layer.conf: add meta-python to LAYERDEPENDS

2020-03-08 Thread Changqing Li
is fixed.  other recipes still have similar problems, which depend on other python packages. On Fri, Mar 6, 2020 at 6:38 AM wrote: From: Changqing Li yocto-check-layer/test_world failed since error: ERROR: test_world (common.CommonCheckLayer) ERROR: Nothing PROVIDES 'python3-pytoml-native

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

2020-04-16 Thread Changqing Li
From: Changqing Li * upgrade to 7.3.16 * remove unuseful patches Signed-off-by: Changqing Li --- ...nclude.m4-skip-binconfig-check-for-libxml.patch | 56 -- ...i.c-build-empty-php_load_zend_extension_c.patch | 63 meta-oe/recipes-devtools/php/php/70_mod_php5.conf

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

2020-04-20 Thread Changqing Li
On 4/21/20 12:56 AM, Khem Raj wrote: On Mon, Apr 20, 2020 at 2:59 AM Changqing Li wrote: From: Changqing Li * Add php 7.4, and also keep 7.3 existed. why do we need to keep 7.3 ? I keep it since 7.3 and 7.4 have some incompatibility,  so maybe keep 7.3 to EOF is better ? refer

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

2020-04-20 Thread Changqing Li
From: Changqing Li * Add php 7.4, and also keep 7.3 existed. refer: https://www.php.net/migration74 https://www.php.net/supported-versions.php * note: for 7.4, pear is disabled by default, and it will be deprecated in future. Signed-off-by: Changqing Li --- ...nfigure.ac-don-t-include-build

[oe] [V2][PATCH] freeradius: don't download LFS content by default

2020-03-26 Thread Changqing Li
From: Changqing Li fix error: Fetcher failure: Repository git://github.com/FreeRADIUS/freeradius-server.git has LFS content, install git-lfs on host to download (or set lfs=0 to ignore it) upstream has file .lfsconfig to make it not download lfs files by default, so we also don't download

[oe] [meta-networking][PATCH] freeradius: don't download LTS content by default

2020-03-26 Thread Changqing Li
From: Changqing Li fix error: Fetcher failure: Repository git://github.com/FreeRADIUS/freeradius-server.git has LFS content, install git-lfs on host to download (or set lfs=0 to ignore it) upstream has file .lfsconfig to make it not download lfs files by default, so we also don't download

[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

[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-webserver][PATCH 2/2] xdebug: upgrade 2.7.2 -> 2.9.5

2020-04-25 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-php/xdebug/{xdebug_2.7.2.bb => xdebug_2.9.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-webserver/recipes-php/xdebug/{xdebug_2.7.2.bb => xdebug_2.9.5.bb} (86%) diff --git a/meta-web

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

2020-04-25 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 --- ...0001-Use-pkg-config-for-libxml2-detection.patch | 23 --- ...nfigure.ac-don-t-include-build-libtool.m4.patch

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

2020-04-25 Thread Changqing Li
On 4/25/20 12:59 AM, Khem Raj wrote: This cause xdebug failures https://errors.yoctoproject.org/Errors/Details/407307/ current xdebug don't support php7.4,  I will upgrade xdebug to latest and resend the patch. On Thu, Apr 23, 2020 at 5:57 PM Changqing Li wrote: From: Changqing Li

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

[oe] [PATCH] apache2: fix service start fail

2020-05-14 Thread Changqing Li
From: Changqing Li reproduce steps: 1. boot up target 2. scp apache2-2.4.41-r0.1.aarch64.rpm on target 3. rpm -i apache2-2.4.41-r0.1.aarch64.rpm 4. systemctl status apache2 Error: httpd[7767]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/apache2/' for main error log

[oe] [meta-xfce][PATCH] packagegroup-xfce-base: add RDEPEND packagegroup-core-x11

2020-06-02 Thread Changqing Li
From: Changqing Li without packagegroup-core-x11, after boot target, and run startx, it will report error like: /usr/bin/startx: line 203: xauth: command not found xinit: unable to run server "/usr/bin/X": No such file or directory Use the -- option, or make sure that /usr/bin is in

[oe] [meta-oe][PATCH] mozjs: fix multilib conflict

2020-08-14 Thread Changqing Li
From: Changqing Li fix error: .do_rootfs.2023872:4562: file /usr/bin/js60-config conflicts between attempted installs of mozjs-dev-60.9.0-r0.core2_64 and lib32-mozjs-dev-60.9.0-r0.core2_32 log.do_rootfs.2023872:4563: file /usr/include/mozjs-60/js-config.h conflicts between attempted installs

[oe] [meta-oe][PATCH] rsyslog: get alias of syslog back

2020-07-10 Thread Changqing Li
From: Changqing Li since upstream rsyslog commit https://github.com/rsyslog/rsyslog/pull/4317/commits/7a671da74f78047b3fd0eb65203f045de28cec0f , Alias=syslog.service is removed from service file, which will make systemctl restart syslog fail since Unit syslog.service not found when we set

[oe] [meta-oe][PATCH V2] rsyslog: get alias of syslog back

2020-07-13 Thread Changqing Li
From: Changqing Li since upstream rsyslog commit https://github.com/rsyslog/rsyslog/pull/4317/commits/7a671da74f78047b3fd0eb65203f045de28cec0f , Alias=syslog.service is removed from service file, which will make systemctl restart syslog fail since Unit syslog.service not found when we set

Re: [oe] [meta-oe][PATCH] rsyslog: get alias of syslog back

2020-07-12 Thread Changqing Li
Hi, Khem I noticed this patch is on next branch,  but this patch have problem with sysV, I need to send a V2 later.  Please help to revert it.  Thanks and sorry for troubling you. On 7/10/20 5:07 PM, Changqing Li wrote: From: Changqing Li since upstream rsyslog commit https://github.com

[oe] [meta-oe][PATCH] libmcrypt: set CLEANBROKEN

2020-06-27 Thread Changqing Li
From: Changqing Li reproduce steps: 1. bitbake libmcrypt 2. add bb.note('hello') in do_fetch of base.bbclass 3. bitbake libmcrypt do_configure failed: Making clean in doc make[1]: Entering directory 'build/tmp-glibc/work/cortexa72-wrs-linux/libmcrypt/2.5.8-r0/libmcrypt-2.5.8/doc' make[1

[oe] [PATCH 1/2] python-django: add RDEPENDS

2020-06-09 Thread Changqing Li
From: Changqing Li fix error: ModuleNotFoundError: No module named 'distutils' Signed-off-by: Changqing Li --- meta-python/recipes-devtools/python/python-django.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes

[oe] [PATCH 2/2] python-m2crypto: Add RDEPENDS

2020-06-09 Thread Changqing Li
From: Changqing Li fix errors: ModuleNotFoundError: No module named 'distutils' ModuleNotFoundError: No module named 'asyncore' ModuleNotFoundError: No module named 'xmlrpc' Signed-off-by: Changqing Li --- meta-python/recipes-devtools/python/python-m2crypto.inc | 6 +- 1 file changed, 5

[oe] [PATCH] radvd: add /etc/radvd.conf

2020-07-20 Thread Changqing Li
From: Changqing Li When starting radvd without any configuration the following errors would be triggered. """ root@intel-x86-64:~# systemctl status radvd ● radvd.service - Router advertisement daemon for IPv6 Loaded: loaded (/lib/systemd/system/radvd.service; enabled

[oe] [PATCH] libssh2: enhance ptest

2020-12-27 Thread Changqing Li
support testcase ssh2.sh Signed-off-by: Changqing Li --- ...nviroment-to-decide-if-a-test-is-bui.patch | 46 +++ .../recipes-support/libssh2/files/run-ptest | 2 +- .../recipes-support/libssh2/libssh2_1.9.0.bb | 11 +++-- 3 files changed, 55 insertions(+), 4 deletions

[oe] [PATCH] postgresql: upgrade 12.4 -> 13.1

2020-12-29 Thread Changqing Li
Signed-off-by: Changqing Li --- .../files/0001-Improve-reproducibility.patch | 20 ++- ...{postgresql_12.4.bb => postgresql_13.1.bb} | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) rename meta-oe/recipes-dbs/postgresql/{postgresql_12.4.bb => postgresql_13.1.b

[oe] [PATCH 2/2] nginx: upgrade 1.17.8 -> 1.19.6

2020-12-29 Thread Changqing Li
Signed-off-by: Changqing Li --- meta-webserver/recipes-httpd/nginx/nginx_1.17.8.bb | 10 -- meta-webserver/recipes-httpd/nginx/nginx_1.19.6.bb | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.17.8.bb

[oe] [PATCH 1/2] nginx: upgrade 1.16.1 -> 1.18.0

2020-12-29 Thread Changqing Li
Signed-off-by: Changqing Li --- meta-webserver/recipes-httpd/nginx/nginx_1.16.1.bb | 6 -- meta-webserver/recipes-httpd/nginx/nginx_1.18.0.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.16.1.bb create mode

[oe] [meta-networking][PATCH] celt051: update SRC_URI

2021-01-19 Thread Changqing Li
original SRC_URI is not valid now, offical CELT repository moved to gitlab Signed-off-by: Changqing Li --- meta-networking/recipes-support/celt051/celt051_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/celt051/celt051_git.bb b/meta

[oe] [meta-xfce][PATCH] mousepad: fix warning during postinst

2021-06-15 Thread Changqing Li
From: Changqing Li fix below warning during do_rootfs: [log_check] Warning: undefined reference to Signed-off-by: Changqing Li --- ...port-Properly-handle-plugin-settings.patch | 279 ++ .../recipes-apps/mousepad/mousepad_0.5.5.bb | 2 + 2 files changed, 281 insertions

  1   2   3   >