Re: [oe] [meta-oe][[RFC][PATCH] nodejs: add 0.8.18

2013-02-08 Thread Kevin Baker
On Thu, Jan 31, 2013 at 3:03 PM, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 31-01-13 19:00, Martin Jansa schreef: On Thu, Jan 31, 2013 at 06:07:37PM +0100, Koen Kooi wrote: Op 31 jan. 2013, om 17:56 heeft Martin Jansa martin.ja...@gmail.com

[oe] [meta-oe][PATCH 2/2] libyaml: update to 0.1.4 and tweak

2013-02-08 Thread Paul Eggleton
* Update to 0.1.4 * Set SUMMARY instead of DESCRIPTION * Drop PR Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../libyaml/{libyaml_0.1.3.bb = libyaml_0.1.4.bb} |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename

[oe] [meta-oe][PATCH 0/2] PyYAML / libYAML improvements

2013-02-08 Thread Paul Eggleton
The following changes since commit 61911b23099c2658186179504ded318c987b5276: ttf: introduce update-fonts bbclass and change all ttf recipes to use it (2013-02-06 15:16:01 +0100) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib paule/yaml

[oe] [meta-oe][PATCH 1/2] python-pyyaml: update to version 3.10 and tweak

2013-02-08 Thread Paul Eggleton
* Update to 3.10, using tarball instead of svn * Set SUMMARY instead of description * Drop PR Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../{python-pyyaml_svn.bb = python-pyyaml_3.10.bb} | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) rename

Re: [oe] Some recipes from my work on HipHopVM

2013-02-08 Thread Paul Eggleton
On Thursday 07 February 2013 11:50:55 Marcin Juszkiewicz wrote: Some time ago I started working on porting HipHopVM for AArch64 platform. My job was to identify and build all dependencies. Effect of it is in this patchset. I added them to meta-oe/recipes-support/ just to show them and get

[oe] Fwd: Error when attempting to subscribe to openembedded-devel@lists.openembedded.org

2013-02-08 Thread Dr. Michael Lauer
Anfang der weitergeleiteten Nachricht: Von: Thomas Fitzsimmons fitz...@cisco.com Betreff: Error when attempting to subscribe to openembedded-devel@lists.openembedded.org Datum: 7. Februar 2013 21:47:35 MEZ An: mick...@linuxtogo.org Hi, I get a mailman error [1] when I attempt to

Re: [oe] Fwd: Error when attempting to subscribe to openembedded-devel@lists.openembedded.org

2013-02-08 Thread Paul Eggleton
On Friday 08 February 2013 11:21:32 Dr. Michael Lauer wrote: Anfang der weitergeleiteten Nachricht: Von: Thomas Fitzsimmons fitz...@cisco.com Betreff: Error when attempting to subscribe to openembedded-devel@lists.openembedded.org Datum: 7. Februar 2013 21:47:35 MEZ An:

Re: [oe] Fwd: Error when attempting to subscribe to openembedded-devel@lists.openembedded.org

2013-02-08 Thread Thomas Fitzsimmons
Paul Eggleton paul.eggle...@linux.intel.com writes: On Friday 08 February 2013 11:21:32 Dr. Michael Lauer wrote: Anfang der weitergeleiteten Nachricht: Von: Thomas Fitzsimmons fitz...@cisco.com Betreff: Error when attempting to subscribe to openembedded-devel@lists.openembedded.org Datum:

[oe] [oe-core] [PATCH 1/1] ccache.bbclass: Allow user to override CCACHE_DIR.

2013-02-08 Thread Paul Sokolovsky
For example, some users may want to use single cache directory (instead of per-package) with known max size limit, to better control disk usage. Signed-off-by: Paul Sokolovsky pfal...@users.sourceforge.net --- meta/classes/ccache.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-oe][PATCH 1/6] python-feedparser: add new recipe for version 5.1.3

2013-02-08 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../recipes-devtools/python/python-feedparser_5.1.3.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb diff --git

[oe] [meta-oe][PATCH 2/6] python-greenlet: add new recipe for version 0.3.4

2013-02-08 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta-oe/recipes-devtools/python/python-greenlet_0.3.4.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-devtools/python/python-greenlet_0.3.4.bb diff --git

[oe] [meta-oe][PATCH 0/6] Python library additions/improvements

2013-02-08 Thread Paul Eggleton
Some additional recipes and updates for some Python libraries, in preparation for supporting an Ajenti recipe (which will be sent separately.) Kevin Strasser kevin.stras...@linux.intel.com helped to test and improve these. The following changes since commit

[oe] [meta-oe][PATCH 4/6] python-psutil: add new recipe for version 0.6.1

2013-02-08 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb diff --git

[oe] [meta-oe][PATCH 3/6] python-gevent: add new recipe for version 0.13.8

2013-02-08 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../recipes-devtools/python/python-gevent_0.13.8.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-devtools/python/python-gevent_0.13.8.bb diff --git

[oe] [meta-oe][PATCH 5/6] python-pyopenssl: tweak recipe

2013-02-08 Thread Paul Eggleton
* Set SUMMARY instead of DESCRIPTION * Make LICENSE more specific Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta-oe/recipes-devtools/python/python-pyopenssl_0.13.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [meta-oe][PATCH 6/6] python-lxml: update to 3.0.2 and tweak

2013-02-08 Thread Paul Eggleton
* Update to version 3.0.2 * Update LIC_FILES_CHKSUM - substance of the license did not change, but some copyright/origin notes for specific parts were added. * Add SUMMARY * Move packaging definitions to the end Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

[oe] [meta-oe][PATCH] cyrus-sasl2: add 2.1.26

2013-02-08 Thread Marcin Juszkiewicz
I took recipe from OE classic, updated, cleaned and got it build. I use it only as build dependency - did not checked binaries from ${PN}-bin. There are RPATH problems to solve: WARNING: QA Issue: package cyrus-sasl-bin contains bad RPATH

Re: [oe] [meta-oe][PATCH] cyrus-sasl2: add 2.1.26

2013-02-08 Thread Paul Eggleton
On Friday 08 February 2013 18:06:19 Marcin Juszkiewicz wrote: I took recipe from OE classic, updated, cleaned and got it build. I use it only as build dependency - did not checked binaries from ${PN}-bin. FYI there is a cyrus-sasl 2.1.19 recipe in meta-kde; not sure how that compares with this

[oe] [meta-oe][PATCH 4/8] memcached: add 1.4.15

2013-02-08 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- .../recipes-support/memcached/memcached_1.4.15.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-networking/recipes-support/memcached/memcached_1.4.15.bb diff --git

[oe] [meta-oe][PATCH 6/8] libmemcached: add 1.0.15 and 1.0.7 versions

2013-02-08 Thread Marcin Juszkiewicz
1.0.15 is latest 1.0.7 is required by HipHopVM Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- meta-networking/recipes-support/libmemcached/libmemcached.inc | 10 ++ .../recipes-support/libmemcached/libmemcached_1.0.15.bb| 6 ++

Re: [oe] [meta-oe][PATCH] cyrus-sasl2: add 2.1.26

2013-02-08 Thread Marcin Juszkiewicz
W dniu 08.02.2013 18:13, Paul Eggleton pisze: On Friday 08 February 2013 18:06:19 Marcin Juszkiewicz wrote: I took recipe from OE classic, updated, cleaned and got it build. I use it only as build dependency - did not checked binaries from ${PN}-bin. FYI there is a cyrus-sasl 2.1.19 recipe

[oe] [meta-oe][PATCHv2] nodejs: add 0.8.18

2013-02-08 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...uiltin-define-to-denote-hard-abi-when-in-.patch | 60 ++ meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb | 42 +++ 2 files changed, 102 insertions(+) create mode 100644

Re: [oe] [meta-oe-meta-systemd 0/5] xinput-calibrator rework

2013-02-08 Thread Andreas Müller
On Thu, Feb 7, 2013 at 11:06 AM, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-02-13 23:18, Andreas Müller schreef: * Implemented are 3 modes of invocation: 1. udev/systemd 2. /etc/xdg/autostart 3. manual 1/2 are selected upon DISTRO_FEATURES

Re: [oe] [meta-oe-meta-systemd 4/5] pointercal-xinput: remove

2013-02-08 Thread Andreas Müller
On Thu, Feb 7, 2013 at 11:01 AM, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-02-13 23:18, Andreas Müller schreef: Calibration values are stored now in /etc/xorg.conf.d/99-device.conf. After this is accepted patches to layers appending

[oe] [PATCH 0/5] systemd class, and more enabling

2013-02-08 Thread Ross Burton
Hi, This series introduces a systemd class (largely based on the work in meta-systemd) and changes update-rc.d.bbclass so that it doesn't do anything if systemd.bbclass was also inherited *and* systemd is enabled. As examples, avahi, connman and wpa-supplicant are updated to use the new class.

[oe] [PATCH 3/5] connman: Enabling with systemd

2013-02-08 Thread Ross Burton
From: Radu Moisan radu.moi...@intel.com Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Sander van Grieken san...@outrightsolutions.nl Signed-off-by: Martin Jansa martin.ja...@gmail.com Signed-off-by: Ross Burton ross.bur...@intel.com ---

[oe] [PATCH 2/5] update-rc.d: don't do anything if systemd.bbclass is inherited

2013-02-08 Thread Ross Burton
We need the update-rc.d class to work when systemd is being used so that packages that only have SysV init scripts still work. However if a recipe supports both we don't want to install SysV and systemd files under systemd. To solve this, before doing real work in update-rc.d check if the

[oe] [PATCH 1/5] systemd.bbclass: helper class for recipes with systemd units

2013-02-08 Thread Ross Burton
This class adds postinst/prerm scripts to start/stop/enable/disable the services as relevant, and some magic to ensure the service files are installed. Based on (but not the same as) the systemd.bbclass in meta-systemd, so thanks to the following for their work there: Enrico Scholz

[oe] [PATCH 4/5] avahi: Enabling with systemd

2013-02-08 Thread Ross Burton
From: Radu Moisan radu.moi...@intel.com Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Sander van Grieken san...@outrightsolutions.nl Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-connectivity/avahi/avahi.inc | 21 + 1 file changed, 13

[oe] [PATCH 5/5] wpa-supplicant: Enabling with systemd

2013-02-08 Thread Ross Burton
From: Radu Moisan radu.moi...@intel.com Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- .../wpa-supplicant/wpa-supplicant-2.0.inc | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git

[oe] [meta-oe][PATCH] connman: added recipe libconnman-qt

2013-02-08 Thread eu
From: Felipe F. Tonello ftone...@cercacor.com This recipe provides the Qt library and QML plugins for connman. Signed-off-by: Felipe F. Tonello ftone...@cercacor.com --- ...-to-disable-qml-plugin-and-test-program-t.patch | 35 ++ .../libconnmna-qt/libconnman-qt_0.4.0.bb |

[oe] [meta-oe][PATCH] redis: add new recipe for redis-2.6.9

2013-02-08 Thread Kevin Baker
A recipe for Redis 2.6.9, an advanced key-value store. Needed some patching of Makefiles and deps to get it to work with OE. OE Specific configuration: This is built to override MALLOC and use libc's malloc instead of the provided jemalloc or tcmalloc that weren't building correctly.