Re: [oe] [PATCH] [meta-multimedia] gst123: add package

2012-10-18 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 17-10-12 16:21, Ross Burton schreef: gst123 is useful for testing as it simply uses PlayBin, but can display the pipeline being used for QA purposes. Signed-off-by: Ross Burton ross.bur...@intel.com ---

Re: [oe] [meta-webserver][PATCH v2] hiawatha: add initial 8.5 recipe and associated files

2012-10-18 Thread Paul Eggleton
Hi Jack, On Monday 15 October 2012 13:45:04 Jack Mitchell wrote: From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk v1: - hiawatha: add initial 8.5 recipe and associated files v2: - update hiawatha init file with LSB headers - use sed to put in correct sbin path ---

[oe] [meta-oe][PATCH] lmsensors: Initial commit (cover letter).

2012-10-18 Thread Marc Ferland
Here's a second version of my patch for adding lmsensors. As suggested by Paul and Martin I've rebased my patch against meta-oe and dropped the rrdtool part. Regards, Marc Marc Ferland (1): lmsensors: Initial commit. .../recipes-support/lm_sensors/files/fancontrol|2 +

[oe] [meta-oe][PATCH] lmsensors: Initial commit.

2012-10-18 Thread Marc Ferland
The lmsensors project provides hardware health monitoring tools in the form of kernel drivers, a user-space library and some helper programs. This recipe provides all the different user-space tools offered by lmsensors in separete packages. Startup scripts and default configuration files are also

[oe] [meta-oe][PATCH] mysql: start at runlevel 5 not S

2012-10-18 Thread Marcin Juszkiewicz
Without that change target system had to be restarted to get MySQL running or it had to be run by hand. Reason was simple: mysql init script was starting before S99configure when package was not yet configured. Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org ---

[oe] [meta-webserver][PATCH\ v3] hiawatha: add initial 8.5 recipe and associated files

2012-10-18 Thread Jack Mitchell
From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk --- v1: - hiawatha: add initial 8.5 recipe and associated files v2: - update hiawatha init file with LSB headers - use sed to put in correct sbin path Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk

[oe] [meta-webserver][PATCH v4] Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk

2012-10-18 Thread Jack Mitchell
From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk Hiawatha: add initial 8.5 recipe and associated files --- meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb

[oe] [meta-webserver][PATCH v5] hiawatha: add initial 8.5 recipe and associated files

2012-10-18 Thread Jack Mitchell
From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk -- v1: - hiawatha: add initial 8.5 recipe and associated files v2: - update hiawatha init file with LSB headers - use sed to put in correct sbin path ---

Re: [oe] [meta-webserver][PATCH v5] hiawatha: add initial 8.5 recipe and associated files

2012-10-18 Thread Paul Eggleton
On Thursday 18 October 2012 15:08:16 Jack Mitchell wrote: From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk -- v1: - hiawatha: add initial 8.5 recipe and associated files v2: - update hiawatha init file with LSB headers -

Re: [oe] [OE-core] Fwd: [oe-commits] Mark Hatle : prelink: Update to latest upstream prelink

2012-10-18 Thread Martin Jansa
On Fri, Aug 17, 2012 at 11:45 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-08-17 at 23:21 +0200, Andreas Müller wrote: On Fri, Aug 17, 2012 at 7:09 PM, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit:

[oe] [PATCH] [meta-oe] libav: Fix git URI

2012-10-18 Thread Gary Thomas
Specifying SRCREV and branch in the git SRC_URI confuses the bitbake fetcher. This ends up with a saved tarball which contains neither the SRCREV nor the branch, which in turn means the git tree needs to be fetched every time even though a saved tarball has been created. Simply removing the

Re: [oe] [PATCH] [meta-oe] libav: Fix git URI

2012-10-18 Thread Martin Jansa
On Thu, Oct 18, 2012 at 10:51:29AM -0600, Gary Thomas wrote: Specifying SRCREV and branch in the git SRC_URI confuses the bitbake fetcher. This ends up with a saved tarball which contains neither the SRCREV nor the branch, which in turn means the git tree needs to be fetched every time even

Re: [oe] [PATCH] [meta-oe] libav: Fix git URI

2012-10-18 Thread Gary Thomas
On 2012-10-18 11:46, Martin Jansa wrote: On Thu, Oct 18, 2012 at 10:51:29AM -0600, Gary Thomas wrote: Specifying SRCREV and branch in the git SRC_URI confuses the bitbake fetcher. This ends up with a saved tarball which contains neither the SRCREV nor the branch, which in turn means the git

Re: [oe] [PATCH] [meta-oe] libav: Fix git URI

2012-10-18 Thread Martin Jansa
On Thu, Oct 18, 2012 at 12:29:00PM -0600, Gary Thomas wrote: On 2012-10-18 11:46, Martin Jansa wrote: On Thu, Oct 18, 2012 at 10:51:29AM -0600, Gary Thomas wrote: Specifying SRCREV and branch in the git SRC_URI confuses the bitbake fetcher. This ends up with a saved tarball which contains

[oe] [meta-oe][PATCH 0/5] Small changes #101

2012-10-18 Thread Martin Jansa
The following changes since commit 4cd60deb11a8a6f9134d7f6ec39255a35d921426: hiawatha: add initial 8.5 recipe and associated files (2012-10-18 15:12:31 +0100) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib jansa/pull

[oe] [meta-oe][PATCH 1/5] PACKAGES_DYNAMIC: use regexp not glob

2012-10-18 Thread Martin Jansa
* bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC =

[oe] [meta-oe][PATCH 2/5] mcnavi: remove myslq_config include path work around

2012-10-18 Thread Martin Jansa
* it was fixed in mysql5 3f95bb907381ac5fd789452e1330c12f9a8904f9 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb

[oe] [meta-oe][PATCH 5/5] mcnavi: move from meta-oe to meta-efl

2012-10-18 Thread Martin Jansa
* mcnavi depends on ecore, but meta-oe does not depend on meta-efl * thanks to kergoth for reporting this! Signed-off-by: Martin Jansa martin.ja...@gmail.com --- {meta-oe = meta-efl}/recipes-navigation/mcnavi/mcnavi_0.3.3.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {meta-oe =

[oe] [meta-oe][PATCH 4/5] libxaw: drop libxp and printproto from DEPENDS

2012-10-18 Thread Martin Jansa
* it was removed from oe-core http://git.openembedded.org/openembedded-core/commit/?id=5b3748d463ac0d8e2624092619da8d8e6328 * there should be --disable-xprint/--without-xprint too, but it looks like all support for xprint was removed from libxaw already commit

[oe] [meta-oe][PATCH 3/5] ecore: drop libxputil from DEPENDS

2012-10-18 Thread Martin Jansa
* it was removed from oe-core http://git.openembedded.org/openembedded-core/commit/?id=5b3748d463ac0d8e2624092619da8d8e6328 * it needs to be explicitly disabled now, because recipe was removed in oe-core, but files still stay in sysroot and we cannot even cleansstate it now without

Re: [oe] [PATCH] [meta-oe] libav: Fix git URI

2012-10-18 Thread Gary Thomas
On 2012-10-18 12:48, Martin Jansa wrote: On Thu, Oct 18, 2012 at 12:29:00PM -0600, Gary Thomas wrote: On 2012-10-18 11:46, Martin Jansa wrote: On Thu, Oct 18, 2012 at 10:51:29AM -0600, Gary Thomas wrote: Specifying SRCREV and branch in the git SRC_URI confuses the bitbake fetcher. This ends

Re: [oe] [OE-core] [PATCH] gypsy: removed gypsy from meta/recipes-connectivity

2012-10-18 Thread Martin Jansa
On Thu, Oct 18, 2012 at 08:59:19PM +0200, Martin Jansa wrote: I know you've sent http://patchwork.openembedded.org/patch/37763/ to add it to meta-oe, but this patch removed also newer gypsy_0.9.bb and only older gypsy_git.bb was added back. Please fix that. There is also this diff which

[oe] [meta-oe][PATCH 1/2] fuse : Update to version 2.9.2.

2012-10-18 Thread Philip Balister
From: Philip Balister phi...@opensdr.com Bug fix release. Signed-off-by: Philip Balister phi...@balister.org --- .../fuse/fuse-2.9.1/gold-unversioned-symbol.patch | 60 .../fuse/fuse-2.9.2/gold-unversioned-symbol.patch | 60

[oe] [meta-oe][PATCH 2/2] sshfs-fuse : Import recipe from Openembedded Classic.

2012-10-18 Thread Philip Balister
From: Philip Balister phi...@opensdr.com Signed-off-by: Philip Balister phi...@balister.org --- .../sshfs-fuse/sshfs-fuse_2.4.bb | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644

[oe] [PATCH] atk: update to 2.6.0

2012-10-18 Thread Phil Blundell
Signed-off-by: Phil Blundell p...@pbcl.net --- meta/recipes-support/atk/{atk_2.4.0.bb = atk_2.6.0.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/atk/{atk_2.4.0.bb = atk_2.6.0.bb} (75%) diff --git a/meta/recipes-support/atk/atk_2.4.0.bb

[oe] [meta-oe] devilspie2: initial add 0.24

2012-10-18 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- .../recipes-graphics/devilspie/devilspie2_0.24.bb | 30 + .../recipes-graphics/devilspie/files/default.lua | 46 .../devilspie/files/devilspie2.desktop |5 ++ 3 files changed,

Re: [oe] [meta-oe][PATCH 5/5] mcnavi: move from meta-oe to meta-efl

2012-10-18 Thread Andreas Müller
On Thu, Oct 18, 2012 at 9:54 PM, Martin Jansa martin.ja...@gmail.com wrote: * mcnavi depends on ecore, but meta-oe does not depend on meta-efl * thanks to kergoth for reporting this! Signed-off-by: Martin Jansa martin.ja...@gmail.com --- {meta-oe =