Re: [oe] [OE-core] [PATCH 0/7][RFC] Remove enforced --foreign in autoreconf

2014-07-17 Thread Richard Purdie
On Wed, 2014-07-16 at 23:47 +0100, Richard Purdie wrote: > I made a quick test and the failures I spotted from meta-oe likely due > to this patch were: > > re2c > libsdl-iomage > claws-plugin-gtkhtml2-viewer > claws-plugin-rssyl > libsdl-tiff > libol > ode > dejagnu > memcached > rp-pppoe > ipsec-

Re: [oe] [meta-webserver][PATCHv4] monkey: new v1.5.1 release.

2014-07-17 Thread Eduardo Silva
additional notes on this patch: - tested with Sato image with systemd - tested with Sato image with common init.d sript. On Sat, Jul 12, 2014 at 12:37 AM, Eduardo Silva wrote: > This patch add the minor release fix of Monkey HTTP Server v1.5.1. It fixes > some problems when switching user w

Re: [oe] [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe

2014-07-17 Thread Martin Jansa
On Thu, Jul 17, 2014 at 03:20:51PM +0100, Paul Eggleton wrote: > On Thursday 17 July 2014 07:07:01 Tim Orling wrote: > > Well, that's embarrassing. Thank you, Martin. Obviously, I forgot to push a > > local commit. I guess I'd better move to the back of the bus! > > > > > > On Wed, Jul 16, 2014 a

Re: [oe] [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe

2014-07-17 Thread Paul Eggleton
On Thursday 17 July 2014 07:07:01 Tim Orling wrote: > Well, that's embarrassing. Thank you, Martin. Obviously, I forgot to push a > local commit. I guess I'd better move to the back of the bus! > > > On Wed, Jul 16, 2014 at 5:50 AM, Martin Jansa > wrote: > > On Tue, Jul 15, 2014 at 04:32:34PM -0

[oe] [PATCH] re2c: Fix for modern automake

2014-07-17 Thread Richard Purdie
Signed-off-by: Richard Purdie diff --git a/meta-oe/recipes-support/re2c/re2c/configure.patch b/meta-oe/recipes-support/re2c/re2c/configure.patch new file mode 100644 index 000..8ca0969 --- /dev/null +++ b/meta-oe/recipes-support/re2c/re2c/configure.patch @@ -0,0 +1,18 @@ +Modernise configure

[oe] [PATCH v2] libgc: Drop, its bdwgc in OE-Core

2014-07-17 Thread Richard Purdie
There is not point in having two of this piece of software, I've merged the missing PACKAGECONFIG into the OE-Core version, we can drop this one. Update zile's DEPENDS to match (its only user in meta-oe). Signed-off-by: Richard Purdie diff --git a/meta-oe/recipes-support/libgc/libgc_7.2d.bb b/

Re: [oe] [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe

2014-07-17 Thread Tim Orling
Well, that's embarrassing. Thank you, Martin. Obviously, I forgot to push a local commit. I guess I'd better move to the back of the bus! On Wed, Jul 16, 2014 at 5:50 AM, Martin Jansa wrote: > On Tue, Jul 15, 2014 at 04:32:34PM -0700, Tim Orling wrote: > > * Move recipes from meta-openembe

[oe] [PATCH] fluidsync: Fix build

2014-07-17 Thread Richard Purdie
Resolve build failure with out of date libtool macros by removing them. Signed-off-by: Richard Purdie diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb index 965b927..b0bc824 100644 --- a/meta-multi

[oe] [PATCH] fltk: Disable separate build since its broken

2014-07-17 Thread Richard Purdie
Signed-off-by: Richard Purdie diff --git a/meta-oe/recipes-support/fltk/fltk_1.1.10.bb b/meta-oe/recipes-support/fltk/fltk_1.1.10.bb index 4909460..fa01455 100644 --- a/meta-oe/recipes-support/fltk/fltk_1.1.10.bb +++ b/meta-oe/recipes-support/fltk/fltk_1.1.10.bb @@ -16,7 +16,7 @@ SRC_URI = "ftp

[oe] [PATCH] libsdl-ttf: Update configure.patch

2014-07-17 Thread Richard Purdie
Update configure.patch to modernise configure.in, in particular passing the foreign option to automake. The other changes are other modernisations that were needed to make that. Also use rm -f so that do_configure can rerun in the prepend. Signed-off-by: Richard Purdie diff --git a/meta-oe/rec

[oe] [PATCH] hexedit: Disable separate build since its broken

2014-07-17 Thread Richard Purdie
Signed-off-by: Richard Purdie diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb index afc947f..c2f0630 100644 --- a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb +++ b/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb @@ -1

Re: [oe] libgc: Drop, its bwdgc in OE-Core

2014-07-17 Thread Martin Jansa
On Thu, Jul 17, 2014 at 02:35:43PM +0100, Richard Purdie wrote: > There is not point in having two of this piece of software, I've merged > the missing PACKAGECONFIG into the OE-Core version, we can drop this one. You probably meant bdwgc in the subject bdwgc doesn't provide libgc, so you should

[oe] [PATCH] owfs: Disable separate build since its broken

2014-07-17 Thread Richard Purdie
Signed-off-by: Richard Purdie diff --git a/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb b/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb index b46940e..e8b34d3 100644 --- a/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb +++ b/meta-filesystems/recipes-filesystems/owfs

[oe] [PATCH] gssdp: Upgrade to 0.14.8, drop previous versions

2014-07-17 Thread Richard Purdie
Means we no longer need to set PREFERRED_VERSION to make other things build. Signed-off-by: Richard Purdie diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.12.2.1.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.12.2.1.bb deleted file mode 100644 index 29cc721..000 --

[oe] [PATCH] gupnp: Upgrade to 0.20.12, drop previous versions

2014-07-17 Thread Richard Purdie
Means we no longer need to set PREFERRED_VERSION to make other things build. Signed-off-by: Richard Purdie diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb deleted file mode 100644 index 4fb1d05..000 --- a/

[oe] [PATCH] gupnp-av: Upgrade to 0.12.6, drop previous versions

2014-07-17 Thread Richard Purdie
Means we no longer need to set PREFERRED_VERSION to make other things build. Signed-off-by: Richard Purdie diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.10.3.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.10.3.bb deleted file mode 100644 index 5f8e73a..000 -

[oe] libgc: Drop, its bwdgc in OE-Core

2014-07-17 Thread Richard Purdie
There is not point in having two of this piece of software, I've merged the missing PACKAGECONFIG into the OE-Core version, we can drop this one. Signed-off-by: Richard Purdie diff --git a/meta-oe/recipes-support/libgc/libgc_7.2d.bb b/meta-oe/recipes-support/libgc/libgc_7.2d.bb deleted file mod

[oe] [PATCH] mozjs: Add missing zlib dependency

2014-07-17 Thread Richard Purdie
Avoids a QA warning. In reality zlib is likely nearly always built before mozjs. Signed-off-by: Richard Purdie diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb index eadec11..ab01471 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs_17

[oe] [PATCH] smbnetfs: Add missing pkgconfig inherit

2014-07-17 Thread Richard Purdie
Signed-off-by: Richard Purdie diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb index 350dad5..c25f5d6 100644 --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb +++ b/meta-filesystems/recip

Re: [oe] [PATCH 2/3][meta-perl] libxml-filter-buffertext-perl: add recipe

2014-07-17 Thread Rongqing Li
On 07/16/2014 10:03 PM, Martin Jansa wrote: On Fri, Jul 11, 2014 at 02:08:29PM +0800, rongqing...@windriver.com wrote: From: Roy Li Signed-off-by: Roy Li --- .../libxml/libxml-filter-buffertext-perl_1.01.bb | 27 1 file changed, 27 insertions(+) create mode 100

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

2014-07-17 Thread Richard Purdie
On Thu, 2014-07-17 at 10:47 +0200, Martin Jansa wrote: > ttf-arphic-uming-20080216: ttf-arphic-uming rdepends on fontconfig-utils but > its not a build dependency? > ttf-bitstream-vera-1.10: ttf-bitstream-vera rdepends on fontconfig-utils but > its not a build dependency? > ttf-dejavu-2.23: ttf-d

[oe] [meta-oe][PATCH 2/2 v3] syslog-ng: uprev to 3.5.4.1

2014-07-17 Thread jackie.huang
From: Jackie Huang - initscript: add status, PIDFILE and xconsole - syslog-ng.conf: dump the version - Fix some memory leak problems we found - Some backport patches - scl: fix wrong ownership issue - libnet: add libnet enable option and add it in PACKAGECONFIG - add HOMEPAGE - remove INC_PR - ch

[oe] [meta-oe][PATCH 1/2 v3] syslog-ng: move back from nonworking

2014-07-17 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../{nonworking => }/syslog-ng/files/initscript|0 .../syslog-ng/files/syslog-ng.conf |0 .../{nonworking => }/syslog-ng/syslog-ng.inc |0 .../{nonworking => }/syslog-ng/syslog-ng_3.2.5.bb |0 4 files

[oe] [meta-oe][PATCH 0/2 v3] syslog-ng: move back from nonworking and uprev to 3.5.4.1

2014-07-17 Thread jackie.huang
From: Jackie Huang v3 comments: - rebase as syslog-ng.inc changes - fix a dev-deps QA issue tested on qemuarm and qemux86-64 -- The following changes since commit 239debcd8a0359aad64406476b801948f9b8ff14: usleep: add 1.0 recipe (2014-07-15 15:03:43 +0200) are available in the git repositor

Re: [oe] State of bitbake world, test-dependencies 2014-06-27

2014-07-17 Thread Martin Jansa
On Wed, Jul 16, 2014 at 03:05:03PM +0200, Martin Jansa wrote: > This was incremental build. > > I've sent fix for xfconf which was causing many issues, but there is > still too many of them. This is list of wrong dependencies detected by RP's improved insane_qa patch, it probably still isn't comp

Re: [oe] Fwd: Re: Fwd: Re: open embedded build issues with beagle board

2014-07-17 Thread Stephen Arnold
Yes, check the layer index. I have a patched meta-beagleboard on github, with an older kernel, but meta-beagleboard is not as current as meta-ti (and not quite as "official" I believe). The latest kernel works reasonably well (the patches maintained by RCN) if you want to check the LinuxOnArm wik

Re: [oe] [meta-oe][PATCH 1/3] libhugetlbfs: use ARCH ppc/ppc64 for powerpc/powerpc64

2014-07-17 Thread ting....@freescale.com
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded- > devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa > Sent: Wednesday, July 16, 2014 9:27 PM > To: openembedded-devel@lists.openembedded.org > Cc: yo...@mindchasers.com > Subje

Re: [oe] Fwd: Re: Fwd: Re: open embedded build issues with beagle board

2014-07-17 Thread Henning Heinold
On Thu, Jul 17, 2014 at 12:29:34PM +0530, Bryan wrote: > -- Forwarded message -- > Hi, >Thanks for your suggestion to use meta-ti layer. Cau you please tell us > where we can find this layer as we couldn't find it on openembedded git. > > We tried with following link to build b

[oe] Fwd: Re: Fwd: Re: open embedded build issues with beagle board

2014-07-17 Thread Bryan
-- Forwarded message -- From: "Bryan" Date: Jul 17, 2014 10:36 AM Subject: Re: Fwd: Re: [oe] open embedded build issues with beagle board To: "Cliff Brake" , , < openembedded-de...@lidts.openembedded.org> Cc: Hi, Thanks for your suggestion to use meta-ti layer. Cau you please