Re: [oe] [meta-oe][PATCH] samba: disable service by default

2015-01-28 Thread Chong Lu
On 01/28/2015 04:59 PM, Paul Eggleton wrote: Hi Chong, On Wednesday 28 January 2015 11:23:43 Chong Lu wrote: Disable smb, nmb, winbind service by default. The commit message says what you are doing, but doesn't explain the reason - why do you want to do this? Cheers, Paul Hi Paul

[oe] [meta-oe][PATCH] samba: disable service by default

2015-01-27 Thread Chong Lu
Disable smb, nmb, winbind service by default. Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-connectivity/samba/samba.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc index

[oe] [meta-oe][PATCH 1/2] syslog-ng: Add a PACKAGECONFIG for syslog-ng-libs

2015-01-25 Thread Chong Lu
This solves the following warning: WARNING: QA Issue: syslog-ng-libs rdepends on geoip, but it isn't a build dependency? [build-deps] Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe

[oe] [meta-webserver][PATCH 2/2] cherokee: Add a PACKAGECONFIG for cherokee

2015-01-25 Thread Chong Lu
This solves the following warning: WARNING: QA Issue: cherokee rdepends on geoip, but it isn't a build dependency? [build-deps] Signed-off-by: Chong Lu chong...@windriver.com --- meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta

Re: [oe] [meta-oe][PATCH 1/2] samba: add winbind.service to winbind package

2014-11-10 Thread Chong Lu
ping //Chong On 10/30/2014 06:23 PM, Chong Lu wrote: This solves the following warning: lib32-samba-3.6.24: lib32-samba: Files/directories were installed but not shipped /lib/systemd/system/winbind.service [installed-vs-shipped] Signed-off-by: Chong Lu chong...@windriver.com

Re: [oe] [meta-oe][PATCH 2/2] samba: fix error messages when startup samba service

2014-11-10 Thread Chong Lu
ping //Chong On 10/30/2014 06:23 PM, Chong Lu wrote: This solves the following error messages when startup samba: Unable to open new log file '/var/log/samba/log.smbd': No such file or directory Signed-off-by: Chong Lu chong...@windriver.com --- recipes-connectivity/samba/samba.inc | 8

[oe] [meta-webserver][PATCH] webmin: remove init script for gentoo

2014-10-31 Thread Chong Lu
The configure.initd.gentoo script is used for gentoo, it is invalid for oe. So remove it to solve the following warning: webmin-1.700: webmin-module-ajaxterm requires /sbin/runscript, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu chong...@windriver.com --- recipes

[oe] [meta-networking][PATCH] polarssl: set LIB_INSTALL_DIR to baselib

2014-10-30 Thread Chong Lu
[installed-vs-shipped] polarssl-1.3.8: polarssl requires libpolarssl.so.7()(64bit), but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu chong...@windriver.com --- recipes-connectivity/polarssl/polarssl_1.3.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[oe] [meta-networking][PATCH] ntp: add sntp.service for sntp package

2014-10-30 Thread Chong Lu
This solves the following warning: lib32-ntp-4.2.6p5: lib32-ntp: Files/directories were installed but not shipped /lib/systemd/system/sntp.service [installed-vs-shipped] Signed-off-by: Chong Lu chong...@windriver.com --- recipes-support/ntp/ntp.inc | 1 + 1 file changed, 1 insertion(+) diff

[oe] [meta-oe][PATCH 2/2] samba: fix error messages when startup samba service

2014-10-30 Thread Chong Lu
This solves the following error messages when startup samba: Unable to open new log file '/var/log/samba/log.smbd': No such file or directory Signed-off-by: Chong Lu chong...@windriver.com --- recipes-connectivity/samba/samba.inc | 8 +++- 1 file changed, 7 insertions(+), 1 deletion

[oe] [meta-oe][PATCH 1/2] samba: add winbind.service to winbind package

2014-10-30 Thread Chong Lu
This solves the following warning: lib32-samba-3.6.24: lib32-samba: Files/directories were installed but not shipped /lib/systemd/system/winbind.service [installed-vs-shipped] Signed-off-by: Chong Lu chong...@windriver.com --- recipes-connectivity/samba/samba-basic.inc | 1 + 1 file changed

[oe] [meta-networking][PATCH] squid: change ksh reference in krb ldap helper to sh

2014-10-29 Thread Chong Lu
This solves the following warning: squid-3.4.7: squid requires /bin/bash, /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu chong...@windriver.com --- ...-ksh-reference-in-krb-ldap-helper-to-bash.patch | 29 ...ge-ksh-reference-in-krb-ldap

Re: [oe] [meta-networking][PATCH] squid: Add a PACKAGECONFIG for libnetfilter-conntrack

2014-10-27 Thread Chong Lu
ping -Chong On 10/22/2014 06:07 PM, Chong Lu wrote: This solves the following warning: WARNING: QA Issue: squid rdepends on libnetfilter-conntrack, but it isn't a build dependency? [build-deps] Signed-off-by: Chong Lu chong...@windriver.com --- recipes-daemons/squid/squid_3.4.7.bb | 2

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

2014-10-27 Thread Chong Lu
This solves the following warning: libhugetlbfs-2.18: libhugetlbfs-tests requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] libhugetlbfs-2.18: libhugetlbfs requires /bin/bash, /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu chong

[oe] [meta-oe][PATCH] syslog-ng: add gawk to RDEPENDS

2014-10-27 Thread Chong Lu
This solves the following warning: syslog-ng-3.5.4.1: syslog-ng requires /usr/bin/awk, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu chong...@windriver.com --- recipes-support/syslog-ng/syslog-ng.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes

[oe] [meta-networking][PATCH] squid: Add a PACKAGECONFIG for libnetfilter-conntrack

2014-10-22 Thread Chong Lu
This solves the following warning: WARNING: QA Issue: squid rdepends on libnetfilter-conntrack, but it isn't a build dependency? [build-deps] Signed-off-by: Chong Lu chong...@windriver.com --- recipes-daemons/squid/squid_3.4.7.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta

[oe] [meta-networking][PATCH] quagga: remove watchquagga when start with systemd

2014-10-16 Thread Chong Lu
When we start with sysvinit, watchquagga uses quagga init script to monitor zebra daemon. But we need not do this in systemd environment. Signed-off-by: Chong Lu chong...@windriver.com --- .../recipes-protocols/quagga/quagga.inc|5 +++-- 1 file changed, 3 insertions(+), 2

Re: [oe] [meta-oe][PATCH] samba: add systemd service file

2014-10-14 Thread Chong Lu
ping Best Regards Chong On 10/09/2014 03:04 PM, Chong Lu wrote: ping //Chong On 09/29/2014 04:22 PM, Chong Lu wrote: Add systemd service for samba. Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-connectivity/samba/samba.inc | 32

Re: [oe] [meta-oe][PATCH] samba: add systemd service file

2014-10-09 Thread Chong Lu
ping //Chong On 09/29/2014 04:22 PM, Chong Lu wrote: Add systemd service for samba. Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-connectivity/samba/samba.inc | 32 +- .../recipes-connectivity/samba/samba/nmb.service | 12

Re: [oe] [meta-networking][PATCH 1/2] quagga: add subpkgs to RDEPENDS

2014-09-29 Thread Chong Lu
On 09/29/2014 01:51 PM, Roman Khimov wrote: В письме от 29 сентября 2014 09:19:52 пользователь Chong Lu написал: +RDEPENDS_${PN} += ${PN}-babeld ${PN}-bgpd ${PN}-isisd ${PN}-ospf6d ${PN}-ospfd ${PN}-ripd ${PN}-ripngd + IMO the whole point of split daemon packaging was to be able to choose

[oe] [meta-oe][PATCH] samba: add systemd service file

2014-09-29 Thread Chong Lu
Add systemd service for samba. Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-connectivity/samba/samba.inc | 32 +- .../recipes-connectivity/samba/samba/nmb.service | 12 .../recipes-connectivity/samba/samba/smb.service | 13

[oe] [meta-networking][PATCH V2 1/2] quagga: add subpkgs to RRECOMMENDS

2014-09-29 Thread Chong Lu
We need subpkgs to start quagga, so add them to RRECOMMENDS. Signed-off-by: Chong Lu chong...@windriver.com --- meta-networking/recipes-protocols/quagga/quagga.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes

[oe] [meta-networking][PATCH V2 2/2] quagga: add systemd service file

2014-09-29 Thread Chong Lu
Add systemd service for quagga. Signed-off-by: Chong Lu chong...@windriver.com --- .../recipes-protocols/quagga/files/babeld.service | 14 +++ .../recipes-protocols/quagga/files/bgpd.service| 14 +++ .../recipes-protocols/quagga/files/isisd.service | 14 +++ .../recipes

[oe] [meta-networking][PATCH 2/2] quagga: add systemd service file

2014-09-28 Thread Chong Lu
Add systemd service for quagga. Signed-off-by: Chong Lu chong...@windriver.com --- .../recipes-protocols/quagga/files/babeld.service | 14 +++ .../recipes-protocols/quagga/files/bgpd.service| 14 +++ .../recipes-protocols/quagga/files/isisd.service | 14 +++ .../recipes

[oe] [meta-networking][PATCH 1/2] quagga: add subpkgs to RDEPENDS

2014-09-28 Thread Chong Lu
We need subpkgs to start quagga, so add them to RDEPENDS. Signed-off-by: Chong Lu chong...@windriver.com --- meta-networking/recipes-protocols/quagga/quagga.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes

[oe] [meta-oe][PATCH] collectd: add systemd unit file

2014-09-17 Thread Chong Lu
Add systemd unit file for collectd. Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-extended/collectd/collectd/collectd.service | 12 meta-oe/recipes-extended/collectd/collectd_5.4.1.bb | 13 +++-- 2 files changed, 23 insertions(+), 2 deletions

Re: [oe] [meta-oe][PATCH] collectd: add systemd unit file

2014-09-17 Thread Chong Lu
This patch based on http://patches.openembedded.org/patch/79835/ Thanks Chong On 09/18/2014 09:23 AM, Chong Lu wrote: Add systemd unit file for collectd. Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-extended/collectd/collectd/collectd.service | 12 meta

[oe] [PATCH 1/2] postgresql: move initdb to postgresql-setup

2014-09-16 Thread Chong Lu
We shouldn't use sysvinit init script to initialize database when use systemd as the init manager, so split initdb function to postgresql-setup. Before starting postgresql server, we can use postgresql-setup initdb to initialize the database cluster. Signed-off-by: Chong Lu chong...@windriver.com

[oe] [PATCH 2/2] postgresql: add systemd unit file

2014-09-16 Thread Chong Lu
Add systemd unit file for postgresql. When 'sysvinit' and 'systemd' are both in DISTRO_FEATURES, we need to prevent the init script from running via systemd. Signed-off-by: Chong Lu chong...@windriver.com --- .../postgresql/files/postgresql.service| 27 ++ meta-oe

Re: [oe] [PATCH 1/2] postgresql: move initdb to postgresql-setup

2014-09-16 Thread Chong Lu
For meta-oe layer. Thanks //Chong On 09/16/2014 05:36 PM, Chong Lu wrote: We shouldn't use sysvinit init script to initialize database when use systemd as the init manager, so split initdb function to postgresql-setup. Before starting postgresql server, we can use postgresql-setup initdb

Re: [oe] [PATCH 2/2] postgresql: add systemd unit file

2014-09-16 Thread Chong Lu
For meta-oe layer. Thanks //Chong On 09/16/2014 05:36 PM, Chong Lu wrote: Add systemd unit file for postgresql. When 'sysvinit' and 'systemd' are both in DISTRO_FEATURES, we need to prevent the init script from running via systemd. Signed-off-by: Chong Lu chong...@windriver.com

[oe] [meta-virtualization][PATCH] lxc: fix RDEPENDS on bash

2014-09-03 Thread Chong Lu
/templates/lxc-busybox:1:#!/bin/bash lxc/usr/share/lxc/templates/lxc-fedora:1:#!/bin/bash Signed-off-by: Chong Lu chong...@windriver.com --- recipes-containers/lxc/lxc_1.0.5.bb | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/recipes-containers/lxc/lxc_1.0.5.bb b/recipes

Re: [oe] [meta-virtualization][PATCH] lxc: fix RDEPENDS on bash

2014-09-03 Thread Chong Lu
Please ignore this one, I will resend. //Chong On 09/03/2014 02:23 PM, Chong Lu wrote: Split a ${PN}-template pkg to put ${datadir}/lxc/templates/, and debash in ${datadir}/lxc/hooks/* Bash scripts: lxc/usr/share/lxc/hooks/mountcgroups:#!/bin/bash lxc/usr/share/lxc/hooks/ubuntu-cloud-prep

[oe] [meta-virtualization][PATCH V2] lxc: fix RDEPENDS on bash

2014-09-03 Thread Chong Lu
/templates/lxc-busybox:1:#!/bin/bash lxc/usr/share/lxc/templates/lxc-fedora:1:#!/bin/bash Signed-off-by: Chong Lu chong...@windriver.com --- recipes-containers/lxc/lxc_1.0.5.bb | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/recipes-containers/lxc/lxc_1.0.5.bb b/recipes

Re: [oe] [meta-virtualization][PATCH V2] lxc: fix RDEPENDS on bash

2014-09-03 Thread Chong Lu
On 09/03/2014 04:19 PM, Paul Eggleton wrote: Hi Chong, On Wednesday 03 September 2014 14:48:55 Chong Lu wrote: Split a ${PN}-template pkg to put ${datadir}/lxc/templates/, and debash in ${datadir}/lxc/hooks/* Bash scripts: lxc/usr/share/lxc/hooks/mountcgroups:#!/bin/bash lxc/usr/share/lxc

Re: [oe] [meta-networking][PATCH] memcached: add knob to detect whether hugetlbfs are checked

2014-08-24 Thread Chong Lu
ping On 08/19/2014 05:38 PM, Chong Lu wrote: Add knob to detect whether hugetlbfs are checked or not. This patch fixed the error: ld: cannot find -lhugetlbfs Signed-off-by: Chong Lu chong...@windriver.com --- .../memcached/memcached-add-hugetlbfs-check.patch | 32

[oe] [meta-networking][PATCH] memcached: add knob to detect whether hugetlbfs are checked

2014-08-19 Thread Chong Lu
Add knob to detect whether hugetlbfs are checked or not. This patch fixed the error: ld: cannot find -lhugetlbfs Signed-off-by: Chong Lu chong...@windriver.com --- .../memcached/memcached-add-hugetlbfs-check.patch | 32 ++ .../recipes-support/memcached/memcached_1.4.17

[oe] [PATCH] samba: fix dependency issue about talloc

2014-06-25 Thread Chong Lu
Check whether to enable external talloc by PACKAGECONFIG. Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-connectivity/samba/samba.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes

Re: [oe] [PATCH 1/5] samba: Security Advisory - CVE-2013-4496

2014-06-24 Thread Chong Lu
On 06/23/2014 07:05 PM, Martin Jansa wrote: On Fri, Jun 13, 2014 at 01:11:28PM +0200, Martin Jansa wrote: On Fri, Jun 13, 2014 at 02:12:54PM +0800, Chong Lu wrote: Samba 3.x before 3.6.23, 4.0.x before 4.0.16, and 4.1.x before 4.1.6 does not enforce the password-guessing protection mechanism

[oe] [PATCH 1/5] samba: Security Advisory - CVE-2013-4496

2014-06-13 Thread Chong Lu
://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4496 Signed-off-by: Yue Tao yue@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- .../samba/samba/samba-3.6.22-CVE-2013-4496.patch | 966 meta-oe/recipes-connectivity/samba/samba_3.6.8.bb |1 + 2 files changed, 967

[oe] [PATCH 2/5] samba: fix parsing linemarkers in preprocessor output

2014-06-13 Thread Chong Lu
stdc-predef.h is included automatically and linemarker for the file has extended flags that PIDL couldn't parse ('system header that needs to be extern C protected for C++') Signed-off-by: Yue Tao yue@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- ...arsing-linemarkers

[oe] [PATCH 4/5] samba: Security Advisory - CVE-2013-4124

2014-06-13 Thread Chong Lu
-2013-4124 Signed-off-by: Yue Tao yue@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- .../samba/samba/samba-3.6.16-CVE-2013-4124.patch | 43 meta-oe/recipes-connectivity/samba/samba_3.6.8.bb |1 + 2 files changed, 44 insertions(+) create mode 100644

[oe] [PATCH 5/5] samba: Security Advisory - CVE-2013-4475

2014-06-13 Thread Chong Lu
://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4475 Signed-off-by: Yue Tao yue@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- .../samba/samba/samba-3.6.19-CVE-2013-4475.patch | 102 meta-oe/recipes-connectivity/samba/samba_3.6.8.bb |1 + 2 files changed

[oe] [PATCH 3/5] samba: fix two CVEs CVE-2013-0213 CVE-2013-0214

2014-06-13 Thread Chong Lu
Signed-off-by: Yue Tao yue@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- .../samba-3.6.11-CVE-2013-0213-CVE-2013-0214.patch | 160 meta-oe/recipes-connectivity/samba/samba_3.6.8.bb |1 + 2 files changed, 161 insertions(+) create mode 100644 meta

Re: [oe] [PATCH] python-m2crypto: avoid swig problem

2014-06-06 Thread Chong Lu
On 06/06/2014 09:46 AM, Chong Lu wrote: Swig is used to generate C source and it has trouble processing opensslconf.h sometimes. So, we help it out when multilib variants exist. For native builds, the variant header will never exist. Specific multi-lib header files might be named *-32.h

[oe] [PATCH][V2] python-m2crypto: avoid swig problem

2014-06-06 Thread Chong Lu
might check for *-n64.h although that will never exist. It appears that *-o??.h will never exist, so we don't check for that. Signed-off-by: Joe Slater jsla...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- .../python/python-m2crypto_0.21.1.bb | 23

[oe] [PATCH] python-m2crypto: avoid swig problem

2014-06-05 Thread Chong Lu
might check for *-n64.h although that will never exist. It appears that *-o??.h will never exist, so we don't check for that. Signed-off-by: Joe Slater jsla...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- .../python/python-m2crypto_0.21.1.bb | 23

[oe] [PATCH V2 1/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
Upgrade dbus to 1.8.2. Change install-ptest rules. Remove unneeded patches since it's included in new version. Remove unrecognized option: --with-xml [YOCTO #6092] Signed-off-by: Chong Lu chong...@windriver.com --- .../{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb}| 3 +- meta/recipes-core

[oe] [PATCH V2 0/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
-contrib chonglu/dbus http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/dbus Chong Lu (1): dbus: Update to 1.8.2 version .../{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb}| 3 +- meta/recipes-core/dbus/dbus.inc| 4 +- ...orrect-address-when-using-address

Re: [oe] [PATCH V2 1/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
I make a mistake. Please ignore this one. Sorry. I will resend V3. Best Regards Chong On 05/12/2014 05:09 PM, Chong Lu wrote: Upgrade dbus to 1.8.2. Change install-ptest rules. Remove unneeded patches since it's included in new version. Remove unrecognized option: --with-xml [YOCTO #6092

[oe] [PATCH V3 1/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
Upgrade dbus to 1.8.2. Change install-ptest rules. Remove unneeded patches since it's included in new version. Remove unrecognized option: --with-xml [YOCTO #6092] Signed-off-by: Chong Lu chong...@windriver.com --- .../{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb}| 1 - meta/recipes-core

[oe] [PATCH V3 0/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
chonglu/dbus http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/dbus Chong Lu (1): dbus: Update to 1.8.2 version .../{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb}| 1 - meta/recipes-core/dbus/dbus.inc| 4 +- ...orrect-address-when-using-address-systemd.patch

Re: [oe] [PATCH V3 1/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
On 05/12/2014 06:48 PM, Burton, Ross wrote: On 12 May 2014 10:50, Chong Lu chong...@windriver.com wrote: Upgrade dbus to 1.8.2. Change install-ptest rules. Remove unneeded patches since it's included in new version. Remove unrecognized option: --with-xml This should go to the oe-core list

Re: [oe] [PATCH 1/3] vim: add dependency and selinux and acl support control

2014-05-06 Thread Chong Lu
On 05/06/2014 05:45 AM, Paul Barker wrote: On Fri, Apr 18, 2014 at 06:16:30PM +0800, Chong Lu wrote: FILES_${PN}-data = ${datadir}/${PN} +FILES_${PN}-common = \ +${datadir}/${PN}/${VIMDIR}/*.vim \ +${datadir}/${PN}/${VIMDIR}/autoload \ +${datadir}/${PN}/${VIMDIR}/colors

Re: [oe] [PATCH 1/3] vim: add dependency and selinux and acl support control

2014-05-05 Thread Chong Lu
On 05/06/2014 05:45 AM, Paul Barker wrote: On Fri, Apr 18, 2014 at 06:16:30PM +0800, Chong Lu wrote: FILES_${PN}-data = ${datadir}/${PN} +FILES_${PN}-common = \ +${datadir}/${PN}/${VIMDIR}/*.vim \ +${datadir}/${PN}/${VIMDIR}/autoload \ +${datadir}/${PN}/${VIMDIR}/colors

[oe] [PATCH V6] rrdtool: enable perl and python bindings

2014-04-29 Thread Chong Lu
the environment variables passed to the function call line unless explicitly run export ENV_VAR. 4. delete unrecognized options: --enable-local-libpng and --enable-local-zlib Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb | 92

Re: [oe] [PATCH V6] rrdtool: enable perl and python bindings

2014-04-29 Thread Chong Lu
On 04/29/2014 03:45 PM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chong Lu schreef op 29-04-14 09:22: 1. default enable perl and python bindings 2. rrdtool uses perl.real, perl.real doesn't know where the PERL5LIB should be when prebuilts are used. Use the wrapper perl

[oe] [PATCH V4] rrdtool: enable perl and python bindings

2014-04-24 Thread Chong Lu
the environment variables passed to the function call line unless explicitly run export ENV_VAR. 4. delete unrecognized options: --enable-local-libpng and --enable-local-zlib Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb | 129

Re: [oe] [PATCH V2 1/4] postgresql: add init script and DESCRIPTION

2014-04-24 Thread Chong Lu
On 04/24/2014 01:56 AM, Martin Jansa wrote: On Tue, Apr 22, 2014 at 03:07:25PM +0800, Chong Lu wrote: 1. Add DESCRIPTION 2. Add init script for starting up the PostgreSQL server. 3. Disable krb5 by default Signed-off-by: Chong Lu chong...@windriver.com --- .../postgresql/files/postgresql

Re: [oe] [PATCH V4] rrdtool: enable perl and python bindings

2014-04-24 Thread Chong Lu
On 04/24/2014 05:51 PM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chong Lu schreef op 24-04-14 09:14: 1. default enable perl and python bindings 2. rrdtool uses perl.real, perl.real doesn't know where the PERL5LIB should be when prebuilts are used. Use the wrapper perl

[oe] [PATCH V5] rrdtool: enable perl and python bindings

2014-04-24 Thread Chong Lu
the environment variables passed to the function call line unless explicitly run export ENV_VAR. 4. delete unrecognized options: --enable-local-libpng and --enable-local-zlib Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb | 129

[oe] [PATCH] rrdtool: enable perl and python bindings

2014-04-23 Thread Chong Lu
the environment variables passed to the function call line unless explicitly run export ENV_VAR. 4. delete unrecognized options: --enable-local-libpng and --enable-local-zlib Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb | 125

Re: [oe] [PATCH] rrdtool: enable perl and python bindings

2014-04-23 Thread Chong Lu
This is a V3. Change since V2: Merge ${PN}-perl-dbg and ${PN}-python-dbg into ${PN}-dbg Best Regards Chong On 04/23/2014 04:00 PM, Chong Lu wrote: 1. default enable perl and python bindings 2. rrdtool uses perl.real, perl.real doesn't know where the PERL5LIB should be when prebuilts are used

[oe] [PATCH V2 1/4] postgresql: add init script and DESCRIPTION

2014-04-22 Thread Chong Lu
1. Add DESCRIPTION 2. Add init script for starting up the PostgreSQL server. 3. Disable krb5 by default Signed-off-by: Chong Lu chong...@windriver.com --- .../postgresql/files/postgresql-bashprofile|4 + .../postgresql/files/postgresql.init | 241

[oe] [PATCH V2 2/4] postgresql: split out some lib files into seperate packages

2014-04-22 Thread Chong Lu
-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/postgresql/postgresql.inc | 70 + 1 file changed, 58 insertions(+), 12 deletions(-) diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc index db425e7

[oe] [PATCH V2 4/4] postgresql: enable some bindings

2014-04-22 Thread Chong Lu
1. Enable pam, openssl, python, uuid, libxml, tcl, nls, libxml and perl bindings. 2. Make plperl, plpython, pltcl subpackages as dynamic in case other packages runtime depend on them. Signed-off-by: Chong Lu chong...@windriver.com --- .../postgresql/files/postgresql.pam|4

[oe] [PATCH V2 3/4] postgresql: split out contrib into seperate packages

2014-04-22 Thread Chong Lu
Make contrib and split them into postgresql-contrib. Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/postgresql/postgresql.inc | 72 - 1 file changed, 69 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc

[oe] [PATCH V2] mariadb: add perl and perl modules to RDEPENDS

2014-04-21 Thread Chong Lu
Perl and perl modules don't be installed in small image, but mariadb-server, mariadb-client and mariadb-leftovers need them in runtime, so we add them to RDEPENDS. Signed-off-by: Hongxu Jia hongxu@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/mysql

Re: [oe] [PATCH] rrdtool: enable libwrap, perl and python bindings

2014-04-21 Thread Chong Lu
On 04/20/2014 08:01 PM, Martin Jansa wrote: On Wed, Apr 16, 2014 at 02:51:05PM +0800, Chong Lu wrote: 1. default enable libwrap, perl and python bindings 2. rrdtool uses perl.real, perl.real doesn't know where the PERL5LIB should be when prebuilts are used. Use the wrapper perl instead, perl

[oe] [PATCH V2] rrdtool: enable perl and python bindings

2014-04-21 Thread Chong Lu
the environment variables passed to the function call line unless explicitly run export ENV_VAR. 4. delete unrecognized options: --enable-local-libpng and --enable-local-zlib Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb | 125

Re: [oe] [PATCH] postgresql: add init script and enable some bindings

2014-04-21 Thread Chong Lu
On 04/20/2014 07:26 PM, Martin Jansa wrote: On Thu, Apr 17, 2014 at 04:50:16PM +0800, Chong Lu wrote: 1. Add init script for starting up the PostgreSQL server. 2. Add DESCRIPTION 3. Make tests, plperl, plpython, pltcl subpackages as dynamic in case other packages runtime depend on them. 4

[oe] [PATCH 0/3] vim: add dependency and selinux and acl support control

2014-04-18 Thread Chong Lu
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/vim Chong Lu (3): vim: add dependency and selinux and acl support control vim: don't check acl header if acl support disabled vim: add knob whether elf.h are checked .../vim/files/disable_acl_header_check.patch | 27 +++ .../vim-add

[oe] [PATCH 1/3] vim: add dependency and selinux and acl support control

2014-04-18 Thread Chong Lu
1. Add explicit selinux and acl support control. 2. Vim depends on gettext-native, add to the dependency list. 3. Split binary file into vim package and put others in vim-common. Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/vim/vim_7.4.258.bb | 20

[oe] [PATCH 2/3] vim: don't check acl header if acl support disabled

2014-04-18 Thread Chong Lu
wenzong@windriver.com Signed-off-by: Randy MacLeod randy.macl...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- .../vim/files/disable_acl_header_check.patch | 27 ++ meta-oe/recipes-support/vim/vim_7.4.258.bb | 4 +++- 2 files changed, 30

[oe] [PATCH 3/3] vim: add knob whether elf.h are checked

2014-04-18 Thread Chong Lu
Previously, it still was checked when there was no elf library in sysroots directory. Add knob to decide whether elf.h are checked or not. Fixed by using PACKAGECONFIG to check elf, with default disabled set. Signed-off-by: Chong Lu chong...@windriver.com --- .../vim-add-knob-whether-elf.h

[oe] [PATCH] rrdtool: enable libwrap, perl and python bindings

2014-04-16 Thread Chong Lu
will not use the environment variables passed to the function call line unless explicitly run export ENV_VAR. 4. delete unrecognized options: --enable-local-libpng and --enable-local-zlib Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb | 127

[oe] [PATCH 0/2] mariadb: use /bin/false as the login shell and add perl to RDEPENDS

2014-04-14 Thread Chong Lu
=chonglu/mariadb Chong Lu (2): mariadb: use /bin/false as the login shell mariadb: add perl to RDEPENDS meta-oe/recipes-support/mysql/mariadb_5.1.67.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) -- 1.8.1.2 -- ___ Openembedded-devel

[oe] [PATCH 2/2] mariadb: add perl to RDEPENDS

2014-04-14 Thread Chong Lu
Perl doesn't be installed in small image, but mariadb-server, mariadb-client and mariadb-leftovers need it in runtime, so we add perl to RDEPENDS. Signed-off-by: Hongxu Jia hongxu@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/mysql/mariadb_5.1.67

[oe] [PATCH 1/2] mariadb: use /bin/false as the login shell

2014-04-14 Thread Chong Lu
Use /bin/false as the login shell, just like what Ubuntu does, otherwise there might be secure issue. Signed-off-by: Robert Yang liezhi.y...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/mysql/mariadb_5.1.67.inc | 2 +- 1 file changed, 1 insertion(+), 1

Re: [oe] [PATCH 2/2] mariadb: add perl to RDEPENDS

2014-04-14 Thread Chong Lu
On 04/14/2014 03:43 PM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chong Lu schreef op 14-04-14 09:16: Perl doesn't be installed in small image, but mariadb-server, mariadb-client and mariadb-leftovers need it in runtime, so we add perl to RDEPENDS. It doesn't need any

Re: [oe] [PATCH 2/2] mariadb: add perl to RDEPENDS

2014-04-14 Thread Chong Lu
On 04/14/2014 04:35 PM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chong Lu schreef op 14-04-14 10:06: On 04/14/2014 03:43 PM, Koen Kooi wrote: Chong Lu schreef op 14-04-14 09:16: Perl doesn't be installed in small image, but mariadb-server, mariadb-client and mariadb

[oe] [PATCH] ltrace: update to version 0.7.90

2014-04-11 Thread Chong Lu
Upgrade ltrace to 0.7.90. Signed-off-by: Chong Lu chong...@windriver.com --- .../recipes-devtools/ltrace/files/add-sysdep.patch | 13 .../ltrace/files/ltrace-compile.patch | 80 --- .../files/ltrace-fix-sysdep_h-dependency.patch | 33

[oe] [PATCH 1/2] lvm2: fix mlock() on vectors vma for ARM.

2014-04-10 Thread Chong Lu
Signed-off-by: Xin Ouyang xin.ouy...@windriver.com Signed-off-by: Randy MacLeod randy.macl...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/lvm2/lvm2.inc | 1 + .../lvm2/lvm2/mlock-ignore-vectors-gate_vma.patch | 31

[oe] [PATCH 0/2] fix mlock() on vectors vma for ARM and add explicit selinux support

2014-04-10 Thread Chong Lu
=chonglu/lvm2 Chong Lu (2): lvm2: fix mlock() on vectors vma for ARM. lvm2: add explicit selinux support control meta-oe/recipes-support/lvm2/lvm2.inc | 5 .../lvm2/lvm2/mlock-ignore-vectors-gate_vma.patch | 31 ++ 2 files changed, 36 insertions(+) create

[oe] [PATCH 2/2] lvm2: add explicit selinux support control

2014-04-10 Thread Chong Lu
package has configure options controlling selinux support, so we want to explicitly use them via PACKAGECONFIG. Signed-off-by: Joe Slater jsla...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/lvm2/lvm2.inc | 4 1 file changed, 4 insertions(+) diff

[oe] [meta-oe][PATCH 0/1] openldap: add a dependency to make do_compile pass

2014-03-18 Thread Chong Lu
/openldap Chong Lu (1): openldap: add a dependency to make do_compile pass meta-oe/recipes-support/openldap/openldap_2.4.23.bb | 1 + 1 file changed, 1 insertion(+) -- 1.8.1.2 -- ___ Openembedded-devel mailing list Openembedded-devel

[oe] [meta-oe][PATCH 1/1] openldap: add a dependency to make do_compile pass

2014-03-18 Thread Chong Lu
During compiling, we need soelim command provided by groff-native. So add DEPENDS to fix this issue, else we will get following error: /bin/sh: 15: soelim: not found Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/openldap/openldap_2.4.23.bb | 1 + 1 file

[oe] [meta-oe][PATCH 0/1] net-snmp: add knob whether nlist.h are checked

2014-03-12 Thread Chong Lu
-contrib/log/?h=chonglu/netsnmp Chong Lu (1): net-snmp: add knob whether nlist.h are checked ...snmp-add-knob-whether-nlist.h-are-checked.patch | 35 ++ .../recipes-protocols/net-snmp/net-snmp_5.7.2.bb | 4 +++ 2 files changed, 39 insertions(+) create mode 100644 meta

[oe] [meta-oe][PATCH 1/1] net-snmp: add knob whether nlist.h are checked

2014-03-12 Thread Chong Lu
Previously, it still was checked when there was no nlish.h in sysroots directory. Add knob to decide whether nlist.h are checked or not. Fixed by using PACKAGECONFIG to check elf, with default disabled set. Signed-off-by: Chong Lu chong...@windriver.com --- ...snmp-add-knob-whether-nlist.h