Re: [oe] [OE-core] State of bitbake world, Failed tasks 2015-07-04

2015-07-07 Thread Tim Orling
On Tue, Jul 7, 2015 at 3:54 AM, Martin Jansa wrote: > http://www.openembedded.org/wiki/Bitbake_World_Status > > > > == Failed tasks 2015-07-04 == > > INFO: jenkins-job.sh-1.3.1 Complete log available at > http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150705_101525.log > > === commo

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2015-07-29

2015-07-30 Thread Tim Orling
On Thu, Jul 30, 2015 at 11:01 AM, Martin Jansa wrote: > I have tried to move failing meta-oe pending patches to > contrib/jansa/master-next-unresolved-review but there is still > too many issues, if nobody steps-up to fix some of them I'll > add more PNBLACKLISTs next week. > > OE @ ~/openembedde

[oe] [meta-oe][meta-perl][PATCH] libextutils-cppguess-perl: update to 0.09

2015-07-30 Thread Tim Orling
* Builds with ExtUtils::MakeMaker rather than Module::Build * Author change Signed-off-by: Tim Orling --- ...ppguess-perl_0.07.bb => libextutils-cppguess-perl_0.09.bb} | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) rename meta-perl/recipes-perl/libextutils/{libextut

[oe] [=meta-oe][meta-perl][PATCH] libmodule-pluggable-perl: Update to 5.2

2015-07-31 Thread Tim Orling
* Convert from Module::Build to ExtUtils::MakeMaker * Temporarily use github repository until change is merged upstream Signed-off-by: Tim Orling --- ...dule-pluggable-perl_5.1.bb => libmodule-pluggable-perl_5.2.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-p

[oe] [=meta-oe][meta-perl][PATCH] libmodule-runtime-perl: update to 0.015

2015-07-31 Thread Tim Orling
* Convert from Module::Build to ExtUtils::MakeMaker * Temporarily use github repository until upstream merges change Signed-off-by: Tim Orling --- ...ntime-perl_0.014.bb => libmodule-runtime-perl_0.015.bb} | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) rename meta-p

[oe] [meta-oe][meta-multimedia][PATCH 1/2] libdvdread: update to 5.0.3

2015-08-02 Thread Tim Orling
* libdvdread > 4.9 required for vlc 2.2.1 Signed-off-by: Tim Orling --- .../vlc/{vlc_2.1.4.bb => vlc_2.2.1.bb} | 0 .../recipes-multimedia/libdvdread/libdvdread_4.2.0.bb | 17 - .../recipes-multimedia/libdvdread/libdvdread_5.0.3.bb | 13 ++

[oe] [meta-oe][meta-multimedia][PATCH 2/2] vlc: update to 2.2.1

2015-08-02 Thread Tim Orling
* add several pkg configs and libsamplerate0 dependency to vlc.inc * update patches 0003 and 0004 * add patch to use tremor's libvorbisidec rather than libvorbisdec * add patch to fix luaL_checkint and luaL_optint (deprecated in lua 5.3) Signed-off-by: Tim Orling --- meta-multimedia/re

Re: [oe] [meta-oe][meta-multimedia][PATCH 2/2] vlc: update to 2.2.1

2015-08-02 Thread Tim Orling
I accidentally left libvorbis as a dependency in vlc.inc, which is not needed (tremor provides what was needed). You can pull the corrected recipes from: http://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/vlc-2.2.1 --Tim On Sun, Aug 2, 2015 at 5:47 PM, Tim Orling wrote

[oe] [meta-oe][meta-python][PATCH] python-pyparted: update to 3.10.5

2015-08-02 Thread Tim Orling
* Upstream changed from fedorahosted to github Signed-off-by: Tim Orling --- .../{python-pyparted_3.9.bb => python-pyparted_3.10.5.bb} | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) rename meta-python/recipes-extended/python-pyparted/{python-pyparted_3.9.bb =>

Re: [oe] [meta-python][PATCH] python-requests: upgrade 2.5.1 -> 2.7.0

2015-08-03 Thread Tim Orling
> On Aug 3, 2015, at 7:35 PM, Lei Maohui wrote: > > Signed-off-by: Lei Maohui > --- > .../python/{python-requests_2.5.1.bb => python-requests_2.7.0.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename meta-python/recipes-devtools/python/{python-requests_2.5.1.bb => > py

[oe] [meta-perl][PATCH] libcapture-tiny-perl: update to 0.30

2015-08-04 Thread Tim Orling
* drop libmodule-build-perl dependency * add perl-module-overloading dependency Signed-off-by: Tim Orling --- ...capture-tiny-perl_0.24.bb => libcapture-tiny-perl_0.30.bb} | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) rename meta-perl/recipes-perl/libcapture/{libcapt

Re: [oe] [meta-python][PATCH v2] python-requests: upgrade 2.5.1->2.7.0

2015-08-04 Thread Tim Orling
. On Tue, Aug 4, 2015 at 7:25 PM, Lei Maohui wrote: > Signed-off-by: Lei Maohui > --- > .../python/{python-requests_2.5.1.bb => python-requests_2.7.0.bb} | 7 > +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > rename meta-python/recipes-devtools/python/{python-requests_2.5.1.bb =>

[oe] [meta-perl][PATCH] libclass-method-modifiers-perl: add 2.11 recipe

2015-08-11 Thread Tim Orling
Signed-off-by: Tim Orling --- .../libclass-method-modifiers-perl_2.11.bb | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.11.bb diff --git a/meta-perl/recipes-perl/libclass/libclass

Re: [oe] [meta-python][PATCH] python-pyinotify: add recipe

2015-08-11 Thread Tim Orling
Has at least one unmet run-time dependency on "asyncore". $ python >> import pyinotify Please make sure all run-time dependencies are included in the recipe. Also, as Khem mentioned, you do not need PR = "r0" anymore. Thank you. ---Tim On Tue, Aug 11, 2015 at 6:39 PM, Khem Raj wrote: > > >

Re: [oe] [meta-python][PATCH v2] python-pyinotify: add recipe

2015-08-12 Thread Tim Orling
Acked: Tim Orling On Wed, Aug 12, 2015 at 1:52 PM, Alejandro del Castillo < alejandro.delcasti...@ni.com> wrote: > Python bindings for Linux inotify mechanism > > Signed-off-by: Alejandro del Castillo > --- > .../recipes-devtools/python/python-pyin

[oe] [meta-per][PATCH 2/2] libdevel-globaldestruction-perl: add 0.13 recipe

2015-08-13 Thread Tim Orling
Signed-off-by: Tim Orling --- .../libdevel-globaldestruction-perl_0.13.bb| 23 ++ 1 file changed, 23 insertions(+) create mode 100644 meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.13.bb diff --git a/meta-perl/recipes-perl/libdevel/libdevel

[oe] [meta-per][PATCH 1/2] libsub-exporter-progressive-perl: add 0.001011 recipe

2015-08-13 Thread Tim Orling
Signed-off-by: Tim Orling --- .../libsub-exporter-progressive-perl_0.001011.bb | 30 ++ 1 file changed, 30 insertions(+) create mode 100644 meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001011.bb diff --git a/meta-perl/recipes-perl/libsub/libsub

[oe] [meta-perl][PATCH] libencode-perl: add 2.76 recipe

2015-08-13 Thread Tim Orling
* Based on v2.52 recipe: Paul Eggleton http://github.com/bluelightning/public_bb_recipes * which is forked from: Emil Petersen http://github.com/EmilRP/public_bb_recipes Signed-off-by: Tim Orling --- .../recipes-perl/libencode/libencode-perl_2.76.bb | 54 ++ 1

[oe] [meta-perl][PATCH] libencode-locale-perl: add 1.05 recipe

2015-08-13 Thread Tim Orling
* Based on: Paul Eggleton http://github.com/bluelightning/public_bb_recipes * which is forked from: Emil Petersen http://github.com/EmilRP/public_bb_recipes/ Signed-off-by: Tim Orling --- .../libencode/libencode-locale-perl_1.05.bb | 21 + 1 file changed

[oe] [meta-perl][PATCH] libextutils-parsexs-perl: add 3.24 recipe

2015-08-13 Thread Tim Orling
Signed-off-by: Tim Orling --- .../libextutils/libextutils-parsexs-perl_3.24.bb | 47 ++ 1 file changed, 47 insertions(+) create mode 100644 meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.24.bb diff --git a/meta-perl/recipes-perl/libextutils/libextutils

[oe] [meta-perl][PATCH] libimport-into-perl: add 1.002004 recipe

2015-08-13 Thread Tim Orling
Signed-off-by: Tim Orling --- .../libimport/libimport-into-perl_1.002004.bb | 32 ++ 1 file changed, 32 insertions(+) create mode 100644 meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb diff --git a/meta-perl/recipes-perl/libimport/libimport-into

[oe] [meta-perl][PATCH] libio-stringy-perl: add 2.111 recipe

2015-08-13 Thread Tim Orling
Signed-off-by: Tim Orling --- .../recipes-perl/libio/libio-stringy-perl_2.111.bb | 31 ++ 1 file changed, 31 insertions(+) create mode 100644 meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb diff --git a/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb b

[oe] [meta-perl][PATCH 1/3] libstrictures-perl: add 2.000001 recipe

2015-08-14 Thread Tim Orling
Signed-off-by: Tim Orling --- .../libstrictures/libstrictures-perl_2.01.bb | 45 ++ 1 file changed, 45 insertions(+) create mode 100644 meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.01.bb diff --git a/meta-perl/recipes-perl/libstrictures

[oe] [meta-perl][PATCH 2/3] librole-tiny-perl: add 2.000001 recipe

2015-08-14 Thread Tim Orling
Signed-off-by: Tim Orling --- .../librole/librole-tiny-perl_2.01.bb | 29 ++ 1 file changed, 29 insertions(+) create mode 100644 meta-perl/recipes-perl/librole/librole-tiny-perl_2.01.bb diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.01

[oe] [meta-perl][PATCH 3/3] libmoo-perl: add 2.000002 recipe

2015-08-14 Thread Tim Orling
Signed-off-by: Tim Orling --- .../recipes-perl/libmoo/libmoo-perl_2.02.bb| 44 ++ 1 file changed, 44 insertions(+) create mode 100644 meta-perl/recipes-perl/libmoo/libmoo-perl_2.02.bb diff --git a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.02.bb b/meta

[oe] [meta-perl][PATCH v2 ] librole-tiny-perl: add 2.000001 recipe

2015-08-14 Thread Tim Orling
Changes since v1: fix URL (Thank you, Andreas Baak) Signed-off-by: Tim Orling --- meta-perl/recipes-perl/librole/librole-tiny-perl_2.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.01.bb b/meta-perl/recipes

Re: [oe] [meta-perl][PATCH] libencode-perl: add 2.76 recipe

2015-08-15 Thread Tim Orling
[DO NOT MERGE] This module is present in oe-core stock perl. This recipe is not needed. On Thu, Aug 13, 2015 at 7:25 PM, Tim Orling wrote: > * Based on v2.52 recipe: > Paul Eggleton > http://github.com/bluelightning/public_bb_recipes > > * which is forked from: > Emil

Re: [oe] [meta-oe][meta-multimedia][PATCH 2/2] vlc: update to 2.2.1

2015-08-18 Thread Tim Orling
On Tue, Aug 18, 2015 at 2:44 AM, Martin Jansa wrote: > On Sun, Aug 02, 2015 at 06:07:57PM -0700, Tim Orling wrote: > > I accidentally left libvorbis as a dependency in vlc.inc, which is not > > needed (tremor provides what was needed). > > > > You can pull

Re: [oe] State of bitbake world, Failed tasks 2015-08-24

2015-08-26 Thread Tim Orling
On Wed, Aug 26, 2015 at 6:56 AM, Martin Jansa wrote: > Time for even more PNBLACKLISTs.. > > == Failed tasks 2015-08-24 == > > INFO: jenkins-job.sh-1.3.1 Complete log available at > http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150825_231149.log > > === common (7) === > * /met

[oe] [meta-multimedia][PATCH] vlc: fix for libtool error

2015-08-26 Thread Tim Orling
Patch recommended by: Rafaël Carré fun...@videolan.org Signed-off-by: Tim Orling --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc

[oe] [meta-multimedia][PATCH v2] vlc: fix for libtool error

2015-08-27 Thread Tim Orling
Changes since v1: typo caught by Andreas Oberritter Patch recommended by: Rafaël Carré fun...@videolan.org Signed-off-by: Tim Orling --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/vlc

[oe] [meta-python][PATCH v2] python-pyparted: update to 3.10.5

2015-08-27 Thread Tim Orling
Changes since v1: * use git tag rather than discouraged github archives * add patch to fix float cast error when version is x.y.z form * add minimal parted version (>= 2.3) to RDEPENDS NOTE: If your tree defaults to an earlier parted version (e.g. 1.8.6), you will need to add PREFERRED_V

[oe] [meta-python][PATCH v3] python-pyparted: update to 3.10.5

2015-08-27 Thread Tim Orling
* add patch to fix float cast error when version is x.y.z form * add minimal parted version (>= 2.3) to RDEPENDS NOTE: If your tree defaults to an earlier parted version (e.g. 1.8.6), you will need to add PREFERRED_VERSION_parted = "3.%" to local.conf or you will see a do_compile error (comp

Re: [oe] [meta-multimedia][PATCH] vlc: fix for libtool error

2015-08-27 Thread Tim Orling
On Thu, Aug 27, 2015 at 8:50 PM, Khem Raj wrote: > On Thu, Aug 27, 2015 at 1:41 AM, Andreas Oberritter > wrote: > >> +sed -i -e > s:'${top_builddir_slash}libtool':'${top_buildir_slash}'${TARGET_SYS}-libtool:g > ${B}/doltlibtool > >

[oe] [meta-multimedia][PATCH] vlc: add PACKAGECONFIG for qt4

2015-09-10 Thread Tim Orling
Signed-off-by: Tim Orling --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index bf7ce0c..592b9e5 100644 --- a/meta-multimedia

[oe] [meta-python][PATCH] python-lxml: fix pkg-config for libxml2 and libxslt

2015-09-12 Thread Tim Orling
Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python-lxml.inc | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index 9d1bfbc..8ca8f41

Re: [oe] [OE-core] State of libcs in OE-Core glibc/uclibc/musl

2015-10-29 Thread Tim Orling
On Thu, Oct 29, 2015 at 9:45 AM, Phil Blundell wrote: > On Thu, 2015-10-29 at 08:42 -0700, Khem Raj wrote: > > > I would like to make a proposal for 2.1 release where > > > > 1. Drop kconfig support in glibc and we become inline with upstream > > 2. Move musl support to OE-Core from meta-musl > >

Re: [oe] [OE-core] State of libcs in OE-Core glibc/uclibc/musl

2015-10-29 Thread Tim Orling
On Thu, Oct 29, 2015 at 1:09 PM, Khem Raj wrote: > On Thu, Oct 29, 2015 at 10:01 AM, Tim Orling wrote: > > On Thu, Oct 29, 2015 at 9:45 AM, Phil Blundell wrote: > > > >> On Thu, 2015-10-29 at 08:42 -0700, Khem Raj wrote: > >> > >> > I would

Re: [oe] [meta-multimedia][PATCH 2/3] VLC: make libnotify a configurable dependency

2015-11-05 Thread Tim Orling
On Thu, Nov 5, 2015 at 12:57 PM, Martin Jansa wrote: > On Thu, Nov 05, 2015 at 09:42:43PM +0100, Rafaël Carré wrote: > > On 05/11/2015 21:17, Martin Jansa wrote: > > > On Wed, Nov 04, 2015 at 05:03:18PM +0100, Rafaël Carré wrote: > > >> --- > > >> meta-multimedia/recipes-multimedia/vlc/vlc.inc |

[oe] xbmc build failing

2013-11-28 Thread Tim Orling
using angstrom-v2013.12-yocto1.5 on Ubuntu 12.04.3 LTS x86_64: xbmc fails building euphoria screen saver-- configure problem?: | make[4]: Entering directory `/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/work/armv7ahf-vfp-neon-angstrom-linux-gnueabi/xbmc/11.0+gitrAUTOINC+82388d55da-r

[oe] [meta-perl][PATCH 7/9] perl-module-extutils-installpaths: add 0.010

2014-01-31 Thread Tim Orling
installation directory like /tmp/install in case you want to create bundled-up installable packages. Signed-off-by: Tim Orling --- .../perl-module-extutils-installpaths_0.010.bb | 24 1 file changed, 24 insertions(+) create mode 100644 meta-perl/recipes-perl/extutils/perl

[oe] [meta-perl][PATCH 1/9] perl-module-metadata: add 1.000019

2014-01-31 Thread Tim Orling
[Description from CPAN] This module provides a standard way to gather metadata about a .pm file through (mostly) static analysis and (some) code execution. When determining the version of a module, the $VERSION assignment is "eval"ed, as is traditional in the CPAN toolchain. Signed-o

[oe] [meta-perl][PATCH 2/9] perl-module-text-diff: add 1.41

2014-01-31 Thread Tim Orling
e for small files, and generally slower on larger files. Signed-off-by: Tim Orling --- .../text-diff/perl-module-text-diff_1.41.bb| 26 1 file changed, 26 insertions(+) create mode 100644 meta-perl/recipes-perl/text-diff/perl-module-text-diff_1.41.bb diff --git a

[oe] [meta-perl][PATCH 8/9] perl-module-build-tiny: add 0.030

2014-01-31 Thread Tim Orling
replacement. Whereas Module::Build has over 6,700 lines of code; this module has less than 120, yet supports the features needed by most distributions. Signed-off-by: Tim Orling --- .../module-build/perl-module-build-tiny_0.030.bb | 54 1 file changed, 54 insertions

[oe] [meta-perl][PATCH 5/9] perl-module-extutils-config: add 0.007

2014-01-31 Thread Tim Orling
[Description from CPAN] ExtUtils::Config is an abstraction around the %Config hash. Signed-off-by: Tim Orling --- .../extutils/perl-module-extutils-config_0.007.bb | 23 1 file changed, 23 insertions(+) create mode 100644 meta-perl/recipes-perl/extutils/perl-module

[oe] [meta-perl][PATCH 3/9] perl-module-capture-tiny: add 0.23

2014-01-31 Thread Tim Orling
original filehandles. Yes, it even works on Windows (usually). Stop guessing which of a dozen capturing modules to use in any particular situation and just use this one. Signed-off-by: Tim Orling --- .../capture-tiny/perl-module-capture-tiny_0.23.bb | 35 1 file changed

[oe] [meta-perl][PATCH 6/9] perl-module-extutils-helpers: add 0.021

2014-01-31 Thread Tim Orling
[Description from CPAN] This module provides various portable helper functions for module building modules. Signed-off-by: Tim Orling --- .../extutils/perl-module-extutils-helpers_0.021.bb | 28 1 file changed, 28 insertions(+) create mode 100644 meta-perl/recipes-perl

[oe] [meta-perl][PATCH 4/9] perl-module-runtime: add 0.013

2014-01-31 Thread Tim Orling
[Description from CPAN] The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure. Signed-off-by: Tim Orling --- .../module

[oe] [meta-perl][PATCH 9/9] perl-module-extutils-cppguess: add 0.07

2014-01-31 Thread Tim Orling
ned-off-by: Tim Orling --- .../extutils/perl-module-extutils-cppguess_0.07.bb | 37 1 file changed, 37 insertions(+) create mode 100644 meta-perl/recipes-perl/extutils/perl-module-extutils-cppguess_0.07.bb diff --git a/meta-perl/recipes-perl/extutils/perl-modul

Re: [oe] [meta-perl][PATCH 1/9] perl-module-metadata: add 1.000019

2014-01-31 Thread Tim Orling
Koen made a similar comment via private email. I am happy to follow the Debian convention. I will resubmit the entire series. Thank you for the input. Regards, Tim On Fri, Jan 31, 2014 at 9:26 AM, Olof Johansson wrote: > On 14-01-31 16:11 +0100, Tim Orling wrote: > > This module p

[oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-02-02 Thread Tim Orling
[Description from CPAN] This module provides a standard way to gather metadata about a .pm file through (mostly) static analysis and (some) code execution. When determining the version of a module, the $VERSION assignment is "eval"ed, as is traditional in the CPAN toolchain. Signed-o

[oe] [meta-perl][PATCH v2 02/10] libtext-diff-perl: add 1.41

2014-02-02 Thread Tim Orling
small files, and generally slower on larger files. Signed-off-by: Tim Orling --- .../recipes-perl/libtext/libtext-diff-perl_1.41.bb | 27 1 file changed, 27 insertions(+) create mode 100644 meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb diff --git a/meta-perl/re

[oe] [meta-perl][PATCH v2 04/10] libmodule-runtime-perl: add 0.013

2014-02-02 Thread Tim Orling
[Description from CPAN] The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure. Signed-off-by: Tim Orling --- .../libmodule

[oe] [meta-perl][PATCH v2 00/10]

2014-02-02 Thread Tim Orling
/perl-policy/ch-module_packages.html] Tim Orling (10): libmodule-metadata-perl: add 1.19 libtext-diff-perl: add 1.41 libcapture-tiny-perl: add 0.23 libmodule-runtime-perl: add 0.013 libextutils-config-perl: add 0.007 libextutils-helpers-perl: add 0.021 libextutils-installpaths-perl

[oe] [meta-perl][PATCH v2 03/10] libcapture-tiny-perl: add 0.23

2014-02-02 Thread Tim Orling
original filehandles. Yes, it even works on Windows (usually). Stop guessing which of a dozen capturing modules to use in any particular situation and just use this one. Signed-off-by: Tim Orling --- .../libcapture/libcapture-tiny-perl_0.23.bb| 36 1 file changed, 36

[oe] [meta-perl][PATCH v2 07/10] libextutils-installpaths-perl: add 0.010

2014-02-02 Thread Tim Orling
[Description from CPAN] This module tries to make install path resolution as easy as possible. Signed-off-by: Tim Orling --- .../libextutils-installpaths-perl_0.010.bb | 25 1 file changed, 25 insertions(+) create mode 100644 meta-perl/recipes-perl/libextutils

[oe] [meta-perl][PATCH v2 10/10] libalgorithm-diff-perl: add 1.15

2014-02-02 Thread Tim Orling
et of differences. Signed-off-by: Tim Orling --- .../libalgorithm/libalgorithm-diff-perl_1.15.bb| 23 1 file changed, 23 insertions(+) create mode 100644 meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb diff --git a/meta-perl/recipes-perl/libalgorithm/libalgo

[oe] [meta-perl][PATCH v2 05/10] libextutils-config-perl: add 0.007

2014-02-02 Thread Tim Orling
[Description from CPAN] ExtUtils::Config is an abstraction around the %Config hash. Signed-off-by: Tim Orling --- .../libextutils/libextutils-config-perl_0.007.bb | 24 1 file changed, 24 insertions(+) create mode 100644 meta-perl/recipes-perl/libextutils/libextutils

[oe] [meta-perl][PATCH v2 09/10] libextutils-cppguess-perl: add 0.07

2014-02-02 Thread Tim Orling
[Description from CPAN] ExtUtils::CppGuess attempts to guess the system's C++ compiler that is compatible with the C compiler that your perl was built with. Signed-off-by: Tim Orling --- .../libextutils/libextutils-cppguess-perl_0.07.bb | 38 1 file change

[oe] [meta-perl][PATCH v2 08/10] libmodule-build-tiny-perl: add 0.030

2014-02-02 Thread Tim Orling
replacement. Signed-off-by: Tim Orling --- .../libmodule/libmodule-build-tiny-perl_0.030.bb | 54 1 file changed, 54 insertions(+) create mode 100644 meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.030.bb diff --git a/meta-perl/recipes-perl/libmodule/libmodule

[oe] [meta-perl][PATCH v2 06/10] libextutils-helpers-perl: add 0.021

2014-02-02 Thread Tim Orling
[Description from CPAN] This module provides various portable helper function for module building modules. Signed-off-by: Tim Orling --- .../libextutils/libextutils-helpers-perl_0.021.bb | 29 1 file changed, 29 insertions(+) create mode 100644 meta-perl/recipes-perl

[oe] [meta-multimedia][PATCH] xbmc: branch name is case sensitive

2014-02-23 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb b/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb index 2316fb7

[oe] [meta-multimedia][PATCH] xbmc: disable rxsx (euphoria)

2014-02-24 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb b/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb index f438a2d..b72a0d5 100644

Re: [oe] [meta-multimedia][PATCH] xbmc: disable rxsx (euphoria)

2014-02-25 Thread Tim Orling
M, Tim Orling wrote: > > > From: Tim Orling > > > > Signed-off-by: Tim Orling > > --- > > meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git > a/meta-multimedia/recipes-mediacentr

[oe] [meta-multimedia][PATCH 1/3] libdvdcss: update to 1.2.13

2014-02-25 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- meta-multimedia/recipes-multimedia/vlc/libdvdcss_1.2.13.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/vlc/libdvdcss_1.2.13.bb diff --git a/meta-multimedia/recipes-multimedia/vlc

[oe] [meta-multimedia][PATCH 0/3] vlc: update to 2.1.2

2014-02-25 Thread Tim Orling
From: Tim Orling RFC and request for testing :) Tim Orling (3): libdvdcss: update to 1.2.13 live555: update to 2013.04.30 vlc: update to 2.1.2 .../vlc/files/0001-enable-subdir-objects.patch| 13 + .../files/0002-glibc-does-not-provide-strlcpy.patch | 17

[oe] [meta-multimedia][PATCH 3/3] vlc: update to 2.1.2

2014-02-25 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../vlc/files/0001-enable-subdir-objects.patch| 13 + .../files/0002-glibc-does-not-provide-strlcpy.patch | 17 + meta-multimedia/recipes-multimedia/vlc/vlc.inc| 12 +--- meta-multimedia

[oe] [meta-multimedia][PATCH 2/3] live555: update to 2013.04.30

2014-02-25 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- meta-oe/recipes-multimedia/live555/live555_20130430.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-oe/recipes-multimedia/live555/live555_20130430.bb diff --git a/meta-oe/recipes-multimedia/live555/live555_20130430.bb

[oe] [meta-multimedia][PATCH v2 0/3] update vlc to 2.1.2

2014-02-25 Thread Tim Orling
From: Tim Orling v2: Incorporating JaMa's comments Tim Orling (3): libdvdcss: update to 1.2.13 live555: update to 2013.04.30 vlc: update to 2.1.2 .../vlc/files/0001-enable-subdir-objects.patch| 13 + .../files/0002-glibc-does-not-provide-strlcpy.patch

[oe] [meta-multimedia][PATCH v2 1/3] libdvdcss: update to 1.2.13

2014-02-25 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../vlc/{libdvdcss_1.2.10.bb => libdvdcss_1.2.13.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-multimedia/recipes-multimedia/vlc/{libdvdcss_1.2.10.bb => libdvdcss_1.2.13.bb} (71%) diff --git

[oe] [meta-multimedia][PATCH v2 2/3] live555: update to 2013.04.30

2014-02-25 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- meta-oe/recipes-multimedia/live555/live555_20110314.bb | 10 -- meta-oe/recipes-multimedia/live555/live555_20130430.bb | 7 +++ 2 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 meta-oe/recipes-multimedia/live555

[oe] [meta-multimedia][PATCH v2 3/3] vlc: update to 2.1.2

2014-02-25 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../vlc/files/0001-enable-subdir-objects.patch| 13 + .../files/0002-glibc-does-not-provide-strlcpy.patch | 17 + meta-multimedia/recipes-multimedia/vlc/vlc.inc| 10 +++--- meta-multimedia/recipes

[oe] [meta-multimedia][PATCH] libmusicbrainz: workaround for build-native/do_configure

2014-02-26 Thread Tim Orling
From: Tim Orling * drop PR * default cmake_do_configure deletes build/ which wipes out build-native * workaround to stash build-native first * hack Signed-off-by: Tim Orling --- .../musicbrainz/libmusicbrainz_git.bb | 49 +- 1 file changed, 47 insertions(+), 2

[oe] [meta-multimedia][PATCH v2] libmusicbrainz: workaround for build-native/do_configure

2014-02-27 Thread Tim Orling
From: Tim Orling Changes in v2: bump PR to r2 rather than drop (doh!) Signed-off-by: Tim Orling --- .../musicbrainz/libmusicbrainz_git.bb | 50 +- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia

Re: [oe] [PATCH] musicbrainz: Build with B=S

2014-03-08 Thread Tim Orling
I may have gone extra steps to get to the bottom of the build error, but my solution is not even slightly pretty. If it works to just set $B=$S that is simpler than my do_configure hack. Otherwise we'd have to look into a change in cmake class which I doubt is justified--or further patch libmusicbr

Re: [oe] [meta-multimedia][PATCH v2 3/3] vlc: update to 2.1.2

2014-03-08 Thread Tim Orling
aving differently in your environment. It's on my list to duplicate your build environment, including jenkins, but I haven't done it yet. --Tim On Wed, Mar 5, 2014 at 9:56 AM, Martin Jansa wrote: > On Tue, Feb 25, 2014 at 09:39:57PM -0800, Tim Orling wrote: > > From: Tim Orling &g

Re: [oe] [meta-multimedia][PATCH v2] libmusicbrainz: workaround for build-native/do_configure

2014-03-12 Thread Tim Orling
Sounds like another reason to go with Mike Looijman's ${B}=${S} route for this package? On Tue, Mar 11, 2014 at 8:11 AM, Martin Jansa wrote: > On Tue, Mar 11, 2014 at 03:26:39PM +0100, Martin Jansa wrote: > > On Thu, Feb 27, 2014 at 08:03:06AM -0800, Tim Orling wrote: > >

Re: [oe] [meta-multimedia][PATCH v2 3/3] vlc: update to 2.1.2

2014-03-12 Thread Tim Orling
Confirmed. That's what I "meant" to do in the first place. I'll submit an updated patch within the next day or so. On Tue, Mar 11, 2014 at 8:26 AM, Martin Jansa wrote: > On Sat, Mar 08, 2014 at 08:54:31PM -0800, Tim Orling wrote: > > Can you check the build directo

Re: [oe] [meta-multimedia][PATCH v2 3/3] vlc: update to 2.1.2

2014-03-12 Thread Tim Orling
I made the mistake of doing FILES_libvlc-staticdev when I should have used FILES_${PN}-staticdev. I will fix in the patch. On Wed, Mar 12, 2014 at 2:12 PM, Martin Jansa wrote: > On Wed, Mar 12, 2014 at 08:13:45AM -0700, Tim Orling wrote: > > Confirmed. That's what I "meant&

[oe] [meta-multimedia][PATCH] vlc: bump to v2.1.4

2014-03-15 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- meta-multimedia/recipes-multimedia/vlc/{vlc_2.1.2.bb => vlc_2.1.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-multimedia/recipes-multimedia/vlc/{vlc_2.1.2.bb => vlc_2.1.4.bb} (59%) diff --git a/meta-mult

[oe] [meta-oe][PATCH] gnuplot: upgrade to 4.6.5

2014-03-30 Thread Tim Orling
From: Tim Orling * automake patch from 4.4.4 is no longer needed * PACKAGECONFIG for lua (lua term is only useful for LaTeX) * linking problems with dlopen, etc. in lua loadlibs.c fixed ** this same problem was seen in jansa world builds for 4.4.4 ** I am not able to replicate that error on

Re: [oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-03-30 Thread Tim Orling
Yes. It updates the version built into perl. I will submit a patch with insane skip. --Tim On Sun, Feb 2, 2014 at 10:51 PM, Tim Orling wrote: > [Description from CPAN] > This module provides a standard way to gather metadata about a .pm file > through (mostly) static analysis and (s

Re: [oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-04-20 Thread Tim Orling
On Mon, Mar 31, 2014 at 1:54 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > Hi Tim, > > On Sunday 30 March 2014 20:30:28 Tim Orling wrote: > > Yes. It updates the version built into perl. I will submit a patch with > > insane skip. > > INSANE_SKIP

Re: [oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-04-20 Thread Tim Orling
On Sun, Apr 20, 2014 at 7:17 PM, Hongxu Jia wrote: > On 04/21/2014 04:19 AM, Tim Orling wrote: > >> (1) I am thinking about dropping this patch. perl-native provides >> Module::Metadata 1.4, so if subsequent packages are being >> cross-compiled I have not yet proven

Re: [oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-04-23 Thread Tim Orling
odule::Build" on qemuarm/arm target. --I am working on a patch for oe-core. On Sun, Apr 20, 2014 at 8:13 PM, Hongxu Jia wrote: > On 04/21/2014 11:05 AM, Hongxu Jia wrote: > >> On 04/21/2014 11:01 AM, Tim Orling wrote: >> >>> On Sun, Apr 20, 2014 at 7:17 PM, Hongxu Jia

Re: [oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-05-06 Thread Tim Orling
On Wed, Apr 23, 2014 at 9:10 AM, Tim Orling wrote: > --Turns out to not be quite so simple. Module::Metadata is not ever being > created by perl_*.bb. This is somewhat surprising because Module::Build > needs Module::Metadata and this has been missed in > Cross/configure.sh-arm-linu

Re: [oe] [OE-core] State of bitbake world, test-dependencies 2014-05-06

2014-05-06 Thread Tim Orling
I will work on vlc/libvlc. --Tim On Tue, May 6, 2014 at 12:51 PM, Martin Jansa wrote: > On Fri, Apr 25, 2014 at 03:00:09AM +0200, Martin Jansa wrote: > > On Fri, Apr 18, 2014 at 08:36:32PM +0200, Martin Jansa wrote: > > > On Thu, Apr 03, 2014 at 03:06:09PM +0200, Martin Jansa wrote: > > > > I'v

[oe] [meta-perl][PATCH v3 0/9] perl modules

2014-05-06 Thread Tim Orling
From: Tim Orling This series of recipes is the first step towards the ultimate goal of getting Slic3r to build in OE. Changes since v2: * dropped libmodule-metadata as a patch for oe-core/meta/perl provides ** http://patches.openembedded.org/patch/71565/ * correct DEPENDS for

[oe] [meta-perl][PATCH v3 4/9] libextutils-config-perl: add 0.007

2014-05-06 Thread Tim Orling
From: Tim Orling [Description from CPAN] ExtUtils::Config is an abstraction around the %Config hash. Signed-off-by: Tim Orling --- .../libextutils/libextutils-config-perl_0.007.bb | 24 ++ 1 file changed, 24 insertions(+) create mode 100644 meta-perl/recipes-perl

[oe] [meta-perl][PATCH v3 2/9] libcapture-tiny-perl: add 0.23

2014-05-06 Thread Tim Orling
From: Tim Orling [Description from CPAN] Capture::Tiny provies a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being passed

[oe] [meta-perl][PATCH v3 3/9] libmodule-runtime-perl: add 0.013

2014-05-06 Thread Tim Orling
From: Tim Orling [Description from CPAN] The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure. Signed-off-by: Tim Orling

[oe] [meta-perl][PATCH v3 1/9] libtext-diff-perl: add 1.41

2014-05-06 Thread Tim Orling
From: Tim Orling [Description from CPAN] diff() provides a basic set of services akin to the GNU diff utility. It is not anywhere near as feature complete as GNU diff, but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a system's

[oe] [meta-perl][PATCH v3 5/9] libextutils-helpers-perl: add 0.021

2014-05-06 Thread Tim Orling
From: Tim Orling [Description from CPAN] This module provides various portable helper function for module building modules. Signed-off-by: Tim Orling --- .../libextutils/libextutils-helpers-perl_0.021.bb | 29 ++ 1 file changed, 29 insertions(+) create mode 100644 meta

[oe] [meta-perl][PATCH v3 7/9] libmodule-build-tiny-perl: add 0.030

2014-05-06 Thread Tim Orling
From: Tim Orling [Description from CPAN] Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and installation. Traditionally, Build.PL uses Module::Build as the underlying build system. This module provides a simple

[oe] [meta-perl][PATCH v3 8/9] libextutils-cppguess-perl: add 0.07

2014-05-06 Thread Tim Orling
From: Tim Orling [Description from CPAN] ExtUtils::CppGuess attempts to guess the system's C++ compiler that is compatible with the C compiler that your perl was built with. Signed-off-by: Tim Orling --- .../libextutils/libextutils-cppguess-perl_0.07.bb | 38 ++ 1

[oe] [meta-perl][PATCH v3 9/9] libalgorithm-diff-perl: add 1.15

2014-05-06 Thread Tim Orling
From: Tim Orling [from README] This is a module for computing the difference between two files, two strings, or any other two lists of things. It uses an intelligent algorithm similar to (or identical to) the one used by the Unix `diff' program. It is guaranteed to find the *sma

[oe] [meta-perl][PATCH v3 6/9] libextutils-installpaths-perl: add 0.010

2014-05-06 Thread Tim Orling
From: Tim Orling [Description from CPAN] This module tries to make install path resolution as easy as possible. Signed-off-by: Tim Orling --- .../libextutils-installpaths-perl_0.010.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta-perl/recipes

[oe] [meta-perl][WIP] vlc: add dependencies, drop unrecognized options

2014-05-07 Thread Tim Orling
From: Tim Orling * add PKGCONFIG for libass, mkv * drop PKGCONFIG for id3tag, mpeg2dec * drop unrecognized options: --enable-v4l, --disable-opengl,-id3tag,-mpeg2dec * add dependencies from JaMa builds / configure.ac NOTE: requires fluidsynth >= 1.1.2 (will work on t

[oe] [meta-multimedia][WIP] fluidsynth: upgrade to 1.1.6

2014-05-07 Thread Tim Orling
From: Tim Orling * now hosted at sourceforge * drop unrecognized option for readline NOTE: autotools is deprecated TODO: investigate cmake build Signed-off-by: Tim Orling --- .../fluidsynth/{fluidsynth_1.1.1.bb => fluidsynth_1.1.6.bb} | 11 +-- 1 file changed, 5 inserti

Re: [oe] [meta-perl][WIP] vlc: add dependencies, drop unrecognized options

2014-05-07 Thread Tim Orling
Submitted to wrong layer, cut and paste error. Should have been [meta-multimedia] --Tim > On May 7, 2014, at 8:16 AM, Tim Orling wrote: > > From: Tim Orling > > * add PKGCONFIG for libass, mkv > * drop PKGCONFIG for id3tag, mpeg2dec > * drop unrecognized options

  1   2   3   4   5   6   7   8   9   10   >