[oe] [PATCH 2/2] lua: add lua 5.2 recipe

2013-12-02 Thread Kai Kang
Add lua 5.2.2 recipe. Update: * remove bitwise_operators.patch that lua uses bit32 library to support for bitwise operations. * update uclibc-pthread.patch Signed-off-by: Kai Kang --- meta-oe/recipes-devtools/lua/lua/lua.pc| 11 + .../recipes-devtools/lua/lua/uclibc-pthr

[oe] [PATCH 1/2] lib32-rsyslog: fix wrong systemd server file

2013-12-02 Thread Kai Kang
When enable multilib on x86-64, it fails to build lib32-rsyslog with error: | ERROR: Function failed: SYSTEMD_SERVICE_lib32-rsyslog value lib32-rsyslog.service does not exist It uses wrong value ${PN}.service to set SYSTEMD_SERVICE. Correct it by using BPN. Signed-off-by: Kai Kang --- meta-oe

[oe] OE Changelog since 2013-11-24 until 2013-12-01

2013-12-02 Thread cliff . brake
Changelog since 2013-11-24 until 2013-12-01. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [oe] [meta-qt5][PATCH 0/2] Add nativesdk tools for Qt5 SDK

2013-12-02 Thread Dominik Holland
Hi, On 02.12.2013, at 16:56, Denys Dmytriyenko wrote: > Sorry for top-posting, but I wanted to reply in general and couldn't find the > right place for inlining... > > Anyway, the below assumptions aren't exactly correct. And the main one being > - > you don't really need to source the envir

[oe] [meta-webserver][PATCH v2] Add nginx http webserver

2013-12-02 Thread Sébastien Mennetrier
From: Sébastien Signed-off-by: Sébastien Mennetrier --- meta-webserver/recipes-httpd/nginx/files/init | 59 ++ .../nginx/files/nginx-cross_1.4.4.diff | 212 + .../recipes-httpd/nginx/files/nginx-volatile.conf | 2 + .../recipes-httpd/nginx/files/ngin

Re: [oe] [meta-qt5][PATCH 0/2] Add nativesdk tools for Qt5 SDK

2013-12-02 Thread Denys Dmytriyenko
Sorry for top-posting, but I wanted to reply in general and couldn't find the right place for inlining... Anyway, the below assumptions aren't exactly correct. And the main one being - you don't really need to source the environment-setup script. But you'd need a different and much simpler qt.c

Re: [oe] [PATCH] curlpp: add curl c++ bindings

2013-12-02 Thread Paul Eggleton
Hi Ulf, On Monday 02 December 2013 12:46:37 Ulf Samuelsson wrote: > +DESCRIPTION = "C++ library for client-side URL transfers." Please set SUMMARY instead for a short one-line description, this will set DESCRIPTION as well. > +HOMEPAGE = "http://code.google.com/p/curlpp/"; > +SECTION = "console

Re: [oe] [meta-webserver][PATCH] Add nginx http webserver

2013-12-02 Thread Paul Eggleton
On Monday 02 December 2013 15:56:34 Sebastien MENNETRIER wrote: > 2013/12/2 Koen Kooi > > Sébastien Mennetrier schreef op 02-12-13 15:11: > > > +install -d ${D}${sysconfdir}/init.d +cat ${WORKDIR}/init | \ + > > > sed -e 's,/usr/sbin/,${sbindir}/,g' \ +-e > > > 's,/etc/,${sysco

Re: [oe] [meta-webserver][PATCH] Add nginx http webserver

2013-12-02 Thread Sebastien MENNETRIER
2013/12/2 Koen Kooi > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Sébastien Mennetrier schreef op 02-12-13 15:11: > > From: Sébastien > = > > +install -d ${D}${sysconfdir}/init.d +cat ${WORKDIR}/init | \ + > > sed -e 's,/usr/sbin/,${sbindir}/,g' \ +-e > > 's,/etc/,${s

Re: [oe] [meta-webserver][PATCH] Add nginx http webserver

2013-12-02 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sébastien Mennetrier schreef op 02-12-13 15:11: > From: Sébastien = > +install -d ${D}${sysconfdir}/init.d +cat ${WORKDIR}/init | \ + > sed -e 's,/usr/sbin/,${sbindir}/,g' \ +-e > 's,/etc/,${sysconfdir}/,g' > ${D}/${sysconfdir}/ini

[oe] [PATCH] curlpp: add curl c++ bindings

2013-12-02 Thread Ulf Samuelsson
Signed-off-by: Ulf Samuelsson --- .../curlpp/curlpp/pkgconfig_fix.patch | 38 + meta/recipes-support/curlpp/curlpp_0.7.3.bb| 90 2 files changed, 128 insertions(+) create mode 100644 meta/recipes-support/curlpp/curlpp/pkgconfig_fix.patch cre

[oe] [meta-webserver][PATCH] Add nginx http webserver

2013-12-02 Thread Sébastien Mennetrier
From: Sébastien --- meta-webserver/recipes-httpd/nginx/files/init | 59 ++ .../nginx/files/nginx-cross_1.4.4.diff | 212 + .../recipes-httpd/nginx/files/nginx-volatile.conf | 2 + .../recipes-httpd/nginx/files/nginx.conf | 120

[oe] [meta-qt5][PATCH 0/2] Add nativesdk tools for Qt5 SDK

2013-12-02 Thread Dominik Holland
Hi all, i'm the author of the merge-request on github. The patchset from Denys looks nice. Especially because it cross compiles the host tools for the SDK_MACHINE which i forgot todo in my patchset. I think the best way would be a combined version of both patchsets. Because some of you think

Re: [oe] [PATCH meta-networking v2] proftpd: use /bin/false as the login shell and add home-dir

2013-12-02 Thread Rongqing Li
Drop it, test shows it does not work since /bin/false is not valid shell, even if set RequireValidShell to off On 12/02/2013 12:44 PM, rongqing...@windriver.com wrote: From: Roy Li Use /bin/false as the login shell, just like what Ubuntu does, otherwise there might be secure issue; add /var/li