[oe] [meta-oe][PATCH] mariadb: use ${PN} for SYSTEMD_ATUO_ENABLE

2014-10-30 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Use ${PN} instead of hardcoding 'mariadb' so that everything works fine in case of multilib. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta-oe/recipes-support/mysql/mariadb_5.5.39.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe][PATCH] ddrescue: update to 1.19

2014-10-30 Thread Koen Kooi
Op 29 okt. 2014, om 16:49 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Sun, Oct 26, 2014 at 04:15:52PM +0100, Koen Kooi wrote: * License changed to GPLv2+ * Although 'configure is present, it isn't autotools. Nota bene: this requires bitbake and oe-core support

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

2014-10-30 Thread Chong Lu
This solves the following warning: polarssl-1.3.8: polarssl: Files/directories were installed but not shipped /usr/lib /usr/lib/libpolarssl.so.1.3.8 /usr/lib/libpolarssl.so.7 /usr/lib/libpolarssl.so /usr/lib/libpolarssl.a /usr/lib/.debug /usr/lib/.debug/libpolarssl.so.1.3.8

Re: [oe] [meta-oe][PATCH] tree: Add a new package

2014-10-30 Thread Martin Jansa
On Wed, Oct 22, 2014 at 05:57:27PM +0800, Hongjun Yang wrote: From: Hongjun.Yang hongjun.y...@windriver.com Add tree command, some test scripts need it. Fails qemuarm: ERROR: objcopy failed with exit code 256 (cmd was 'arm-oe-linux-gnueabi-objcopy' --only-keep-debug

[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] [master][dizzy][PATCH 0/2] minor fixes

2014-10-30 Thread Andreas Müller
A bit too late to get into dizzy directly... Andreas Müller (2): xfce4-weather-plugin: make work properly after met.no API change gvfs: replace deprecated g_memmove by memmove ...daemonfile.c-replace-g_memmove-by-memmove.patch | 36 + meta-gnome/recipes-gnome/gvfs/gvfs.inc

[oe] [master][dizzy][PATCH 1/2] xfce4-weather-plugin: make work properly after met.no API change

2014-10-30 Thread Andreas Müller
see [1] for more information https://bugzilla.xfce.org/show_bug.cgi?id=10916 Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- ...-ready-for-met.no-locationforecast-1.2-AP.patch | 162 + ...et.no-locationforecastLTS-1.2-API-bug-109.patch | 27

Re: [oe] [meta-oe][PATCH] tree: Add a new package

2014-10-30 Thread Yang Hongjun
On 2014年10月30日 16:11, Martin Jansa wrote: On Wed, Oct 22, 2014 at 05:57:27PM +0800, Hongjun Yang wrote: From: Hongjun.Yang hongjun.y...@windriver.com Add tree command, some test scripts need it. Fails qemuarm: ERROR: objcopy failed with exit code 256 (cmd was 'arm-oe-linux-gnueabi-objcopy'

[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-oe][PATCH 1/2] gtest: add recipe

2014-10-30 Thread Mario Domenech Goulart
gtest is a framework for writing C++ tests, by Google. Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br --- ...gtest.pc.in-Add-pkg-config-support-to-gte.patch | 55 ...install-command-for-libraries-and-headers.patch | 39 ++

[oe] [meta-oe][PATCH 2/2] gmock: add recipe

2014-10-30 Thread Mario Domenech Goulart
gmock is a library for writing and using C++ mock classes, by Google. Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br --- ...install-command-for-libraries-and-headers.patch | 40 ++ .../cmake-gmock.pc.in-Add-pkg-config-support.patch | 56

[oe] [meta-oe][PATCH V3] tree: Add a new package

2014-10-30 Thread Hongjun Yang
From: Hongjun.Yang hongjun.y...@windriver.com Add tree command, some ptest cases need it. Signed-off-by: Hongjun.Yang hongjun.y...@windriver.com --- .../tree/tree-1.7.0/fix-cross-env.patch| 36 ++ meta-oe/recipes-support/tree/tree_1.7.0.bb | 16

Re: [oe] [meta-oe][PATCH V3] tree: Add a new package

2014-10-30 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hongjun Yang schreef op 30-10-14 14:24: From: Hongjun.Yang hongjun.y...@windriver.com Add tree command, some ptest cases need it. Signed-off-by: Hongjun.Yang hongjun.y...@windriver.com --- .../tree/tree-1.7.0/fix-cross-env.patch|

[oe] [PATCH] syslog-ng: Fix memory leak when udp connection is used [ LIN7-1379 ]

2014-10-30 Thread rongqing.li
From: Xufeng Zhang xufeng.zh...@windriver.com When udp connection is used, there are several memory leaks happen after run a long time. Signed-off-by: Xufeng Zhang xufeng.zh...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- .../logwriter-dont-allocate-a-new-buffer.patch |

[oe] gcc-cross-canadian not choosing correct float type in meta-toolchain-qt5 (dizzy)

2014-10-30 Thread Alfonso Tamés
Hi Otavio, Did your patches to meta-qt5 that recognize hard float and configure meta-toolchain-qt5's gcc-cross-canadian accordingly ended in dizzy or are they still in the master branch? I just fresh repo synced and bitbaked a dizzy image with a meta-toolchain-qt5 and gcc-cross-canadian is