[oe] [meta-qt5][PATCH] qt5-5.0.2.inc: update path to sources

2013-08-12 Thread Erik Botö
They moved the 5.0.2 sources into an archive dir upstream, this updates the SRC_URI accordingly. Signed-off-by: Erik Botö --- recipes-qt/qt5/qt5-5.0.2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qt5-5.0.2.inc b/recipes-qt/qt5/qt5-5.0.2.inc index e2a56e5

[oe] OE Changelog since 2013-08-04 until 2013-08-11

2013-08-12 Thread cliff . brake
Changelog since 2013-08-04 until 2013-08-11. 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] [OE-core] State of bitbake world

2013-08-12 Thread Khem Raj
On Sun, Aug 11, 2013 at 4:44 AM, Martin Jansa wrote: > On Fri, Aug 09, 2013 at 12:54:19AM +0200, Martin Jansa wrote: > > On Thu, Jul 25, 2013 at 06:23:41PM +0200, Martin Jansa wrote: > > > On Sat, Jun 22, 2013 at 08:16:56PM +0200, Martin Jansa wrote: > > > > On Tue, Jun 11, 2013 at 06:04:34PM +020

[oe] [meta-networking][PATCH] quagga: backport documentation patch

2013-08-12 Thread Joe MacDonald
The latest stable quagga adopted this patch: http://git.savannah.gnu.org/gitweb/?p=quagga.git;a=commit;h=b58c90807c9d0bfa9601704c7490a16070906004 to repair a documentation build error. Trivial backport. Signed-off-by: Joe MacDonald --- ...1-doc-fix-makeinfo-errors-and-one-warning.patch |

Re: [oe] [meta-networking][PATCH] dnsmasq: don't expect systemd support to be set

2013-08-12 Thread Mark Asselstine
On August 12, 2013 08:59:05 Martin Jansa wrote: > On Sun, Aug 11, 2013 at 09:41:32PM +0100, Paul Eggleton wrote: > > Hi Mark, > > > > On Saturday 10 August 2013 22:10:25 Mark Asselstine wrote: > > > If you don't have 'systemd' set in your DISTRO_FEATURES 'dnsmasq' will > > > fail to package due to

Re: [oe] [OE-core] State of bitbake world

2013-08-12 Thread Martin Jansa
On Mon, Aug 12, 2013 at 07:32:28AM -0400, Joe MacDonald wrote: > [Re: [OE-core] State of bitbake world] On 13.08.11 (Sun 13:44) Martin Jansa > wrote: > > > On Fri, Aug 09, 2013 at 12:54:19AM +0200, Martin Jansa wrote: > > > On Thu, Jul 25, 2013 at 06:23:41PM +0200, Martin Jansa wrote: > > > > On

Re: [oe] [meta-oe][PATCH 09/12] tumbler: add dependency on xfce4-dev-tools

2013-08-12 Thread Andreas Müller
On Fri, Aug 9, 2013 at 10:54 AM, Martin Jansa wrote: > * tumbler configure needs XDT_I18N macro provided by xfce4-dev-tools > | tumbler-0.1.29/configure: line 13752: syntax error near unexpected token > `$linguas' > | tumbler-0.1.29/configure: line 13752: `XDT_I18N($linguas)' > | Configure

Re: [oe] [OE-core] State of bitbake world

2013-08-12 Thread Joe MacDonald
[Re: [OE-core] State of bitbake world] On 13.08.11 (Sun 13:44) Martin Jansa wrote: > On Fri, Aug 09, 2013 at 12:54:19AM +0200, Martin Jansa wrote: > > On Thu, Jul 25, 2013 at 06:23:41PM +0200, Martin Jansa wrote: > > > On Sat, Jun 22, 2013 at 08:16:56PM +0200, Martin Jansa wrote: > > > > On Tue,

Re: [oe] [meta-networking][PATCH] dnsmasq: don't expect systemd support to be set

2013-08-12 Thread Joe MacDonald
Hey Mark, [[meta-networking][PATCH] dnsmasq: don't expect systemd support to be set] On 13.08.10 (Sat 22:10) Mark Asselstine wrote: > If you don't have 'systemd' set in your DISTRO_FEATURES 'dnsmasq' will > fail to package due to a QA error; > > ERROR: QA Issue: dnsmasq: Files/directories were

[oe] [meta-perl][PATCH 3/3] libdbd-sqlite-perl: add version 1.40

2013-08-12 Thread Hongxu Jia
DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and nothing else. There is a perl script for test, while variable PERL_DBM_TEST

[oe] [meta-perl][PATCH V2 0/3] add perl database library to create meta-perl layer

2013-08-12 Thread Hongxu Jia
Change in V2: Use 'meta-perl' instead of 'meta-cpan' to name the layer The following changes are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/meta-perl http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hongxu/meta-perl Hongxu Jia (3): meta-perl cre

[oe] [meta-perl][PATCH 1/3] meta-perl creation

2013-08-12 Thread Hongxu Jia
--- COPYING.MIT | 17 +++ README | 91 + conf/layer.conf | 10 +++ 3 files changed, 118 insertions(+) create mode 100644 COPYING.MIT create mode 100644 README create mode 100644 conf/layer.conf diff --git a/COPYIN

[oe] [meta-perl][PATCH 2/3] libdbi-perl: add version 1.628

2013-08-12 Thread Hongxu Jia
The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. |<- Scope of DBI ->| .-. .--. .-

Re: [oe] [meta-cpan 1/3] meta-cpan creation

2013-08-12 Thread Hongxu Jia
On 08/12/2013 03:35 PM, Martin Jansa wrote: On Mon, Aug 12, 2013 at 03:28:23PM +0800, Hongxu Jia wrote: Thank you for pointing out, I have updated the branch to add this: +When sending single patches, please using something like: +'git send-email -M -1 --to openembedded-devel@lists.openembedded

Re: [oe] [meta-cpan 1/3] meta-cpan creation

2013-08-12 Thread Martin Jansa
On Mon, Aug 12, 2013 at 03:28:23PM +0800, Hongxu Jia wrote: > Thank you for pointing out, I have updated the branch to add this: > > +When sending single patches, please using something like: > +'git send-email -M -1 --to openembedded-devel@lists.openembedded.org > --subject-prefix=meta-cpan][PAT

Re: [oe] [meta-cpan 1/3] meta-cpan creation

2013-08-12 Thread Hongxu Jia
Thank you for pointing out, I have updated the branch to add this: +When sending single patches, please using something like: +'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-cpan][PATCH' + Thanks, Hongxu On 08/12/2013 03:03 PM, Martin Jansa wrote:

Re: [oe] [meta-cpan 1/3] meta-cpan creation

2013-08-12 Thread Martin Jansa
On Mon, Aug 12, 2013 at 12:35:38PM +0800, Hongxu Jia wrote: > --- > COPYING.MIT | 17 +++ > README | 88 > + > conf/layer.conf | 10 +++ > 3 files changed, 115 insertions(+) > create mode 100644 COPYING.MIT > creat