[oe] what uses the variable[doc] content in documentation.conf?

2014-07-21 Thread Robert P. J. Day
is there something that uses all of that [doc] content in documentation.conf? rday -- Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter:

Re: [oe] what uses the variable[doc] content in documentation.conf?

2014-07-21 Thread Paul Eggleton
Hi Robert, On Monday 21 July 2014 05:34:41 Robert P. J. Day wrote: is there something that uses all of that [doc] content in documentation.conf? Yes, the Toaster web UI. It's been around longer than Toaster has though; I'm not sure what was meant to use it before then. Cheers, Paul --

[oe] i'm assuming some do_task[dirs] = directives are redundant, yes?

2014-07-21 Thread Robert P. J. Day
pedantic observation -- i notice in base.bbclass: do_unpack[dirs] = ${WORKDIR} and over in patch.bbclass: addtask patch after do_unpack do_patch[dirs] = ${WORKDIR} so given that patching has been added as a task after unpacking, wouldn't ${WORKDIR} already be guaranteed to exist?

Re: [oe] [meta-networking][PATCH] v2] wireshark: Add recipe 1.12.0-rc2

2014-07-21 Thread Martin Jansa
On Sun, Jul 20, 2014 at 11:44:52PM +0200, Martin Jansa wrote: On Sun, Jul 20, 2014 at 01:21:25PM -0700, Armin Kuster wrote: Inital wireshark support on gtk+ Added gtk3. Cleaned up PACKAGECONFIG options README with additional info RP submitted few fixes for this change, can you please

[oe] [meta-oe][PATCH] gnokii: Add missing intltool-native dependency

2014-07-21 Thread Jacob Kroon
Building from sstate-cache fails otherwise. Fixes: | NOTE: Executing intltoolize --copy --force --automake | .../gnokii/0.6.31-r0/temp/run.do_configure.6895: line 181: intltoolize: command not found Signed-off-by: Jacob Kroon jacob.kr...@mikrodidakt.se ---

Re: [oe] [meta-networking][PATCH] v2] wireshark: Add recipe 1.12.0-rc2

2014-07-21 Thread akuster
Martin, There is a bug opened on wireshark #10209 which just got fixed. I will pull in the patch soon. - Armin On 07/21/2014 04:01 AM, Martin Jansa wrote: On Sun, Jul 20, 2014 at 11:44:52PM +0200, Martin Jansa wrote: On Sun, Jul 20, 2014 at 01:21:25PM -0700, Armin Kuster wrote: Inital

Re: [oe] i'm assuming some do_task[dirs] = directives are redundant, yes?

2014-07-21 Thread Christopher Larson
On Mon, Jul 21, 2014 at 2:59 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: pedantic observation -- i notice in base.bbclass: do_unpack[dirs] = ${WORKDIR} and over in patch.bbclass: addtask patch after do_unpack do_patch[dirs] = ${WORKDIR} so given that patching has been added

[oe] [meta-oe][PATCH 3/4] syslog-ng: Fix errant ulimit settings

2014-07-21 Thread Ben Shelton
From: Richard Tollerton rich.toller...@ni.com Having a minimum of 4096 fds is kind of silly on some (most?) targets. Signed-off-by: Richard Tollerton rich.toller...@ni.com Signed-off-by: Ben Shelton ben.shel...@ni.com --- .../recipes-support/syslog-ng/files/fd-limit.patch | 36

[oe] [meta-oe][PATCH 2/4] syslog-ng: package fixes, install tweaks

2014-07-21 Thread Ben Shelton
From: Richard Tollerton rich.toller...@ni.com Package build fixes: - Skip dev-so insane checks, since syslog-ng installs /usr/lib/syslog-ng/libafsocket.so - Remove ${SOLIBSDEV} from syslog-ng-dev - Add ${libdir}/${BPN}/* to base package Other changes: - Start initscript at level 19 (was 20);

[oe] [meta-oe][PATCH 1/4] syslog-ng: Move out of nonworking

2014-07-21 Thread Ben Shelton
From: Richard Tollerton rich.toller...@ni.com Signed-off-by: Richard Tollerton rich.toller...@ni.com Signed-off-by: Ben Shelton ben.shel...@ni.com --- meta-oe/recipes-support/{nonworking = }/syslog-ng/files/initscript | 0 meta-oe/recipes-support/{nonworking =

[oe] [PATCH] i2c-tools: Remove i2c-tools, it's now in oe-core

2014-07-21 Thread Darren Hart
i2c-tools was added to oe-core in commit: 32ac58819580d359e22161be1abf62215d202250 Remove it from meta-openembedded. Signed-off-by: Darren Hart dvh...@linux.intel.com --- .../i2c-tools/i2c-tools-3.1.0/Module.mk| 72 --

[oe] [PATCH] mercurial: Update mercurial to 3.0.1

2014-07-21 Thread Darren Hart
Update the mercurial version to 3.0.1. Update the checksums. Remove the PR per current best-practice. This resolves an issue with Mercurial 1.9 where fetching from behind a proxy breaks with a python stack trace. The current python httpconnection class no longer has the port setter method.

Re: [oe] [Buildroot] uClibc-ng

2014-07-21 Thread Waldemar Brodkorb
Hi Thomas, Thomas De Schampheleire wrote, Hi Waldemar, Waldemar Brodkorb w...@uclibc-ng.org schreef: Hello Embedded Linux Hackers, Interesting development! One question: how do you see musl vs uclibc-ng in the future? At this moment uclibc supports more architectures, but this may

Re: [oe] [meta-oe][PATCH 4/4] syslog-ng: Improved initscript VERBOSE handling.

2014-07-21 Thread Martin Jansa
On Mon, Jul 21, 2014 at 10:52:10AM -0500, Ben Shelton wrote: From: Richard Tollerton rich.toller...@ni.com The messages echoed when starting and stopping syslog-ng are currently printed regardless of the setting of VERBOSE. Adjust the initscript so they're only printed when VERBOSE is

Re: [oe] uClibc-ng

2014-07-21 Thread Waldemar Brodkorb
Hi Sedat, Sedat Dilek wrote, On Sun, Jul 20, 2014 at 9:13 PM, Waldemar Brodkorb w...@uclibc-ng.org wrote: Hello Embedded Linux Hackers, it seems there is no plan to release a new uClibc version. The current maintainer does not response on any public or private mails about a plan to do

Re: [oe] [meta-oe][PATCH 4/4] syslog-ng: Improved initscript VERBOSE handling.

2014-07-21 Thread Ben Shelton
On 07/21, Martin Jansa wrote: On Mon, Jul 21, 2014 at 10:52:10AM -0500, Ben Shelton wrote: From: Richard Tollerton rich.toller...@ni.com The messages echoed when starting and stopping syslog-ng are currently printed regardless of the setting of VERBOSE. Adjust the initscript so

Re: [oe] [OpenWrt-Devel] uClibc-ng

2014-07-21 Thread Waldemar Brodkorb
Hi Florian, Florian Fainelli wrote, To speak my mind, I think uClibc has no future in the next 2 or 3 years, musl is a much more active project, with multiple embedded projects starting to use it, on the other end, (e)glibc has remedied its own problems and its useful again. I am on your

[oe] OE Changelog since 2014-07-13 until 2014-07-20

2014-07-21 Thread cliff . brake
Changelog since 2014-07-13 until 2014-07-20. 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:

[oe] [meta-networking][PATCH] v3] Wireshark: build fix and recipe update

2014-07-21 Thread Armin Kuster
Backported Arm build fix Added gtk3 support Cleaned up PACKAGECONFIG options Signed-off-by: Armin Kuster akus...@mvista.com --- .../files/va_list-can-t-be-NULL-on-ARM.patch | 98 ++ .../wireshark/wireshark_1.12.0-rc2.bb | 5 +- 2 files changed, 102

Re: [oe] [meta-networking][PATCH v2 1/2] lksctp-tools: add recipe (version 1.0.16)

2014-07-21 Thread Martin Jansa
On Wed, Apr 30, 2014 at 05:04:31PM +0200, Mihaela Sendrea wrote: This recipe comes from arago-oe-dev: https://github.com/mrchapp/arago-oe-dev/tree/master/recipes/lksctp-tools Signed-off-by: Mihaela Sendrea mihaela.send...@enea.com --- .../lksctp-tools/files/lib_order.patch |

[oe] [meta-oe][PATCH 2/2] lksctp-tools: blacklist because it fails to link against sctp_connectx symbol

2014-07-21 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb

[oe] [meta-oe][PATCH 1/2] zeroc-ice: blacklist, because it's not compatible with default db-6* version

2014-07-21 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb b/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb

Re: [oe] [meta-oe][diasy] pull request, cpuburn-neon, v4l-utils, zeroc-ice

2014-07-21 Thread akuster808
Acked-by: Armin Kuster akuster...@gmail.com On 07/18/2014 09:26 AM, Otavio Salvador wrote: Acked-by: Otavio Salvador ota...@ossystems.com.br On Wed, Jul 16, 2014 at 4:32 PM, Cliff Brake cliff.br...@gmail.com wrote: The following changes since commit ee24939c4c70b63a9fb7e93a58889a3231d3d367:

[oe] [meta-multimedia][PATCH] vlc: add PACKAGECONFIG for postproc, patch for postproc header check

2014-07-21 Thread Tim Orling
* Built with libav 9.13 and stand-alone libpostproc * Although postproc is enable=auto, let's leave it disabled by default Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 1 + .../vlc/vlc/0005-libpostproc-header-check.patch | 17