Re: [OE-core] [oe] [PATCH][meta-oe 04/15] network-manager-applet: update to 0.9.8.10

2014-10-06 Thread Andreas Müller
On Mon, Oct 6, 2014 at 5:23 PM, Martin Jansa wrote: > On Mon, Oct 06, 2014 at 10:32:49AM +0200, Andreas Müller wrote: > > On Fri, Oct 3, 2014 at 10:10 PM, Martin Jansa > > wrote: > > > > > On Fri, Oct 03, 2014 at 10:04:26PM +0200, Martin Jansa wrote: > > > > On Wed, Oct 01, 2014 at 10:19:04AM +0

Re: [OE-core] Conflicting files in sysroot Was: State of bitbake world, Failed tasks 2014-10-06

2014-10-06 Thread Martin Jansa
On Mon, Oct 06, 2014 at 07:49:43PM +0200, Martin Jansa wrote: > On Mon, Oct 06, 2014 at 08:49:21AM +0200, Martin Jansa wrote: > > http://www.openembedded.org/wiki/Bitbake_World_Status > > > > All pending issues were fixed, so now it fails only in conflicting packages. > > > > == Failed tasks 2014

[OE-core] [oe-core][RFC][PATCH] nss-myhostname: blacklist because of conflict with systemd

2014-10-06 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb b/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb index 1237602..575ad9d 100644 ---

[OE-core] [PATCH] systemd: don't add files and dependencies from units Conflicts

2014-10-06 Thread Ross Burton
Adding dependencies and moving files based on Conflicts tags in unit files isn't right, mainly as it means that systemd depends on systemd-binfmt, because the latter ends up containing the shutdown.target unit. Signed-off-by: Ross Burton --- meta/classes/systemd.bbclass |5 + 1 file chan

Re: [OE-core] [poky] bogus dependency from systemd to systemd-binfmt

2014-10-06 Thread Burton, Ross
On 29 September 2014 15:29, Andreas Schultz wrote: > With the current recipes a dependency from systemd to systemd-binfmt is > generated. systemd does work fine without systemd-binfmt and binfmt is > not required for a working system. So, this dependency should not be there. It's more than just a

Re: [OE-core] [daisy][PATCH] gnome-desktop-testing: Fix build on uclibc

2014-10-06 Thread Burton, Ross
On 6 October 2014 21:15, Khem Raj wrote: > I dont understand. Doesn't Same patch apply to master You know I looked at this earlier and thought it wouldn't apply. Just looked again and it was me mis-reading a patch (those - and + symbols look so similar!).Sorry for the confusion. Ross -- __

Re: [OE-core] [daisy][PATCH] gnome-desktop-testing: Fix build on uclibc

2014-10-06 Thread Khem Raj
On Monday, October 6, 2014, Burton, Ross wrote: > On 6 October 2014 15:30, Khem Raj > > wrote: > > Yes. It should be in master too, I was not sure if same patch would be > > needed on master when I sent this one when I sent this one > > Both master and daisy have the same release of gnome-desktop

Re: [OE-core] [daisy][PATCH] gnome-desktop-testing: Fix build on uclibc

2014-10-06 Thread Burton, Ross
On 6 October 2014 15:30, Khem Raj wrote: > Yes. It should be in master too, I was not sure if same patch would be > needed on master when I sent this one when I sent this one Both master and daisy have the same release of gnome-desktop-testing, so please submit a patch to master that can then be

[OE-core] Conflicting files in sysroot Was: State of bitbake world, Failed tasks 2014-10-06

2014-10-06 Thread Martin Jansa
On Mon, Oct 06, 2014 at 08:49:21AM +0200, Martin Jansa wrote: > http://www.openembedded.org/wiki/Bitbake_World_Status > > All pending issues were fixed, so now it fails only in conflicting packages. > > == Failed tasks 2014-10-06 == > > === common (6) === > * > meta-openembedded/meta-gnome/

Re: [OE-core] [oe] [PATCH][meta-oe 04/15] network-manager-applet: update to 0.9.8.10

2014-10-06 Thread Martin Jansa
On Mon, Oct 06, 2014 at 10:32:49AM +0200, Andreas Müller wrote: > On Fri, Oct 3, 2014 at 10:10 PM, Martin Jansa > wrote: > > > On Fri, Oct 03, 2014 at 10:04:26PM +0200, Martin Jansa wrote: > > > On Wed, Oct 01, 2014 at 10:19:04AM +0200, Andreas Müller wrote: > > > > * add libsecret to DEPENDS > >

Re: [OE-core] [PATCH V3] linuxdoc-tools-native: Makedoc.sh uses /tmp and fails w/ noexec mount

2014-10-06 Thread Mark Hatle
V3 - Only difference to V2 is the summary line of the commit message. After sending it I realized it wasn't in the right OE format. V2 - Only difference is adding back in the missing DESTDIR= On 10/6/14, 9:50 AM, Mark Hatle wrote: From: Konrad Scherer The Makedoc.sh script uses the followin

[OE-core] [PATCH V3] linuxdoc-tools-native: Makedoc.sh uses /tmp and fails w/ noexec mount

2014-10-06 Thread Mark Hatle
From: Konrad Scherer The Makedoc.sh script uses the following line to set TMPDIR export TMPDIR=`mktemp -d ${TMPDIR:-/tmp}/ldt.XX`; and then later in the script: chmod u+x $TMPDIR/linuxdoc Since TMPDIR is not set the script will default to /tmp and if /tmp is set to noexec (which is be

[OE-core] [PATCH] bash: update and CVE-2014-6278 fix

2014-10-06 Thread Mark Hatle
Update both bash 3.2.48 (to 57), and bash 4.3 (to 30) to fix the remaining 'shellshock' security issues, CVE-2014-6278. Signed-off-by: Mark Hatle --- meta/recipes-extended/bash/bash_3.2.48.bb | 3 +++ meta/recipes-extended/bash/bash_4.3.bb| 3 +++ 2 files changed, 6 insertions(+) diff --git

[OE-core] [PATCH V2] Makedoc.sh uses home /tmp and fails is noexec is set

2014-10-06 Thread Mark Hatle
From: Konrad Scherer The Makedoc.sh script uses the following line to set TMPDIR export TMPDIR=`mktemp -d ${TMPDIR:-/tmp}/ldt.XX`; and then later in the script: chmod u+x $TMPDIR/linuxdoc Since TMPDIR is not set the script will default to /tmp and if /tmp is set to noexec (which is be

Re: [OE-core] [daisy][PATCH] gnome-desktop-testing: Fix build on uclibc

2014-10-06 Thread Khem Raj
On Monday, October 6, 2014, Burton, Ross wrote: > On 6 October 2014 00:16, Khem Raj > > wrote: > > +From b1de2c6290bc0651fe87a8c4fb52e7a0a5fe6322 Mon Sep 17 00:00:00 2001 > > +From: Khem Raj > > > +Date: Sun, 5 Oct 2014 16:01:49 -0700 > > +Subject: [PATCH] gsystem-subprocess.c: Enable GNU extensi

[OE-core] [PATCH] cross-canadian: Disable the packagedata stamp-extra-info

2014-10-06 Thread Richard Purdie
Similarly to native/cross disable this since otherwise the packagedata can be marked as machine specific and if you switch machines which share an architecture, you'll get toolchain overlapping files errors. Signed-off-by: Richard Purdie diff --git a/meta/classes/cross-canadian.bbclass b/meta/c

[OE-core] [PATCH] meta-environment: Deal with machines which change TARGET_OS

2014-10-06 Thread Richard Purdie
Some machines change TARGET_OS, cross-canadian resets this which is not what we want in this specific case. This fixes spe toolchains for example. Signed-off-by: Richard Purdie diff --git a/meta/recipes-core/meta/meta-environment.bb b/meta/recipes-core/meta/meta-environment.bb index cf1a83f..9d

[OE-core] [PATCH] gcc-runtime: Add linux-gnuspe symlink to fix c++ headers

2014-10-06 Thread Richard Purdie
Some architectures can mix different TARGET_OS values, in most cases we just use one but in the ppc case, can use two different values. In this case, to use one toolchain with both, we need to ensure the symlinks exist. This isn't ideal but does fix the ppc toolchains for the release, after which

[OE-core] [PATCH] package_ipk.bbclass: Fix SRC_URI whitespace handling

2014-10-06 Thread Mark Hatle
The SRC_URI may contain whitespace, but be otherwise empty. This can happen in the case: MYSRC = "" MYSRC_arm = "file://myarm.patch" SRC_URI += "${MYSRC}" Unless we strip blank spaces, to determine if it is empty, we can end up generating a "Source: " line which in invalid. This leads to the er

Re: [OE-core] [PATCH] Makedoc.sh uses home /tmp and fails is noexec is set

2014-10-06 Thread Richard Purdie
On Thu, 2014-10-02 at 15:14 -0400, Konrad Scherer wrote: > From: Konrad Scherer > > The Makedoc.sh script uses the following line to set TMPDIR > > export TMPDIR=`mktemp -d ${TMPDIR:-/tmp}/ldt.XX`; > > and then later in the script: > > chmod u+x $TMPDIR/linuxdoc > > Since TMPDIR is no

Re: [OE-core] Busybox/RFKILL

2014-10-06 Thread Burton, Ross
On 4 October 2014 19:00, Michael Gloff wrote: > I've run into a slight issue that when I enable RFKILL in busybox config, my > config gets overwritten by busybox.inc. I do not have wifi in > DISTRO_FEATURES. I believe that > > busybox_cfg(bb.utils.contains('DISTRO_FEATURES', 'wifi', True, False, d

Re: [OE-core] [daisy][PATCH] gnome-desktop-testing: Fix build on uclibc

2014-10-06 Thread Burton, Ross
On 6 October 2014 00:16, Khem Raj wrote: > +From b1de2c6290bc0651fe87a8c4fb52e7a0a5fe6322 Mon Sep 17 00:00:00 2001 > +From: Khem Raj > +Date: Sun, 5 Oct 2014 16:01:49 -0700 > +Subject: [PATCH] gsystem-subprocess.c: Enable GNU extensions in system C > + library > + > +This should export O_CLOEXEC

Re: [OE-core] [PATCH 26/27] qemu.bbclass: add -r ${OLDEST_KERNEL} parameter

2014-10-06 Thread Andreas Müller
On Thu, Oct 2, 2014 at 5:05 PM, Martin Jansa wrote: > On Thu, Oct 02, 2014 at 11:22:11AM +0200, Andreas Müller wrote: > > On Mon, Sep 8, 2014 at 1:58 PM, Ross Burton > wrote: > > > > > From: Martin Jansa > > > > > > * in some cases (e.g. with external toolchain which doesn't respect our > > >

Re: [OE-core] [oe] [PATCH][meta-oe 04/15] network-manager-applet: update to 0.9.8.10

2014-10-06 Thread Andreas Müller
On Fri, Oct 3, 2014 at 10:10 PM, Martin Jansa wrote: > On Fri, Oct 03, 2014 at 10:04:26PM +0200, Martin Jansa wrote: > > On Wed, Oct 01, 2014 at 10:19:04AM +0200, Andreas Müller wrote: > > > * add libsecret to DEPENDS > > > * remove libglade from DEPENDS > > > * wireless (nm-signal-*.png) icons w