[oe] [meta-oe][PATCH] conf/layer.conf: add BBFILES_DYNAMIC and dynamic layers

2020-03-11 Thread changqing.li
From: Changqing Li some recipes under meta-oe have dependency on meta-python, and test_world of yocto-check-layer will failed with error like: ERROR: test_world (common.CommonCheckLayer) ERROR: Nothing PROVIDES 'python3-pytoml-native' (but

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

2020-03-09 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 --- .../recipes-devtools/python/python-sqlparse.inc| 2 +

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

2020-03-05 Thread changqing.li
From: Changqing Li 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.0.bb DEPENDS on or otherwise requires it). Close matches:

[oe] [meta-oe][PATCH] python3-pygobject: remove this recipe

2020-03-05 Thread changqing.li
From: Changqing Li python3-pygobject already in oe-core, previously, we have python-pygobject in meta-oe, but recently, in order to drop python2, we transfer python-pygobject to python3-pygobject, so duplicated with oe-core, meantime, this will cause test_signature failure when do

[oe] [meta-filesystems][PATCH] xfsdump: fix do patch error

2020-03-05 Thread changqing.li
From: Changqing Li update patch to fix do_patch error Signed-off-by: Changqing Li --- .../files/0001-xfsdump-support-usrmerge.patch | 26 +- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git

[oe] [meta-networking][PATCH] cyrus-sasl: fix CVE-2019-19906

2020-02-26 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../cyrus-sasl/cyrus-sasl/CVE-2019-19906.patch | 35 ++ .../cyrus-sasl/cyrus-sasl_2.1.27.bb| 1 + 2 files changed, 36 insertions(+) create mode 100644

[oe] [meta-webserver][PATCH V2] ngnix: fix error during service startup

2020-02-24 Thread changqing.li
From: Changqing Li fix below error: nginx.service: failed to parse pid from file /run/nginx/nginx.pid: invalid argument Signed-off-by: Changqing Li --- .../nginx/files/nginx-fix-pidfile.patch| 99 ++ meta-webserver/recipes-httpd/nginx/nginx.inc | 1 + 2

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

2020-02-24 Thread changqing.li
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 + 1 file changed, 1 insertion(+) diff --git

[oe] [meta-oe][PATCH] libhugetlbfs: update patch to make it work for python3

2019-12-22 Thread changqing.li
From: Changqing Li Fix error: TypeError: a bytes-like object is required, not 'str' Signed-off-by: Changqing Li --- .../0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[oe] [meta-xfce][PATCH] xfce4-kbdleds-plugin: remove this recipe

2019-12-15 Thread changqing.li
From: Changqing Li According to https://xfce.org/about/news, xfce4-kbdleds-plugin has been dropped Acked-by: Kai Kang Signed-off-by: Changqing Li --- .../kbdleds/xfce4-kbdleds-plugin_0.0.6.bb | 15 --- .../packagegroups/packagegroup-xfce-extended.bb |

[oe] [meta-xfce][PATCH] xfce-dusk-gtk3: correct invalid SRC_URI

2019-12-15 Thread changqing.li
From: Changqing Li original SRC_URI is invalid now, and current upstream address is such a long address(see below), and this package has not been updated since 2011, so use http://sources.openembedded.org/.

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

2019-12-13 Thread changqing.li
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 from upstream https://archive.xfce.org/src/xfce/ no gtk-xfce-engine now so remove this recipe Signed-off-by: Changqing Li

[oe] [meta-networking][PATCH] samba: fix wrong shebang for python3

2019-12-13 Thread changqing.li
From: Changqing Li fix wrong shebang "#!/usr/bin/env python3/" Signed-off-by: Changqing Li --- meta-networking/recipes-connectivity/samba/samba_4.10.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.10.10.bb

[oe] [PATCH 2/2] python-sqlparse/python3-sqlparse: move from meta-cloud-services

2019-11-28 Thread changqing.li
From: Changqing Li move these recipes from meta-cloud-services, since python3-django RDEPENDS on this, and extend for native and nativesdk. Signed-off-by: Changqing Li --- meta-python/recipes-devtools/python/python-sqlparse.inc | 13 +

[oe] [PATCH 1/2] python3-django: upgrade 1.11.14 -> 2.2.7

2019-11-28 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-python/recipes-devtools/python/python-django.inc | 3 --- meta-python/recipes-devtools/python/python-django_1.11.14.bb | 3 +++ meta-python/recipes-devtools/python/python3-django_1.11.14.bb | 2 --

[oe] [meta-networking][PATCH] dnsmasq.conf: fix dnsmasq path

2019-11-21 Thread changqing.li
From: Changqing Li we install dnsmasq under /usr/bin by default, correct the path in comments. Signed-off-by: Changqing Li --- meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-networking][PATCH] kea: fix kea-dhcp4.service/kea-dhcp6.service start up failed

2019-10-13 Thread changqing.li
From: Changqing Li After upgrade to 1.7.0, path of database file changed from /var/kea to /var/lib/kea, correct the path to fix service start failed problem DHCP6_CONFIG_LOAD_FAIL configuration error using file: /etc/kea/kea-dhcp6.conf, reason: Unable to open database: unable to open

[oe] [PATCH] multipath-tools: upgrade 0.8.1 -> 0.8.2

2019-10-08 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- ...-the-property-blacklist-exception-builtin.patch | 16 +++--- ...ds-from-kernel-cmdline-mpath.wwids-with-A.patch | 57 -- ...-warn-on-invalid-regex-instead-of-failing.patch | 31 ++-- ...ath-tools_0.8.1.bb =>

[oe] [meta-networking][PATCH] ntp: fix package split wrongly when enabled usrmerge

2019-09-16 Thread changqing.li
From: Changqing Li * when usrmerge is enabled, ${libdir} is /usr/lib, and ${systemd_unitdir} is /usr/lib/systemd, sine PACKAGE ntpdate is after ntp in variable PACKAGES, so file ${systemd_unitdir}/system/ntpdate.service will be populated into PACKAGE ntp, but actually we have add it into

[oe] [meta-filesystems][PATCH V2] xfsdump: support usrmerge

2019-09-05 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../files/0001-xfsdump-support-usrmerge.patch | 48 ++ .../recipes-utils/xfsdump/xfsdump_3.1.8.bb | 1 + 2 files changed, 49 insertions(+) create mode 100644

[oe] [PATCH] drbd-utils: switch to add patch from change source in do_configure

2019-09-05 Thread changqing.li
From: Changqing Li it is not proper change source in do_configure, it will make source not updated even local.conf have change the DISTRO_FEATURES [YOCTO: #13493] Signed-off-by: Changqing Li --- .../0001-drbd-utils-support-usrmerge.patch | 108 +

[oe] [meta-filesystems][PATCH] xfsdump: support usrmerge

2019-09-05 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../files/0001-xfsdump-support-usrmerge.patch | 48 ++ .../recipes-utils/xfsdump/xfsdump_3.1.8.bb | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-networking][PATCH] freeradius: upgrade 3.0.17 -> 3.0.19

2019-09-02 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- ...s-correct-version-number-of-libssl-defect.patch | 44 - ...radius-configure.ac-add-option-for-libcap.patch | 24 +-- ...ius-fix-issues-related-to-m4-include-path.patch | 186 -

[oe] [meta-oe][PATCH] satyr: upgrade 0.27 -> 0.28

2019-09-02 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-oe/recipes-support/satyr/{satyr_0.27.bb => satyr_0.28.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-support/satyr/{satyr_0.27.bb => satyr_0.28.bb} (87%) diff --git

[oe] [meta-oe][PATCH] yail: update UPSTREAM_CHECK_GITTAGREGEX

2019-09-02 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb b/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb index 8ced7b8..e112a5e 100644 ---

[oe] [meta-oe][PATCH] postgresql: 11.4 -> 11.5

2019-09-02 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-dbs/postgresql/{postgresql_11.4.bb => postgresql_11.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-dbs/postgresql/{postgresql_11.4.bb => postgresql_11.5.bb} (63%) diff --git

[oe] [meta-networking][PATCH] iscsi-initiator-utils: 2.0.876 -> 2.0.877

2019-09-02 Thread changqing.li
From: Changqing Li License-Update: Update GPLv2 License information Signed-off-by: Changqing Li --- .../0001-Make-iscsid-systemd-usage-optional.patch | 88 + ...g-config-in-Makefiles-for-newer-libraries.patch | 92 ++ ...2.0.876.bb =>

[oe] [meta-initramfs][PATCH 3/3] grubby: support usrmerge

2019-08-30 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-initramfs/recipes-devtools/grubby/grubby_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb index

[oe] [meta-filesystems][PATCH 2/3] ntfs-3g-ntfsprogs: support usrmerge

2019-08-30 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../files/0001-Make-build-support-usrmerge.patch | 43 ++ .../ntfs-3g-ntfsprogs_2017.3.23.bb | 1 + 2 files changed, 44 insertions(+) create mode 100644

[oe] [meta-filesystems][PATCH 1/3] xfsprogs: support usrmerge

2019-08-30 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../xfsprogs/files/0001-support-usrmerge.patch | 40 ++ .../recipes-utils/xfsprogs/xfsprogs_5.2.1.bb | 7 ++-- 2 files changed, 45 insertions(+), 2 deletions(-) create mode 100644

[oe] [meta-oe][PATCH] fio: fix typo

2019-08-04 Thread changqing.li
From: Changqing Li fix typo "rev for v3.8" in fio_3.15.bb Signed-off-by: Changqing Li --- meta-oe/recipes-benchmark/fio/fio_3.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-benchmark/fio/fio_3.15.bb b/meta-oe/recipes-benchmark/fio/fio_3.15.bb index

[oe] [meta-networking][PATCH V2] libtdb: fix do_package_qa issue

2019-07-22 Thread changqing.li
From: Changqing Li fix below error: QA Issue: non dev/-dbg/nativesdk package contains symlink .so: lib32-python3-tdb path ' packages-split/lib32-python3-tdb/usr/lib/python3.7/site-packages/tdb.so' [dev-so] Signed-off-by: Changqing Li ---

[oe] [meta-networking][PATCH] libtdb: fix do_package_qa issue [LIN1019-1848]

2019-07-22 Thread changqing.li
From: Changqing Li fix below error: QA Issue: non dev/-dbg/nativesdk package contains symlink .so: lib32-python3-tdb path ' packages-split/lib32-python3-tdb/usr/lib/python3.7/site-packages/tdb.so' [dev-so] Signed-off-by: Changqing Li ---

[oe] [meta-networking][PATCH] libtevent: fix do_package_qa issue

2019-07-17 Thread changqing.li
From: Changqing Li fix below error: ERROR: lib32-libtevent-0.10.0-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: lib32-python3-tevent path

[oe] [meta-oe][PATCH 1/3] volume-key: fix "Nothing RPROVIDES" when multilib enabled

2019-07-10 Thread changqing.li
From: Changqing Li Multilib enabled, and add IMAGE_INSTALL_append = " python3-volume-key" in local.conf fix below problem: ERROR: Required build target 'lib32-core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['lib32-core-image-minimal',

[oe] [meta-oe][PATCH 2/3] isomd5sum: fix "Nothing RPROVIDES" when multilib enabled

2019-07-10 Thread changqing.li
From: Changqing Li Multilib enabled, and add IMAGE_INSTALL_append = " python3-isomd5sum" in local.conf fix below problem: ERROR: Required build target 'lib32-core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['lib32-core-image-minimal',

[oe] [meta-oe][PATCH 3/3] satyr: fix "Nothing RPROVIDES" when multilib enabled

2019-07-10 Thread changqing.li
From: Changqing Li Multilib enabled, and add IMAGE_INSTALL_append = " python3-satyr" in local.conf fix below problem: ERROR: Required build target 'lib32-core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['lib32-core-image-minimal',

[oe] [meta-oe][PATCH 0/3] fix "Nothing RPROVIDES" when multilib enabled

2019-07-10 Thread changqing.li
From: Changqing Li These 3 recipe have similar problem, when multilib is enabled, Eg, for satyr, PN is expaned to lib32-satyr, so packages will name like lib32-python3-lib32-satyr, fixed by use BPN. Changqing Li (3): volume-key: fix "Nothing RPROVIDES" when multilib enabled isomd5sum: fix

[oe] [meta-networking][PATCH 4/6 V2] libtdb: upgrade 1.3.17 -> 1.4.0

2019-07-01 Thread changqing.li
From: Changqing Li 1. switch to python3 2. fix cross-compile problem caused by waf 3. refresh patches Signed-off-by: Changqing Li --- ...akefile-fix-problem-that-waf-cannot-found.patch | 35 -- .../libtdb/do-not-check-xsltproc-manpages.patch| 15 --

[oe] [meta-networking][PATCH 6/6 V2] samba: upgrade 4.8.12 -> 4.10.5

2019-07-01 Thread changqing.li
From: Changqing Li 1. switch to python3, from 4.10.x, samba support both python2 and python3, and from 4.11.x, python2 will be dropped. 2. fix cross-compile problem caused by waf 3. disable lmdb 4. refresh patch Signed-off-by: Changqing Li ---

[oe] [meta-networking][PATCH 5/6 V2] libtalloc: upgrade 2.1.14 -> 2.2.0

2019-07-01 Thread changqing.li
From: Changqing Li 1. switch to python3 2. fix cross-compile prolem caused by waf 3. refresh patch Signed-off-by: Changqing Li --- .../0001-waf-add-support-of-cross_compile.patch| 62 ++ .../{options-2.1.14.patch => options-2.2.0.patch} | 47

[oe] [meta-networking][PATCH 1/6 V2] waf-samba: switch to python3

2019-07-01 Thread changqing.li
From: Changqing Li refer this link: https://github.com/samba-team/samba/commit/63d20d7822ead1626f7cb41fdbae6c9300893314#diff-ddc0f7d4ad007f8ee36297b5887dcd24 waf will support python3 by default, so switch to python3 Signed-off-by: Changqing Li --- meta-networking/classes/waf-samba.bbclass |

[oe] [meta-networking][PATCH 2/6 V2] libldb: upgrade 1.4.1 -> 1.5.4

2019-07-01 Thread changqing.li
From: Changqing Li 1. switch to python3 2. add cross-answer for lmdb check, so remove patch 0001-libldb-fix-config-error 3. fix cross-compile problem caused by waf 4. refresh patch Signed-off-by: Changqing Li --- .../waf-cross-answers/cross-answers-aarch64.txt| 1 +

[oe] [meta-networking][PATCH 0/6 V2] Upgrade 5 packages build with waf

2019-07-01 Thread changqing.li
From: Changqing Li 1. refer below link: https://github.com/samba-team/samba/commit/63d20d7822ead1626f7cb41fdbae6c9300893314#diff-ddc0f7d4ad007f8ee36297b5887dcd24 waf switch to default use python3, so switch waf-samba.bbclass to python3 and also upgrade 5 recipes that use waf to switch to

[oe] [meta-networking][PATCH 3/6 V2] libtevent: upgrade 0.9.37 -> 0.10.0

2019-07-01 Thread changqing.li
From: Changqing Li 1. switch to python3 2. fix cross-compile problem caused by waf 3. refresh patch Signed-off-by: Changqing Li --- .../0001-waf-add-support-of-cross_compile.patch| 62 ++ .../{options-0.9.36.patch => options-0.10.0.patch} | 62 ++

[oe] [meta-oe][PATCH] uthash: remove uthash-ptest dependencies

2019-06-27 Thread changqing.li
From: Changqing Li after commit https://git.openembedded.org/openembedded-core/ commit/meta/classes/ptest.bbclass?id=b47194b57d94260b4e6438c5bf74914027f0b520 package ${PN}-ptest will depend on ${PN} by default, but for uthash, ${PN} is empty package, remove it from dependency to avoid image do

[oe] [meta-networking][PATCH 6/6] samba: upgrade 4.8.12 -> 4.10.5

2019-06-27 Thread changqing.li
From: Changqing Li 1. switch to python3, from 4.10.x, samba support both python2 and python3, and from 4.11.x, python2 will be dropped. 2. fix cross-compile problem caused by waf 3. disable lmdb 4. refresh patch Signed-off-by: Changqing Li ---

[oe] [meta-networking][PATCH 4/6] libtdb: upgrade 1.3.17 -> 1.4.0

2019-06-27 Thread changqing.li
From: Changqing Li 1. switch to python3 2. fix cross-compile problem caused by waf 3. refresh patches Signed-off-by: Changqing Li --- ...akefile-fix-problem-that-waf-cannot-found.patch | 35 -- .../libtdb/do-not-check-xsltproc-manpages.patch| 26

[oe] [meta-networking][PATCH 5/6] libtalloc: upgrade 2.1.14 -> 2.2.0

2019-06-27 Thread changqing.li
From: Changqing Li 1. switch to python3 2. fix cross-compile prolem caused by waf 3. refresh patch Signed-off-by: Changqing Li --- .../0001-waf-add-support-of-cross_compile.patch| 62 ++ .../{options-2.1.14.patch => options-2.2.0.patch} | 47

[oe] [meta-networking][PATCH 3/6] libtevent: upgrade 0.9.37 -> 0.10.0

2019-06-27 Thread changqing.li
From: Changqing Li 1. switch to python3 2. fix cross-compile problem caused by waf 3. refresh patch Signed-off-by: Changqing Li --- .../0001-waf-add-support-of-cross_compile.patch| 62 ++ .../{options-0.9.36.patch => options-0.10.0.patch} | 62 ++

[oe] [meta-networking][PATCH 2/6] libldb: upgrade 1.4.1 -> 1.6.3

2019-06-27 Thread changqing.li
From: Changqing Li 1. switch to python3 2. add cross-answer for lmdb check, so remove patch 0001-libldb-fix-config-error 3. fix cross-compile problem caused by waf 4. refresh patch Signed-off-by: Changqing Li --- .../waf-cross-answers/cross-answers-aarch64.txt| 1 +

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

2019-06-27 Thread changqing.li
From: Changqing Li 1. refer below link: https://github.com/samba-team/samba/commit/63d20d7822ead1626f7cb41fdbae6c9300893314#diff-ddc0f7d4ad007f8ee36297b5887dcd24 waf switch to default use python3, so switch waf-samba.bbclass to python3 and also upgrade 5 recipes that use waf to switch to

[oe] [meta-networking][PATCH 1/6] waf-samba: switch to python3

2019-06-27 Thread changqing.li
From: Changqing Li refer this link: https://github.com/samba-team/samba/commit/63d20d7822ead1626f7cb41fdbae6c9300893314#diff-ddc0f7d4ad007f8ee36297b5887dcd24 waf will support python3 by default, so switch to python3 Signed-off-by: Changqing Li --- meta-networking/classes/waf-samba.bbclass |

[oe] [meta-networking][PATCH] drbd-utils: upgrade 9.8.0 -> 9.10.0

2019-06-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../drbd/{drbd-utils_9.8.0.bb => drbd-utils_9.10.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-networking/recipes-support/drbd/{drbd-utils_9.8.0.bb => drbd-utils_9.10.0.bb} (94%) diff --git

[oe] [meta-networking][PATCH] dlm: upgrade 4.0.7 -> 4.0.9

2019-06-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- ...pile-error-since-xml2-config-should-not-b.patch | 28 ++--- .../respect-ldflags-also-from-bin_ldflags.patch| 49 -- .../dlm/{dlm_4.0.7.bb => dlm_4.0.9.bb} | 10 ++--- 3 files changed, 19

[oe] [meta-oe][PATCH] python-pygobject: fix install dir for python2

2019-06-24 Thread changqing.li
From: Changqing Li * after upgrade to 3.32.1, pygobject switch to build with meson, and default python option is python3, switch to python2 * default install dir get by python.install_sources and python.get_install_dir is get from python's sysconfig info, not like python3, for python2, the

[oe] [PATCH 7/7] multipath-tools: upgrade 0.8.0 -> 0.8.1

2019-06-04 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- ...ools-modify-Makefile.inc-for-cross-compil.patch | 28 -- ...ath-tools_0.8.0.bb => multipath-tools_0.8.1.bb} | 2 +- 2 files changed, 16 insertions(+), 14 deletions(-) rename

[oe] [PATCH 5/7] xf86-video-ati: upgrade 18.0.1 -> 19.0.1

2019-06-04 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../{xf86-video-ati_18.0.1.bb => xf86-video-ati_19.0.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-driver/{xf86-video-ati_18.0.1.bb => xf86-video-ati_19.0.1.bb} (80%) diff

[oe] [PATCH 6/7] pavucontrol: upgrade 3.0 -> 4.0

2019-06-04 Thread changqing.li
From: Changqing Li drop support of gtk2 Signed-off-by: Changqing Li --- .../0001-build-sys-Use-C-11-for-building.patch | 27 -- .../{pavucontrol_3.0.bb => pavucontrol_4.0.bb} | 10 2 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644

[oe] [PATCH 4/7] php: upgrade 7.3.4 -> 7.3.6

2019-06-04 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-oe/recipes-devtools/php/{php_7.3.4.bb => php_7.3.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/php/{php_7.3.4.bb => php_7.3.6.bb} (88%) diff --git

[oe] [PATCH 3/7] rrdtool: upgrade 1.7.1 -> 1.7.2

2019-06-04 Thread changqing.li
From: Changqing Li License-Update: Update year in COPYRIGHT and Update FSF address and fix UTF8 Signed-off-by: Changqing Li --- ...-etc-rrdcached-default-lsb.in-to-tarball-.patch | 45 --- ...d-etc-files-via-EXTRA_DIST-fixes-956-some.patch | 93 --

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

2019-06-04 Thread changqing.li
From: Changqing Li switch to meson build Signed-off-by: Changqing Li --- ...thon-pygobject_3.28.3.bb => python-pygobject_3.32.1.bb} | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) rename meta-oe/recipes-devtools/python/{python-pygobject_3.28.3.bb =>

[oe] [PATCH 1/7] phoronix-test-suite: upgrade from 8.6.0 -> 8.8.1

2019-06-04 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../{phoronix-test-suite_8.6.0.bb => phoronix-test-suite_8.8.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-benchmark/phoronix-test-suite/{phoronix-test-suite_8.6.0.bb =>

[oe] [PATCH 0/7] upgrade 7 packages

2019-06-04 Thread changqing.li
From: Changqing Li Changqing Li (7): phoronix-test-suite: upgrade from 8.6.0 -> 8.8.1 python-pygobject: upgrade 3.28.3 -> 3.32.1 rrdtool: upgrade 1.7.1 -> 1.7.2 php: upgrade 7.3.4 -> 7.3.6 xf86-video-ati: upgrade 18.0.1 -> 19.0.1 pavucontrol: upgrade 3.0 -> 4.0 multipath-tools:

[oe] [meta-oe][PATCH] php-fpm-apache: fix module path

2019-05-31 Thread changqing.li
From: Changqing Li with configuration: IMAGE_INSTALL_append = " apache2 php-fpm-apache2" systemctl status apache2.service report error: httpd: Syntax error on line 509 of /etc/apache2/httpd.conf: Syntax error on line 3 of /etc/apache2/conf.d/php-fpm.conf: Cannot load lib/apache fix by correct

[oe] [meta-networking][PATCH] samba/libldb: add rconflicts

2019-05-29 Thread changqing.li
From: Changqing Li samba have bundled libldb, so when both samba and libldb, or both pyldb \ and samba-python is installed, below error will appear: file /usr/bin/ldbadd conflicts between attempted installs of samba-4.8.11-r0.i586 and libldb-1.4.1-r0.i586 file /usr/bin/ldbdel conflicts between

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

2019-05-29 Thread changqing.li
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 conflicts between attempted installs of netkit-telnet-0.17-r0.i586 and inetutils-telnetd-1.9.4-r0.i586

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

2019-05-27 Thread changqing.li
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. Signed-off-by: Changqing Li --- .../recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.6.0.bb | 1 + 1 file

[oe] [PATCH 2/2] syslog-ng: add rconflict for package syslog-ng-libs

2019-05-27 Thread changqing.li
From: Changqing Li syslog-ng-libs also have conflicts Signed-off-by: Changqing Li --- meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc index

[oe] [meta-oe][PATCH] php: correct httpd path

2019-05-05 Thread changqing.li
From: Changqing Li Configuration: IMAGE_INSTALL_append = " modphp apache2 phpmyadmin xdebug" PACKAGECONFIG_append_pn-php = " apache2" Apache2 service start up with error: [php7:crit] [pid 3943:tid 140477147074880] Apache is running a threaded MPM, but your PHP Module is not compiled to be

[oe] [PATCH V2] postgresql: fix compile error

2019-04-30 Thread changqing.li
From: Changqing Li configuration: MULTILIB_GLOBAL_VARIANTS_append = " libn32" MULTILIBS ?= "multilib:lib32 multilib:libn32" DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips" DEFAULTTUNE_virtclass-multilib-libn32 ?= "mips64-n32" require conf/multilib.conf SELECTED_OPTIMIZATION =

[oe] [meta-oe][PATCH] php: upgrade 7.3.2 -> 7.3.4

2019-04-29 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../0001-opcache-config.m4-enable-opcache.patch| 81 ++- ...049-ext-intl-Use-pkg-config-to-detect-icu.patch | 154 ++--- .../php/{php_7.3.2.bb => php_7.3.4.bb} | 4 +- 3 files changed, 118

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

2019-04-27 Thread changqing.li
From: Changqing Li configuration: MULTILIB_GLOBAL_VARIANTS_append = " libn32" MULTILIBS ?= "multilib:lib32 multilib:libn32" DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips" DEFAULTTUNE_virtclass-multilib-libn32 ?= "mips64-n32" require conf/multilib.conf SELECTED_OPTIMIZATION =

[oe] [meta-webserver][PATCH] apache2: add back patch for set perlbin

2019-04-25 Thread changqing.li
From: Changqing Li Add back this patch. Without this patch, apxs's shebang will use perl under hosttools, which can be too long for shebang, and cause error: bad interpreter: No such file or directory Signed-off-by: Changqing Li --- .../apache2/apache2/apache-configure_perlbin.patch | 34

[oe] [meta-oe][PATCH] gd: fix compile error caused by -Werror=maybe-uninitialized

2019-04-07 Thread changqing.li
From: Changqing Li When enable DEBUG_BUILD, gd compile failed with error: | ../../git/src/gd_tiff.c:961:64: error: 'image_type' may be used uninitialized in this function [-Werror=maybe-uninitialized] | (image_type == GD_PALETTE || image_type == GD_INDEXED || image_type == GD_GRAY))

[oe] [meta-networking][PATCH V3] net-snmp: Add PACKAGECONFIG des

2019-02-28 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb

[oe] [meta-networking][PATCH 3/4 V2] net-snmp: Add PACKAGECONFIG des

2019-02-28 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb

[oe] [meta-networking][PATCH 2/4 V2] openhpi: Add PACKAGECONFIG snmp-bc

2019-02-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb

[oe] [meta-networking][PATCH 3/4 V2] net-snmp: Add PACKAGECONFIG des

2019-02-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb

[oe] [meta-oe][PATCH 4/4 V2] krb5: Add PACKAGECONFIG pkinit

2019-02-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-oe/recipes-connectivity/krb5/krb5_1.16.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.16.2.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.16.2.bb index c770f7b..76b5d30

[oe] [meta-networking][PATCH 1/4 V2] freeradius: Add PACKAGECONFIG openssl/rlm-eap-fast/rlm-eap-pwd

2019-02-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb

[oe] [PATCH 0/4 V2] Add PACKAGECONFIGs

2019-02-27 Thread changqing.li
From: Changqing Li Add PACKAGECONFIGs Changqing Li (4): freeradius: Add PACKAGECONFIG openssl/rlm-eap-fast/rlm-eap-pwd openhpi: Add PACKAGECONFIG snmp-bc net-snmp: Add PACKAGECONFIG des krb5: Add PACKAGECONFIG pkinit .../recipes-connectivity/freeradius/freeradius_3.0.17.bb

[oe] [meta-oe][PATCH] vim: remove xfce vim bbappend

2019-02-27 Thread changqing.li
From: Mark Hatle Changing the behavior of a recipe by including a layer is not allowed by the yocto-check-layer script. INFO: == INFO: FAIL: test_signatures (common.CommonCheckLayer) INFO:

[oe] [meta-networking][PATCH 1/4] net-snmp: add PACKAGECONFIG disable-des

2019-02-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb index

[oe] [meta-oe][PATCH 2/4] krb5: add PACKAGECONFIG disable-pkinit

2019-02-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-oe/recipes-connectivity/krb5/krb5_1.16.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.16.2.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.16.2.bb index c770f7b..f0561df 100644 ---

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

2019-02-27 Thread changqing.li
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 insertions(+) diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb

[oe] [PATCH 0/4] Add PACKAGECONFIG

2019-02-27 Thread changqing.li
From: Changqing Li Add PACKAGECONFIG for 4 recipes Changqing Li (4): net-snmp: add PACKAGECONFIG disable-des krb5: add PACKAGECONFIG disable-pkinit openhpi: add PACKAGECONFIG disable-snmpbc freeradius: add PACKAGECONFIGs

[oe] [meta-networking][PATCH 3/4] openhpi: add PACKAGECONFIG disable-snmpbc

2019-02-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb index

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

2019-02-27 Thread changqing.li
From: Dengke Du The program sensors-detect in lmsensors can't read the cpu information on ppc and arm arch, such as: fsl-t4xxx based on ppc. This is because the program sensors-detect design for the x86 and x86-64, but weak on ppc and arm. So add the support for the ppc and arm, just add the

[oe] [meta-networking][PATCH] freeradius: update radiusd.service

2019-02-26 Thread changqing.li
From: Changqing Li Update radiusd.service that not run script /etc/raddb/certs/bootstrap before start radiusd. The script makes a set of default certificates. It should be only used for test purpose. Signed-off-by: Changqing Li ---

[oe] [PATCH] net-snmp: fix compile error with --disable-des

2019-02-25 Thread changqing.li
From: Changqing Li | scapi.c: In function 'sc_encrypt': | scapi.c:1256:5: error: 'pad_size' undeclared (first use in this function); did you mean 'dysize'? | pad_size = pai->pad_size; | ^~~~ | dysize pad_size is defined only without --disable-des [snip] int

[oe] [meta-networking][PATCH 1/2] cim-schema-docs: remove do_unpack

2019-02-21 Thread changqing.li
From: Changqing Li Use subdir=${BP}, rather than write do_unpack manually. Signed-off-by: Changqing Li --- .../recipes-support/cim-schema/cim-schema-docs_2.40.0.bb | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git

[oe] [PATCH 0/2] cim-schema-docs/final: remove do_unpack

2019-02-21 Thread changqing.li
From: Changqing Li remove do_unpack, same as recipe cim-schema-exper, use subdir in SRC_URI Changqing Li (2): cim-schema-docs: remove do_unpack cim-schema-final: remove do_unpack .../recipes-support/cim-schema/cim-schema-docs_2.40.0.bb | 7 +--

[oe] [meta-networking][PATCH 2/2] cim-schema-final: remove do_unpack

2019-02-21 Thread changqing.li
From: Changqing Li Use subdir=${BP} rather than write do_unpack manually. Signed-off-by: Changqing Li --- .../recipes-support/cim-schema/cim-schema-final_2.40.0.bb | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git

[oe] [meta-oe][PATCH] lvm2: fix lvm2-monitor.service startup failed

2019-02-20 Thread changqing.li
From: Changqing Li Issue: vm2-monitor.service: Failed to create lvm2-monitor.service/start: Unit lvm2-lvmetad.socket not found lvmetad have been removed by upstream, but this part is missed, backport fix from upstream Signed-off-by: Changqing Li ---

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

2019-02-20 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../remove-user-host-pwd-from-version.patch| 43 +++--- .../{openldap_2.4.46.bb => openldap_2.4.47.bb} | 6 +-- 2 files changed, 32 insertions(+), 17 deletions(-) rename

[oe] [PATCH 0/5] Upgrade recipes

2019-02-20 Thread changqing.li
From: Changqing Li Changqing Li (5): postgresql: upgrade 1.11.1 -> 1.11.2 smartmontools: upgrade 6.6 -> 7.0 xf86-video-mga: upgrade 1.6.5 -> 2.0.0 unixodbc: upgrade 2.3.6 -> 2.3.7 uthash: upgrade 2.0.2 -> 2.1.0 meta-oe/recipes-dbs/postgresql/postgresql_11.1.bb | 10

[oe] [meta-oe][PATCH 5/5] uthash: upgrade 2.0.2 -> 2.1.0

2019-02-20 Thread changqing.li
From: Changqing Li License-Update: Copyright Year Update Signed-off-by: Changqing Li --- meta-oe/recipes-support/uthash/{uthash_2.0.2.bb => uthash_2.1.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/uthash/{uthash_2.0.2.bb => uthash_2.1.0.bb}

[oe] [meta-oe][PATCH 3/5] xf86-video-mga: upgrade 1.6.5 -> 2.0.0

2019-02-20 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../xorg-driver/{xf86-video-mga_1.6.5.bb => xf86-video-mga_2.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-driver/{xf86-video-mga_1.6.5.bb => xf86-video-mga_2.0.0.bb} (81%) diff

[oe] [meta-oe][PATCH 4/5] unixodbc: upgrade 2.3.6 -> 2.3.7

2019-02-20 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../unixodbc/{unixodbc_2.3.6.bb => unixodbc_2.3.7.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/unixodbc/{unixodbc_2.3.6.bb => unixodbc_2.3.7.bb} (75%) diff --git

  1   2   >