[oe] [PATCH 2/3] python-pbr: add python-pbr bb

2016-06-28 Thread mingli.yu
From: Mingli Yu * Add python-pbr bb file as python-mock depends on python-pbr-native Signed-off-by: Mingli Yu --- .../recipes-devtools/python/python-pbr_1.10.0.bb | 22 ++ 1 file changed, 22 insertions(+) create mode

[oe] [meta-python][PATCH]: update some python packages bb

2016-06-28 Thread mingli.yu
1, Remove pytest for python-mccabe to avoid dependency on python-runner as only one file test_mccabe.py import pytest and this test_mccabe.py file not install on our target eventually. 2, Add python-pbr bb file as python-mock depends on python-pbr-native 3, Add python-pbr-native

[oe] [PATCH 1/3] python-mccabe: Remove pytest

2016-06-28 Thread mingli.yu
From: Mingli Yu * Remove pytest to avoid dependency on python-runner as only one file test_mccabe.py import pytest and this test_mccabe.py file not install on our target eventually. Signed-off-by: Mingli Yu ---

[oe] [meta-python][PATCH 2/5] python-mock: Add python-pbr-native dependency

2016-06-29 Thread mingli.yu
From: Mingli Yu * Add python-pbr-native dependency for python-mock Signed-off-by: Mingli Yu --- meta-python/recipes-devtools/python/python-mock_2.0.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [meta-python][PATCH 3/5] python-mccabe: Add python-pytest-runner dependency

2016-06-29 Thread mingli.yu
From: Mingli Yu * Add python-pytest-runner dependency for python-mccabe Signed-off-by: Mingli Yu --- meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [meta-python][PATCH 4/5] python-pytest-runner: Add python-pytest-runner bb

2016-06-29 Thread mingli.yu
From: Mingli Yu * Add python-pytest-runner bb as python-mccabe depends on python-pytest-runner Signed-off-by: Mingli Yu --- .../recipes-devtools/python/python-pytest-runner_2.8.bb | 13 + 1 file changed, 13 insertions(+)

[oe] [meta-python][PATCH 5/5] python-setuptools-scm: Add python-setuptools-scm bb

2016-06-29 Thread mingli.yu
From: Mingli Yu * Add python-setuptools-scm bb as python-pytest-runner depends on python-setuptools-scm Signed-off-by: Mingli Yu --- .../python/python-setuptools-scm_1.11.1.bb | 18 ++ 1 file changed, 18

[oe] [meta-python][PATCH 1/5] python-pbr: Add python-pbr bb

2016-06-29 Thread mingli.yu
From: Mingli Yu * Add python-pbr bb file as python-mock depends on python-pbr-native Signed-off-by: Mingli Yu --- meta-python/recipes-devtools/python/python-pbr_1.10.0.bb | 16 1 file changed, 16 insertions(+) create mode

[oe] [meta-networking][PATCH] netkit-telnet: Add to generate telnetlogin.

2016-01-27 Thread mingli.yu
From: Mingli Yu * Add oe_runmake line for telnetlogin to make the telnetlogin folder to be built. * Add FILES_${PN} line to let ${libdir}/telnetlogin to be included in netkit-telnet package. * Customize "install -D -m 4750 ${B}/telnetlogin/telnetlogin

[oe] [PATCH][meta-networking] netkit-rsh: add two patches and some fixes.

2016-01-27 Thread mingli.yu
From: Mingli Yu * Update the checksum of the license text to include all the license text to instead of the previous only from two to three line. * Customize compile option such as CFLAGS= -D_GNU_SOURCE and the specific install folder. * Customize pam configuration file

[oe] [meta-oe][PATCH] efivar: add COMPATIBLE_HOST item

2016-07-26 Thread mingli.yu
* Add COMPATIBLE_HOST item to avoid build error on mips and ppc as efivar actually a UEFI tool which is specific to x86 and arm. Signed-off-by: Mingli Yu --- meta-oe/recipes-extended/efivar/efivar_0.23.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-initramfs][PATCH V3] grubby: add grubby 8.40-1

2016-07-21 Thread mingli.yu
* Add grubby bb * Rename grub2-editenv to grub-editenv as we don't use the name grub2-editenv for grub2 * Add ptest support * Update #!/bin/bash to #!/bin/sh in test.sh to remove bashisms Signed-off-by: Mingli Yu ---

[oe] [meta-oe][PATCH V2] makedumpfile: add makedumpfile 1.6.0

2016-07-21 Thread mingli.yu
* Add makedumpfile 1.6.0 * Create alias for target such as powerpc as powerpc32 * Remove hardcode CFLAGS * Add CFLAGS_COMMON to instead of CFLAGS so can flexibly customize CFLAGS and not hardcode the CFLAGS as previously * Forcibly to link dynamic library as the poky build system doesn't build

[oe] [meta-oe][PATCH] collectd: replace deprecated readdir_r() with readdir()

2016-07-22 Thread mingli.yu
* Replace the usage of readdir_r() with readdir() to address a compilation error under glibc 2.24 due to the deprecation of readdir_r | ../../collectd-5.5.0/src/vserver.c: In function 'vserver_read': | ../../collectd-5.5.0/src/vserver.c:167:3: error: 'readdir_r' is deprecated

[oe] [meta-python][PATCH] python-mccabe: Remove unnecessary setup_requires pytest-runner

2016-07-29 Thread mingli.yu
* Remove setup_requires pytest-runner as the setup_requires pytest-runner actually is not used for pytest which only in do_compile phase via setup.py build Signed-off-by: Mingli Yu --- ...be-remove-unnecessary-setup_requires-pyte.patch | 33 ++

[oe] [meta-networking][PATCH] proftpd: fix system account login failure

2016-08-12 Thread mingli.yu
From: Mingli Yu When pam is enabled, 1, Customize the proftpd.conf to use pam to authenticate 2, Add proftpd pam configuration file /etc/pam.d/proftpd Signed-off-by: Mingli Yu --- meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb |

[oe] [meta-networking][PATCH] snort: Add lzma to PACKAGECONFIG

2016-08-10 Thread mingli.yu
From: Mingli Yu Add lzma to PACKAGECONFIG to remove below warning: WARNING: snort-2.9.7.5-r0 do_package_qa: QA Issue: snort rdepends on liblzma, but it isn't a build dependency, missing xz in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Mingli Yu

[oe] [meta-oe][PATCH] makedumpfile: add makedumpfile 1.6.0

2016-07-21 Thread mingli.yu
* Add makedumpfile 1.6.0 * Create alias for target such as powerpc as powerpc32 * Remove hardcode CFLAGS * Add CFLAGS_COMMON to instead of CFLAGS so can flexibly customize CFLAGS and not hardcode the CFLAGS as previously * Forcibly to link dynamic library as the poky build system doesn't build

[oe] [meta-oe][PATCH V2] grubby: add grubby 8.40-1

2016-07-18 Thread mingli.yu
* Add grubby bb * Rename grub2-editenv to grub-editenv as we don't use the name grub2-editenv for grub2 * Add ptest support * Update #!/bin/bash to #!/bin/sh in test.sh to remove bashisms Signed-off-by: Mingli Yu ---

[oe] [meta-python][PATCH] python-imaging: Fix CVE-2016-2533

2016-07-20 Thread mingli.yu
* PCD decoder overruns the shuffle buffer, Fixes #568 the patch comes from: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-2533 https://github.com/python-pillow/Pillow/commit/ae453aa18b66af54e7ff716f4ccb33adca60afd4#diff-8ff6909c159597e22288ad818938fd6b Signed-off-by: Li Wang

[oe] [meta-oe][PATCH] grubby: add grubby with version 8.40-1

2016-07-14 Thread mingli.yu
1, Add grubby bb 2, Fix the grub-editenv name 3, Add ptest support 4, Remove bashisms in test.sh -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-oe][PATCH 1/4] grubby: add grubby bb

2016-07-14 Thread mingli.yu
* Add grubby bb Signed-off-by: Mingli Yu --- meta-oe/recipes-support/grubby/grubby_8.40.bb | 38 +++ 1 file changed, 38 insertions(+) create mode 100644 meta-oe/recipes-support/grubby/grubby_8.40.bb diff --git

[oe] [meta-oe][PATCH 2/4] grubby: fix the grub-editenv name

2016-07-14 Thread mingli.yu
* Rename grub2-editenv to grub-editenv as we don't use the name grub2-editenv for grub2 Signed-off-by: Mingli Yu --- ...ubby-rename-grub2-editenv-to-grub-editenv.patch | 69 ++ 1 file changed, 69 insertions(+) create mode 100644

[oe] [meta-oe][PATCH 3/4] grubby: add ptest support

2016-07-14 Thread mingli.yu
* Add ptest support Signed-off-by: Mingli Yu --- meta-oe/recipes-support/grubby/grubby/run-ptest | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-oe/recipes-support/grubby/grubby/run-ptest diff --git a/meta-oe/recipes-support/grubby/grubby/run-ptest

[oe] [meta-oe][PATCH 4/4] grubby: remove bashisms in test.sh

2016-07-14 Thread mingli.yu
* Update #!/bin/bash to #!/bin/sh in test.sh to remove bashisms Signed-off-by: Mingli Yu --- .../grubby/grubby-remove-bashisms-in-test.sh.patch | 29 ++ 1 file changed, 29 insertions(+) create mode 100644

[oe] [meta-oe][PATCH] freeglut: add opengl to REQUIRED_DISTRO_FEATURES

2016-07-11 Thread mingli.yu
* Add opengl to REQUIRED_DISTRO_FEATURES as it depends on virtual/libgl Signed-off-by: Mingli Yu --- meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [meta-python][PATCH v2 2/5] python-mock: Add python-pbr-native dependency

2016-07-04 Thread mingli.yu
From: Mingli Yu * Add python-pbr-native dependency for python-mock Signed-off-by: Mingli Yu --- meta-python/recipes-devtools/python/python-mock_2.0.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [meta-python][PATCH v2 4/5] python-pytest-runner: Add python-pytest-runner bb

2016-07-04 Thread mingli.yu
From: Mingli Yu * Add python-pytest-runner bb as python-mccabe depends on python-pytest-runner Signed-off-by: Mingli Yu --- .../recipes-devtools/python/python-pytest-runner_2.8.bb| 14 ++ 1 file changed, 14 insertions(+)

[oe] [meta-python][PATCH v2 5/5] python-setuptools-scm: Add python-setuptools-scm bb

2016-07-04 Thread mingli.yu
From: Mingli Yu * Add python-setuptools-scm bb as python-pytest-runner depends on python-setuptools-scm Signed-off-by: Mingli Yu --- .../python/python-setuptools-scm_1.11.1.bb | 18 ++ 1 file changed, 18

[oe] [meta-python][PATCH v2 3/5] python-mccabe: Add python-pytest-runner dependency

2016-07-04 Thread mingli.yu
From: Mingli Yu * Add python-pytest-runner dependency for python-mccabe Signed-off-by: Mingli Yu --- meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [meta-python][PATCH v2 1/5] python-pbr: Add python-pbr bb

2016-07-04 Thread mingli.yu
From: Mingli Yu * Add python-pbr bb file as python-mock depends on python-pbr-native Signed-off-by: Mingli Yu --- meta-python/recipes-devtools/python/python-pbr_1.10.0.bb | 16 1 file changed, 16 insertions(+) create mode

[oe] [meta-python][PATCH v2] Add some python packages bb

2016-07-04 Thread mingli.yu
1, Add python-pbr bb file as python-mock depends on python-pbr-native 2, Update python-mock bb to add python-pbr-native dependency for python-mock 3, Update python-mccabe bb to add python-pytest-runner dependency for python-mccabe 4, Add python-pytest-runner bb as python-mccabe

[oe] [meta-networking][PATCH] proftpd: 1.3.5a -> 1.3.5b

2016-08-16 Thread mingli.yu
From: Mingli Yu * Upgrade proftpd from 1.3.5a to 1.3.5b * Remove two backport patches Signed-off-by: Mingli Yu --- .../proftpd/files/CVE-2016-3125.patch | 247 - .../proftpd/files/Fix-build-errors.patch

[oe] [meta-networking][PATCH] proftpd: 1.3.5a -> 1.3.5b

2016-08-16 Thread mingli.yu
From: Mingli Yu * Upgrade proftpd from 1.3.5a to 1.3.5b * Remove two backport patches Signed-off-by: Mingli Yu --- .../proftpd/files/CVE-2016-3125.patch | 247 - .../proftpd/files/Fix-build-errors.patch

[oe] [meta-networking][PATCH] tnftp: tnftp20130505 -> tnftp20151004

2016-08-16 Thread mingli.yu
From: Mingli Yu Upgrade tnftp from tnftp20130505 to tnftp20151004 Signed-off-by: Mingli Yu --- .../recipes-support/tnftp/{tnftp_20130505.bb => tnftp_20151004.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-oe][PATCH] libatasmart: unify the complier and CFLAGS for host build

2017-02-05 Thread mingli.yu
From: Mingli Yu * When build libatasmart, we need first build strpool in host env. To build strpool, the compiler is host compiler, but the CFLAGS and LDFLAGS are for cross-compiler, so unify them to fix below error. | make -C strpool strpool | make[1]:

[oe] [meta-oe][PATCH] libhugetlbfs: add libhugetlbfs-perl to RDEPENDS

2016-08-24 Thread mingli.yu
From: Mingli Yu * Add libhugetlbfs-perl to RDEPENDS for libhugetlbfs as some perl scripts in package libhugetlbfs depend on the perl module provided by libhugetlbfs-perl * Update the perl module install folder to $(LIBDIR64)/perl/${@get_perl_version(d)}/TLBC such

[oe] [meta-networking][PATCH v2] samba: fix to package pidl in samba-pidl

2016-09-01 Thread mingli.yu
From: Mingli Yu * Use =+ to replace the previous += to let samba-pidl do package before samba to guarantee the file /usr/bin/pidl packaged in samba-pidl as both samba and samba-pidl have rules to package /usr/bin/pidl and the command pidl depends on perl modules

[oe] [meta-networking][PATCH] tcpreplay: 3.4.4 -> 4.1.1

2016-09-08 Thread mingli.yu
From: Mingli Yu * Upgrade tcpreplay from 3.4.4 to 4.1.1 * Remove the backport and unapplicable patches - The logic for tcpreplay-3.4.4-cross-compile.patch is covered by below commit: commit f204c88d0d610c09b2b0249c447fed1e4813a8cb Author: Aaron Turner

[oe] [meta-networking][PATCH] proftpd: remove the script ftpmail

2016-09-07 Thread mingli.yu
From: Mingli Yu * Remove the ftpmail script to avoid confusion about it fails to run because it lacks a dependency on Mail/Sendmail.pm which is not shipped by default. Also it has not been maintained for more than 10 years as

[oe] [meta-networking][PATCH] vsftpd: allow sysinfo() in the seccomp sandbox

2016-09-08 Thread mingli.yu
From: Mingli Yu * Allow sysinfo() in the seccomp sandbox otherwise comes below OOPS: priv_sock_get_cmd as the syscall sysinfo() not allowed tnftp 192.168.1.1 Connected to 192.168.1.1. 220 (vsFTPd 3.0.3) Name (192.168.1.1:root): anonymous 331 Please specify the

[oe] [meta-networking][PATCH] samba: add samba-pidl to RDEPENDS

2016-08-31 Thread mingli.yu
From: Mingli Yu Issue: LIN9-1464 * Add samba-pidl to RDEPENDS for samba as pidl provided by samba depends on Parse::Pidl module provided by samba-pidl, otherwise comes below error root@super_micro-1:~# pidl -h Can't locate Parse/Pidl.pm in @INC (you may need

[oe] [meta-networking][PATCH] samba: add samba-pidl to RDEPENDS

2016-08-31 Thread mingli.yu
From: Mingli Yu * Add samba-pidl to RDEPENDS for samba as pidl provided by samba depends on Parse::Pidl module provided by samba-pidl, otherwise comes below error root@super_micro-1:~# pidl -h Can't locate Parse/Pidl.pm in @INC (you may need to install the

[oe] [meta-networking][PATCH v2] tcpreplay: upgrade to 4.1.1

2016-09-08 Thread mingli.yu
From: Mingli Yu * Upgrade tcpreplay from 3.4.4 to 4.1.1 * Update the LICENSE file checksum as the LICENSE updated to implement GPLv3 license * Remove the backport and unapplicable patches - tcpreplay-3.4.4-cross-compile.patch - tcpreplay-3.4.4-no-bfp-support.patch

[oe] [meta-oe][PATCH] networkmanager: Fix package splitting and systemd service issue

2016-09-13 Thread mingli.yu
From: Haiqing Bai * Put binary "/usr/bin/nm-online" into main package as the systemd service "NetworkManager-wait-online.service" is provided by main package and it needs to run "/usr/bin/nm-online" * Correct "NetworkManager-wait-online.service.in" to avoid

[oe] [meta-networking][PATCH] geoip-perl: upgrade to 1.50

2016-09-26 Thread mingli.yu
From: Mingli Yu * Upgrade geoip-perl from 1.45 to 1.50 * Update LIC_FILES_CHKSUM to check LICENSE file instead of the previous README as no README file in 1.50 Signed-off-by: Mingli Yu --- .../geoip/{geoip-perl_1.45.bb => geoip-perl_1.50.bb}

[oe] [meta-initramfs][PATCH] grubby: add bash to RDEPENDS_grubby-ptest

2016-09-18 Thread mingli.yu
From: Mingli Yu * Add bash to RDEPENDS_grubby-ptest * As grubby upstream still continually updates ptest script test.sh with bash specific syntax such as commit 98cab84501f86bd98f12653c11f4ecc632139399 and etc, so no need to remove bashisms Signed-off-by: Mingli

[oe] [meta-oe][PATCH v2 3/3] libdbd-mysql-perl: add new recipe

2016-09-23 Thread mingli.yu
From: Mingli Yu * Add new recipe libdbd-mysql-perl as mariadb-server rdepends on it Signed-off-by: Mingli Yu --- .../perl/libdbd-mysql-perl_4.036.bb| 25 ++ 1 file changed, 25 insertions(+) create mode

[oe] [meta-oe][PATCH v2 2/3] mariadb: add libdbd-mysql-perl to RDEPENDS

2016-09-23 Thread mingli.yu
From: Mingli Yu * Add libdbd-mysql-perl to RDEPENDS as mysql_setpermission depends on DBD::mysql module root@test:~# mysql_setpermission -h Option h is ambiguous (help, host) Password for user to connect to MySQL: install_driver(mysql) failed: Can't locate

[oe] [meta-oe][PATCH v2 0/3] mariadb: add libdbi-perl to RDEPENDS

2016-09-23 Thread mingli.yu
Changed in v2: * Move libdbi-perl from meta-perl to meta-oe * Add another dependency libdbd-mysql-perl * Add new recipe libdbd-mysql-perl * Add libmysqlclient to PROVIDES for mariadb as libdbd-mysql-perl depends on libmysqlclient -- ___

[oe] [meta-oe][PATCH v2 1/3] mariadb: add libdbi-perl to RDEPENDS

2016-09-23 Thread mingli.yu
From: Zhixiong Chi The commands(mysql_convert_table_format and mysql_setpermission) need the supported API provided by the libdbi-perl package. So add the libdbi-perl to the variable RDEPENDS of mariabdb-server. Move libdbi-perl from meta-perl to meta-oe

[oe] [meta-networking][PATCH] postfix: 3.0.3 -> 3.1.1

2016-08-18 Thread mingli.yu
From: Mingli Yu * Upgrade postfix from 3.0.3 to 3.1.1 Signed-off-by: Mingli Yu --- .../recipes-daemons/postfix/{postfix_3.0.3.bb => postfix_3.1.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-networking][PATCH] lftp: 4.6.3a -> 4.7.3

2016-08-18 Thread mingli.yu
From: Mingli Yu * Upgrade lftp from 4.6.3a to 4.7.3 * Add readline and expat to PACKAGECONFIG and update zlib to add detailed prefix as better configure checks is included in 4.7.3 as below commit from lftp repo https://github.com/lavv17/lftp.git commit

[oe] [meta-oe][PATCH v2 1/3] mariadb: add libdbi-perl to RDEPENDS

2016-09-25 Thread mingli.yu
From: Zhixiong Chi The commands(mysql_convert_table_format and mysql_setpermission) need the supported API provided by the libdbi-perl package. So add the libdbi-perl to the variable RDEPENDS of mariabdb-server. Move libdbi-perl from meta-perl to meta-oe

[oe] [meta-oe][PATCH v2 3/3] libdbd-mysql-perl: add new recipe

2016-09-25 Thread mingli.yu
From: Mingli Yu * Add new recipe libdbd-mysql-perl as mariadb-server rdepends on it Signed-off-by: Mingli Yu --- .../perl/libdbd-mysql-perl_4.036.bb| 25 ++ 1 file changed, 25 insertions(+) create mode

[oe] [meta-oe][PATCH v2 2/3] mariadb: add libdbd-mysql-perl to RDEPENDS

2016-09-25 Thread mingli.yu
From: Mingli Yu * Add libdbd-mysql-perl to RDEPENDS as mysql_setpermission depends on DBD::mysql module root@test:~# mysql_setpermission -h Option h is ambiguous (help, host) Password for user to connect to MySQL: install_driver(mysql) failed: Can't locate

[oe] [meta-oe][PATCH v2 0/3] mariadb: add libdbi-perl to RDEPENDS

2016-09-25 Thread mingli.yu
Changed in v2: * Move libdbi-perl from meta-perl to meta-oe * Add another dependency libdbd-mysql-perl * Add new recipe libdbd-mysql-perl * Add libmysqlclient to PROVIDES for mariadb as libdbd-mysql-perl depends on libmysqlclient -- ___

[oe] [PATCH] waf-samba.bbclass: redefine WAF_CROSS_ANSWERS_PATH

2017-04-10 Thread mingli.yu
From: Mingli Yu * Redefine WAF_CROSS_ANSWERS_PATH in waf-samba.bbclass to fix checksum mismatch for those packages which inherit waf-samba.bbclass when install eSDK # bitbake-diffsigs

[oe] [meta-networking][PATCH] waf-samba.bbclass: redefine WAF_CROSS_ANSWERS_PATH

2017-04-10 Thread mingli.yu
From: Mingli Yu * Redefine WAF_CROSS_ANSWERS_PATH in waf-samba.bbclass to fix checksum mismatch for those packages which inherit waf-samba.bbclass when install eSDK # bitbake-diffsigs

[oe] [meta-networking][PATCH] netcat-openbsd: correct subdir for SRC_URI

2017-04-28 Thread mingli.yu
From: Mingli Yu * Correct subdir to let the second source file netcat-openbsd_${PV}-7.debian.tar.gz unpacked under the correct folder to avoid below error when do_patch in multilib env. | DEBUG: Executing python function do_patch | DEBUG: Executing shell

[oe] [meta-networking][PATCH] opensaf: Add -latomic to LDFLAGS

2017-05-22 Thread mingli.yu
From: Mingli Yu * Add "-Wl,--as-needed -latomic -Wl,--no-as-needed" to LDFLAGS to let the libatomic handled automatically if required to fix below build error as atomic operations on some arch such as x86 are supplied by the compiler. For other arch which lacks

[oe] [meta-oe][PATCH] passwdqc: add pam-passwdqc to RDEPENDS

2017-12-06 Thread mingli.yu
From: Mingli Yu Some basic function such as password change invoked by programs such as passwd depends on pam_passwdqc.so which is provided by subpackage pam-passwdqc. Add pam-passwdqc to RDEPENDS for passwdqc. Signed-off-by: Mingli Yu ---

[oe] [meta-oe][PATCH] krb5: Upgrade to 1.16.1

2018-07-02 Thread mingli.yu
From: Mingli Yu Update LIC_FILES_CHKSUM as license file NOTICE update copyright years to 2018 Signed-off-by: Mingli Yu --- .../krb5/{krb5_1.16.bb => krb5_1.16.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[oe] [meta-oe][PATCH 02/13] log4cplus: upgrade to 2.0.1

2018-06-27 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../log4cplus/{log4cplus_1.2.0.bb => log4cplus_2.0.1.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/log4cplus/{log4cplus_1.2.0.bb => log4cplus_2.0.1.bb} (71%) diff --git

[oe] [meta-oe][PATCH 05/13] gperftools: Upgrade to 2.7

2018-06-27 Thread mingli.yu
From: Mingli Yu * Update gperftools to 2.7 * Remove two backported patches: 0001-Use-ucontext_t-instead-of-struct-ucontext.patch 0001-include-fcntl.h-for-loff_t-definition.patch * Rework the patch 0001-fix-build-with-musl-libc.patch Signed-off-by: Mingli Yu ---

[oe] [meta-oe][PATCH 03/13] libndp: Upgrade to 1.7

2018-06-27 Thread mingli.yu
From: Mingli Yu Upgrade libndp to 1.7 and remove the backported patch 0001-include-sys-select.h-for-fd_-definitions.patch Signed-off-by: Mingli Yu --- ...ude-sys-select.h-for-fd_-definitions.patch | 25 --- .../libndp/{libndp_1.6.bb => libndp_1.7.bb} | 3 +-- 2 files

[oe] [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6

2018-06-27 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../liblogging/{liblogging_1.0.5.bb => liblogging_1.0.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/liblogging/{liblogging_1.0.5.bb => liblogging_1.0.6.bb} (86%) diff --git

[oe] [meta-oe][PATCH 10/13] fltk: Upgrade to 1.3.4-2

2018-06-27 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- meta-oe/recipes-support/fltk/fltk.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/fltk/fltk.inc b/meta-oe/recipes-support/fltk/fltk.inc index dbe700af0..d3416c8bc 100644 ---

[oe] [meta-oe][PATCH 08/13] libedit: Upgrade to 20180525-3.1

2018-06-27 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../{libedit_20170329-3.1.bb => libedit_20180525-3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/libedit/{libedit_20170329-3.1.bb => libedit_20180525-3.1.bb} (80%) diff --git

[oe] [meta-oe][PATCH 07/13] hwdata: Upgrade to 0.312

2018-06-27 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb index 679673ba0..83b72535c 100644 ---

[oe] [meta-oe][PATCH 04/13] iceauth: Upgrade to 1.0.8

2018-06-27 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../xorg-app/{iceauth_1.0.7.bb => iceauth_1.0.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{iceauth_1.0.7.bb => iceauth_1.0.8.bb} (70%) diff --git

[oe] [meta-oe][PATCH 06/13] libfastjson: Upgrade to 0.99.8

2018-06-27 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../rsyslog/{libfastjson_0.99.4.bb => libfastjson_0.99.8.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/rsyslog/{libfastjson_0.99.4.bb => libfastjson_0.99.8.bb} (85%) diff --git

[oe] [meta-oe][PATCH 11/13] dialog: Upgrade to 1.3-20180621

2018-06-27 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../dialog/{dialog_1.3-20171209.bb => dialog_1.3-20180621.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/dialog/{dialog_1.3-20171209.bb => dialog_1.3-20180621.bb} (86%) diff --git

[oe] [meta-oe][PATCH 09/13] libgphoto2: Upgrade to 2.5.17

2018-06-27 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../gphoto2/{libgphoto2_2.5.16.bb => libgphoto2_2.5.17.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.16.bb => libgphoto2_2.5.17.bb} (92%) diff --git

[oe] [meta-oe][PATCH 12/13] hwloc: Upgrade to 1.11.10

2018-06-27 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../hwloc/{hwloc_1.11.5.bb => hwloc_1.11.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/hwloc/{hwloc_1.11.5.bb => hwloc_1.11.10.bb} (89%) diff --git

[oe] [meta-oe][PATCH 13/13] glade: Upgrade to 3.22.1

2018-06-27 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../glade/{glade_3.20.2.bb => glade_3.22.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/glade/{glade_3.20.2.bb => glade_3.22.1.bb} (81%) diff --git

[oe] [meta-oe][PATCH] protobuf: add ptest support

2017-12-21 Thread mingli.yu
From: Mingli Yu * Add DEPENDS_class-target = "protobuf-native" to fix below error: | DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common'] | DEBUG: Executing shell function do_compile_ptest_base | NOTE: make -C

[oe] [meta-networking][PATCH] net-snmp: fix the invalid -fdebug-prefix-map

2018-01-21 Thread mingli.yu
From: Yu Mingli The previous path value to -fdebug-prefix-map is null which may result in other package such as quagga do_config error as below: add DISTRO_FEATURES_append = " snmp" to conf/local.conf test@buildserver@

[oe] [meta-networking][PATCH] strongswan: add ${PN}-plugin-curve25519 to RDEPENDS

2018-01-11 Thread mingli.yu
From: Mingli Yu * The default DH group curve25519 depends on an optional plugin ${PN}-plugin-curve25519, add it to RDEPENDS to avoid below error: root@test:~# ipsec up host-lan initiating IKE_SA host-lan[1] to 192.168.7.2 configured DH group CURVE_25519 not

[oe] [meta-networking][PATCH] corosync: add corosync.conf.example

2017-12-28 Thread mingli.yu
From: Mingli Yu * Add corosync.conf.example as the template for /etc/corosync/corosync.conf to make the cluster works as the previous default config doesn't work as below output: root@host1:/# crm status Stack: unknown Current DC: NONE Last updated: Mon

[oe] [meta-networking][PATCH] openl2tp: add ptest support

2018-01-03 Thread mingli.yu
From: Mingli Yu * Add run-ptest * Add patch to enable the regressin test Signed-off-by: Mingli Yu --- .../openl2tp/openl2tp/openl2tpd-enable-tests.patch | 24 ++ .../recipes-protocols/openl2tp/openl2tp/run-ptest | 97

[oe] [meta-oe][PATCH] mariadb: Upgrade to 5.5.61

2018-08-02 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../{mariadb-native_5.5.60.bb => mariadb-native_5.5.61.bb}| 0 meta-oe/recipes-dbs/mysql/mariadb.inc | 4 ++-- .../mysql/{mariadb_5.5.60.bb => mariadb_5.5.61.bb}| 0 3 files changed, 2 insertions(+), 2

[oe] [meta-oe][PATCH v2] librelp: Upgrade to 1.2.16

2018-07-30 Thread mingli.yu
From: Mingli Yu * Add 0001-src-tcp.c-fix-jump-misses-init-error.patch to fix -Werror=jump-misses-init error * Add 0001-src-tcp.c-increase-the-size-of-szHname.patch to fix -Werror=format-truncation error when security_flags turned on Signed-off-by: Mingli Yu ---

[oe] [PATCH 2/2] makedumpfile: Upgrade to 1.6.4

2018-07-31 Thread mingli.yu
From: Mingli Yu Refresh the patches to avoid fuzz warnings Signed-off-by: Mingli Yu --- ...01-makedumpfile-replace-hardcode-CFLAGS.patch | 16 +++- ...upport-only-46-bit-for-MAX_PHYSMEM_BITS.patch | 15 +++ ...kedumpfile_1.6.2.bb => makedumpfile_1.6.4.bb} | 4 ++-- 3

[oe] [PATCH 1/2] crash: Upgrade to 7.2.3

2018-07-31 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../recipes-kernel/crash/{crash_7.2.0.bb => crash_7.2.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-kernel/crash/{crash_7.2.0.bb => crash_7.2.3.bb} (97%) diff --git

[oe] [meta-oe][PATCH v2] iperf3: Upgrade to 3.6

2018-07-30 Thread mingli.yu
From: Mingli Yu * Licence-Update: - Copyright years are updated to 2018 - Remove the part about src/tcp_window_size.{c,h} as iperf3 uses get/setsockopt() with SO_SNDBUF and SO_RCVBUF directly now * Update the path parameter for --with-openssl as ${RECIPE_SYSROOT}${prefix} to fix

[oe] [meta-networking][PATCH] ipvsadm: fix usrmerge install path

2018-08-17 Thread mingli.yu
From: Mingli Yu Update SBIN to fix below error when usrmerge enabled in DISTRO_FEATURES. ERROR: QA Issue: ipvsadm-dbg package is not obeying usrmerge distro feature. /sbin should be relocated to /usr. [usrmerge] Signed-off-by: Mingli Yu ---

[oe] [meta-networking][PATCH] kea: fix do_package warning

2018-08-13 Thread mingli.yu
From: Mingli Yu Add libdhcp_stat_cmds.a and libdhcp_ha.a to FILES_${PN}-staticdev to fix below warning: WARNING: kea-1.4.0-r0 do_package: QA Issue: kea: Files/directories were installed but not shipped in any package: /usr/lib64/hooks/libdhcp_stat_cmds.a /usr/lib64/hooks/libdhcp_ha.a

[oe] [meta-oe][PATCH v2 2/2] fio: disable compiler optimizations

2018-08-21 Thread mingli.yu
From: Mingli Yu Pass parameter "--disable-optimizations" to configure script to disable compiler optimizations to fix below issue: $ gdb /usr/bin/fio (gdb) r -h Starting program: /usr/bin/fio -h [Thread debugging using libthread_db enabled] Using host libthread_db library

[oe] [meta-oe][PATCH 1/2] fio: Upgrade to 3.8

2018-08-21 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- meta-oe/recipes-benchmark/fio/{fio_3.7.bb => fio_3.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-benchmark/fio/{fio_3.7.bb => fio_3.8.bb} (95%) diff --git a/meta-oe/recipes-benchmark/fio/fio_3.7.bb

[oe] [meta-oe][PATCH] nmap: install ndiff

2018-08-22 Thread mingli.yu
From: Mingli Yu Currently, the ndiff isn't built and installed as ndiff is python2 compatible script and it checks PYTHON_VERSION to determine whether build and install ndiff in configure phase. Update to inherit pythonnative to let the PYTHON_VERSION to be 2 to let ndiff be built and

[oe] [meta-oe][PATCH] xerces-c: Update SRC_URI

2018-08-22 Thread mingli.yu
From: lwang1 The source located under http://archive.apache.org/dist/xerces/c/3/sources/ now, change SRC_URI accordingly Signed-off-by: lwang1 Signed-off-by: Mingli Yu --- meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH] lmbench: fix usrmerge install path

2018-08-24 Thread mingli.yu
From: Mingli Yu Update $(base_libdir) to $(baselib) to fix the below do_install error when usrmerge enabled in DISTRO_FEATURES. | if [ ! -d /poky-build/tmp-glibc/work/core2-64-wrs-linux/lmbench/3.0-a9-r2/image/usr/usr/lib64 ]; then mkdir

[oe] [meta-oe][PATCH v2] lmbench: fix usrmerge install path

2018-08-26 Thread mingli.yu
From: Mingli Yu Rework the patch use-base_libdir-instead-of-hardcoded-lib.patch to 0001-src-Makefile-use-libdir-instead-of-hardcoded-lib.patch to fix the below do_install error when usrmerge enabled in DISTRO_FEATURES and also fix the lib name from lmbench.a to libmbench.a | if [ ! -d

[oe] [meta-oe][PATCH] mcelog: Upgrade to 160

2018-08-28 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- meta-oe/recipes-support/mcelog/{mcelog_159.bb => mcelog_160.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/mcelog/{mcelog_159.bb => mcelog_160.bb} (95%) diff --git

[oe] [meta-oe][PATCH] cryptsetup: Upgrade to 2.0.4

2018-08-29 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../cryptsetup/{cryptsetup_2.0.3.bb => cryptsetup_2.0.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-crypto/cryptsetup/{cryptsetup_2.0.3.bb => cryptsetup_2.0.4.bb} (91%) diff --git

[oe] [meta-oe][PATCH] fio: disable compiler optimizations

2018-08-20 Thread mingli.yu
From: Mingli Yu Add parameter "--disable-optimizations" to configure script to disable compiler optimizations to fix below issue: $ gdb /usr/bin/fio (gdb) r -h Starting program: /usr/bin/fio -h [Thread debugging using libthread_db enabled] Using host libthread_db library

[oe] [meta-networking][PATCH] drbd-utils: fix usrmerge install path

2018-08-27 Thread mingli.yu
From: Mingli Yu Install the files under folder /usr/lib/drbd to instead of /lib/drbd and also /usr/lib/udev to instead of /lib/udev/ when usrmerge enabled to fix below issue: | WARNING: drbd-utils-9.5.0-r0 do_package: QA Issue: drbd-utils: Files/directories were installed but not shipped in

[oe] [meta-oe][PATCH] fio: Upgrade to 3.7

2018-07-20 Thread mingli.yu
From: Mingli Yu * Licence-Update: Address update in COPYING * Add patch 0001-update-the-interpreter-paths.patch and add python and bash to RDEPENDS_${PN} to fix below QA issues: ERROR: fio-3.7-r0 do_package_qa: QA Issue: /usr/bin/fiologparser.py contained in package fio requires

[oe] [meta-oe][PATCH] liblockfile: Upgrade to 1.14

2018-07-19 Thread mingli.yu
From: Mingli Yu * Licence-Update: - Copyright years are updated from 2011 to 2016 - The text as below "On Debian GNU/Linux systems, the complete text of the GNU Lesser General \ Public License can be found in `/usr/share/common-licenses/LGPL-2'. You can \ also find a copy on

  1   2   3   >