[oe] [meta-networking][PATCH] tftp-hpa: bug fix on separated CR and LF

2014-06-10 Thread Zhang Xiao
In ascii mode, if the CR and LF was separated into different transfer blocks, This LF will be just dropped instead of replacing the previous CR. Add a checking on the first character to fix it. Signed-off-by: Zhang Xiao --- .../tftp-hpa-bug-fix-on-separated-CR-and-LF.patch | 38 ++

Re: [oe] [PATCH] [meta-webserver]: add Monkey HTTP Server.

2014-06-10 Thread Robert Yang
On 06/06/2014 01:00 AM, Eduardo Silva wrote: This patch adds the Monkey HTTP Server v1.5.0 recipes. The content on this patch includes the modifications suggested by people in the Maling List. Signed-off-by: Eduardo Silva --- .../recipes-httpd/monkey/monkey_1.5.0.bb | 36 +

Re: [oe] Old OE history

2014-06-10 Thread Christopher Larson
On Mon, Jun 9, 2014 at 10:34 AM, Paul Eggleton wrote: > Looking back through OE-Classic git commit history, the first commit (from > Chris) is basically an import; so it seems to me that at one point we did > have > some more history from before then. This was before my time on the > project so >

[oe] Why "--disable-perl-regexp" is used for configration in grep

2014-06-10 Thread Pengyu Ma
Hi Scott and others, in oe-core grep, perl-regexp is disabled by default: meta/recipes-extended/grep/grep_2.18.bb: ... EXTRA_OECONF = "--disable-perl-regexp" ... Can I know why it is disabled? Any background? I tried to enable it, it seems no problem from my side. Thanks Pengyu -- __

[oe] [Patch v3] eject: copy po subdirectory for out-of-tree build

2014-06-10 Thread Ash Charles
The po subdirectory found on the VPATH for an out-of-tree build so we copy it over. See [1] for discussion. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2014-May/096052.html v3: only create and populate po/ if it doesn't already exist Signed-off-by: Ash Charles Reviewed-by: O

Re: [oe] [Patch v2] xfce4-screenshooter: Ensure lib directory exists.

2014-06-10 Thread Ash Charles
On Tue, Jun 10, 2014 at 10:11 AM, Martin Jansa wrote: > No, being in master-next only means that it's being tested in my Jenkins > builds, I'm rebasing master-next every time I push something to master, > so I'll just replace original patch with v2 in master-next for next Jenkins > build. Okay---p

[oe] [meta-efl][PATCH] efl: add PACKAGECONFIG for c++11 and disable it by default

2014-06-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/efl/efl.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc index deca4bf..7ccb634 100644 --- a/meta-efl/recipes-efl/efl/efl.inc +++ b/meta-efl/recipes-efl/efl/efl.inc @

Re: [oe] [Patch v2] xfce4-screenshooter: Ensure lib directory exists.

2014-06-10 Thread Martin Jansa
On Tue, Jun 10, 2014 at 07:11:43PM +0200, Martin Jansa wrote: > On Tue, Jun 10, 2014 at 09:42:17AM -0700, Ash Charles wrote: > > Hi, > > > > Newbie question: > > I sent this correction as a v2 on the patch as committed on > > master-next (which, unintentionally meant that I carried over Martin's >

Re: [oe] [Patch v2] xfce4-screenshooter: Ensure lib directory exists.

2014-06-10 Thread Martin Jansa
On Tue, Jun 10, 2014 at 09:42:17AM -0700, Ash Charles wrote: > Hi, > > Newbie question: > I sent this correction as a v2 on the patch as committed on > master-next (which, unintentionally meant that I carried over Martin's > SOB). Is this the correct approach or I don't mind my SOB being carried

[oe] [Patch v2] xfce4-notifyd: Ensure xfce4-notifyd subdirectory exists

2014-06-10 Thread Ash Charles
The notify-dbus.h file is autogenerated during compilation into the xfce4-notifyd subdirectory. This directory doesn't exist in an out-of-tree build so we add one manually. v2: don't create directory if it already exists Upstream-Status: Pending Signed-off-by: Ash Charles Signed-off-by: Martin

Re: [oe] [Patch v2] xfce4-screenshooter: Ensure lib directory exists.

2014-06-10 Thread Ash Charles
Hi, Newbie question: I sent this correction as a v2 on the patch as committed on master-next (which, unintentionally meant that I carried over Martin's SOB). Is this the correct approach or 1. would you rather a completely new patch to resolve just the issue as the original has already been commi

[oe] [Patch v2] xfce4-screenshooter: Ensure lib directory exists.

2014-06-10 Thread Ash Charles
Screenshooter autogenerates screenshooter-marshal.[ch] in lib/ during compilation. The source directory contains a lib/ but this directory doesn't exist in a build directory by default so we add one manually. Really, this should be corrected in the upstream package. v2: only make lib/ if it doesn

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2014-06-02

2014-06-10 Thread akuster@mvista
On 06/10/2014 03:07 AM, Martin Jansa wrote: On Mon, Jun 02, 2014 at 10:49:50AM +0200, Martin Jansa wrote: This build still contains huge patch setting B = S or inherit for autotools-brokensep for all recipes which were failing in earlier master builds. http://www.openembedded.org/wiki/Bitbake_

Re: [oe] [Yocto] How to add the same recipe twice?

2014-06-10 Thread Paul Eggleton
Hi Kevyn-Alexandre, On Monday 09 June 2014 14:26:53 Kevyn-Alexandre Paré wrote: > Here what I want to do: > - Have 2 different psplash in my image. > > Here what I have done: > - Copy and rename the psplash recipe to psplash-desktop and modify > couple of things. > > > Here the warning I'm havi

Re: [oe] State of bitbake world, Failed tasks 2014-06-02

2014-06-10 Thread Martin Jansa
On Tue, Jun 10, 2014 at 12:07:22PM +0200, Martin Jansa wrote: > On Mon, Jun 02, 2014 at 10:49:50AM +0200, Martin Jansa wrote: > > This build still contains huge patch setting B = S or inherit for > > autotools-brokensep for all recipes which were failing in earlier > > master builds. > > http://ww

Re: [oe] [meta-oe][PATCH] eject: link po subdirectory for out-of-tree build

2014-06-10 Thread Martin Jansa
On Mon, May 26, 2014 at 12:27:39PM -0700, Ash Charles wrote: > The po subdirectory is not copied over to the build directory of > found on the VPATH for an out-of-tree build so we symlink it over. > > Signed-off-by: Ash Charles > --- > meta-oe/recipes-support/eject/eject_2.1.5.bb | 4 +++- > 1 f

Re: [oe] [meta-xfce][PATCH] xfce4-notifyd: Ensure xfce4-notifyd subdirectory exists

2014-06-10 Thread Martin Jansa
On Mon, May 26, 2014 at 10:59:50AM -0700, Ash Charles wrote: > The notify-dbus.h file is autogenerated during compilation into the > xfce4-notifyd subdirectory. This directory doesn't exist in an > out-of-tree build so we add one manually. Same as screenshooter: ERROR: Logfile of failure stored

Re: [oe] [meta-xfce][PATCH] xfce4-screenshooter: Ensure lib directory exists.

2014-06-10 Thread Martin Jansa
On Mon, May 26, 2014 at 10:43:15AM -0700, Ash Charles wrote: > Screenshooter autogenerates screenshooter-marshal.[ch] in lib/ during > compilation. The source directory contains a lib/ but this directory > doesn't exist in a build directory by default so we add one manually. > Really, this should

[oe] State of bitbake world, Failed tasks 2014-06-02

2014-06-10 Thread Martin Jansa
On Mon, Jun 02, 2014 at 10:49:50AM +0200, Martin Jansa wrote: > This build still contains huge patch setting B = S or inherit for > autotools-brokensep for all recipes which were failing in earlier > master builds. http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-06-10 =

Re: [oe] Old OE history

2014-06-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Koen Kooi schreef op 10-06-14 08:54: > Paul Eggleton schreef op 09-06-14 19:34: >> Hi there, > >> Looking back through OE-Classic git commit history, the first commit >> (from Chris) is basically an import; so it seems to me that at one >> point we d