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
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
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
---
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
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
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
--
__
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
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
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/
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
> >
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
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
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
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
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
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
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
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
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
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
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
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
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
> > >
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
24 matches
Mail list logo