[oe] [meta-oe][PATCH 2/2] hostapd: use ${PN} for SYSTEMD_SERVICE

2014-09-16 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Use ${PN} for SYSTEMD_SERVICE to avoid errors in case of multilib. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../recipes-connectivity/hostapd/hostapd_2.2.bb|6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[oe] [meta-oe][PATCH 1/2] mariadb: use ${PN} for SYSTEMD_SERVICE

2014-09-16 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Use ${PN} for SYSTEMD_SERVICE to avoid errors in case of multilib. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta-oe/recipes-support/mysql/mariadb_5.5.39.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [oe] mpg123 recipe LICENSE_FLAGS = commercial issue

2014-09-16 Thread Carlos Rafael Giani
On 2014-09-16 07:43, Khem Raj wrote: Hi Carlos/All I want to understand why LICENSE_FLAGS = commercial was added to meta-multimedia/recipes-multimedia/mpg123/mpg123_1.15.3.bb in initial commit and has been carried over upgrades ever since The license seems to be LGPL 2.0 and is explained in

[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 ++

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 to

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-oe] [PATCH] mariadb: drop anonymous function

2014-09-16 Thread Robert Yang
The anonymous function redefined bindir to bindir_noprefix (and others), which broke the sstate between build dirs. After checked the vars in CMakeCache.txt, we can drop it safely, and the builds are OK. Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

Re: [oe] [meta-oe] [PATCH] mariadb: drop anonymous function

2014-09-16 Thread Paul Eggleton
Hi Robert, On Tuesday 16 September 2014 06:54:40 Robert Yang wrote: The anonymous function redefined bindir to bindir_noprefix (and others), which broke the sstate between build dirs. After checked the vars in CMakeCache.txt, we can drop it safely, and the builds are OK. Signed-off-by:

Re: [oe] [meta-oe] [PATCH] mariadb: drop anonymous function

2014-09-16 Thread Robert Yang
On 09/16/2014 10:30 PM, Paul Eggleton wrote: Hi Robert, On Tuesday 16 September 2014 06:54:40 Robert Yang wrote: The anonymous function redefined bindir to bindir_noprefix (and others), which broke the sstate between build dirs. After checked the vars in CMakeCache.txt, we can drop it

Re: [oe] [meta-networking][PATCH] pimd: add recipe for pimd-2.1.8

2014-09-16 Thread Paul Eggleton
Hi there, On Tuesday 16 September 2014 10:48:58 YangHaibo wrote: Signed-off-by: YangHaibo b40...@freescale.com --- meta-networking/recipes-support/pimd/pimd_2.1.8.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-networking/recipes-support/pimd/pimd_2.1.8.bb diff

Re: [oe] [meta-initramfs][PATCH] klibc: klcc: consider --sysroot option and override gcc-cross encoded sysroot

2014-09-16 Thread Andrea Adami
On Thu, Sep 4, 2014 at 9:57 PM, Khem Raj raj.k...@gmail.com wrote: On Monday, September 1, 2014, Andrea Adami andrea.ad...@gmail.com wrote: For the recipes built with klcc-cross it is necessary to pass --sysroot otherwise we default to the one encoded in gcc-cross which actually is the 'first

Re: [oe] mpg123 recipe LICENSE_FLAGS = commercial issue

2014-09-16 Thread Denys Dmytriyenko
On Tue, Sep 16, 2014 at 11:11:46AM +0200, Carlos Rafael Giani wrote: On 2014-09-16 07:43, Khem Raj wrote: Hi Carlos/All I want to understand why LICENSE_FLAGS = commercial was added to meta-multimedia/recipes-multimedia/mpg123/mpg123_1.15.3.bb in initial commit and has been carried over

Re: [oe] mpg123 recipe LICENSE_FLAGS = commercial issue

2014-09-16 Thread Carlos Rafael Giani
On 2014-09-16 23:33, Denys Dmytriyenko wrote: On Tue, Sep 16, 2014 at 11:11:46AM +0200, Carlos Rafael Giani wrote: On 2014-09-16 07:43, Khem Raj wrote: Hi Carlos/All I want to understand why LICENSE_FLAGS = commercial was added to meta-multimedia/recipes-multimedia/mpg123/mpg123_1.15.3.bb

[oe] [meta-networking][PATCH] wireshark: update to 12.1

2014-09-16 Thread Armin Kuster
following security fixes included: MEGACO dissector infinite loop. (Bug 10333) CVE-2014-6423 Netflow dissector crash. (Bug 10370) CVE-2014-6424 CUPS dissector crash. (Bug 10353) CVE-2014-6425 HIP dissector infinite loop. CVE-2014-6426 RTSP dissector crash. (Bug 10381) CVE-2014-6427 SES dissector

Re: [oe] mpg123 recipe LICENSE_FLAGS = commercial issue

2014-09-16 Thread Khem Raj
On Tuesday, September 16, 2014, Carlos Rafael Giani d...@pseudoterminal.org wrote: On 2014-09-16 07:43, Khem Raj wrote: Hi Carlos/All I want to understand why LICENSE_FLAGS = commercial was added to meta-multimedia/recipes-multimedia/mpg123/mpg123_1.15.3.bb in initial commit and has been

[oe] [meta-networking][PATCH V2] pimd: add recipe for pimd-2.1.8

2014-09-16 Thread YangHaibo
Signed-off-by: YangHaibo b40...@freescale.com --- meta-networking/recipes-support/pimd/pimd_2.1.8.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-networking/recipes-support/pimd/pimd_2.1.8.bb diff --git a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb

[oe] [meta-networking][PATCH V3] pimd: add recipe for pimd-2.1.8

2014-09-16 Thread YangHaibo
Signed-off-by: YangHaibo b40...@freescale.com --- meta-networking/recipes-support/pimd/pimd_2.1.8.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-networking/recipes-support/pimd/pimd_2.1.8.bb diff --git a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb

Re: [oe] [meta-networking][PATCH V2] pimd: add recipe for pimd-2.1.8

2014-09-16 Thread b40...@freescale.com
There is a typo error, will resubmit it From: YangHaibo b40...@freescale.com Sent: Wednesday, September 17, 2014 10:38 AM To: openembedded-devel@lists.openembedded.org Cc: Yang Haibo-B40869 Subject: [meta-networking][PATCH V2] pimd: add recipe for

[oe] [meta-networking][PATCH] pimd: add recipe for ssmping-0.9.1

2014-09-16 Thread YangHaibo
Signed-off-by: YangHaibo b40...@freescale.com --- meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb diff --git

[oe] [PATCH] wireshark: not put the CC options into CFLAGS_FOR_BUILD

2014-09-16 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- .../files/Do-not-set-CC_FOR_BUILD-flags.patch | 46 .../recipes-support/wireshark/wireshark_1.12.0.bb |1 + 2 files changed, 47 insertions(+) create mode 100644

[oe] [PATCH 2/2][meta-oe] talloc: fixes for sstate cache reuse

2014-09-16 Thread wenzong.fan
From: Robert Yang liezhi.y...@windriver.com Fixes for sstate cache reuse between different build dirs. The ${SWIGLIBDIR##${STAGING_DIR_NATIVE}} had confused bitbake, bitbake would add the SWIGLIBDIR##${STAGING_DIR_NATIVE} to the deps of do_install, which caused the sstate cached can't be re-used.

[oe] [PATCH 0/2][meta-oe] talloc: fixes for sstate cache reuse swig dependencies

2014-09-16 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Patch 2/2: Fixes for sstate cache reuse between different build dirs. The ${SWIGLIBDIR##${STAGING_DIR_NATIVE}} had confused bitbake, bitbake would add the SWIGLIBDIR##${STAGING_DIR_NATIVE} to the deps of do_install, which caused the sstate cached can't

[oe] [PATCH 1/2][meta-oe] talloc: fix swig dependencies

2014-09-16 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com * depens on swig-native to make sure that the talloc.i always be installed; * remove relative path that from `swig -swiglib`: ${D}/usr/bin/../share - ${D}/usr/share This prevents 'install' from creraing empty dir: ${D}${bindir}; * fix the