[OE-core] [PATCHv3] oe.terminal: add tmux classes

2013-04-04 Thread Christopher Larson
From: Christopher Larson This adds two new Terminal classes. It's separated into two, so that opening a split inside a tmux window is preferred to the other terminal types, but opening a tmux session is prioritized only slightly higher than screen. - tmuxrunning: Open a new pane in the current r

[OE-core] [PATCH 1/1] coreutils: Fix build on uclibc after upgrade to 8.21

2013-04-04 Thread Khem Raj
This upgrade started to breaking build on uclibc the patches in there fixes the build. What patches do are explained in patch headers Signed-off-by: Khem Raj --- ...d-ltr-and-lpthread-for-getting-spawn-func.patch | 15 ...sys_time.in.h-Fix-use-of-restrict-keyword.patch | 51

[OE-core] [PATCH 0/1] Fix coreutils build on uclibc

2013-04-04 Thread Khem Raj
coreutils after upgrade has started to fail to build on uclibc targets, this series of patches fix the build on uclibc as well as on eglibc is working normal. The following changes since commit 2587a33134fde80dd1367629d9def45ac70256ee: site: add endianness information for libmemcached (2013-04-

Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 11:07 -0700, Khem Raj wrote: > On Apr 4, 2013, at 9:18 AM, Richard Purdie > wrote: > > > I'd ultimately like to see PACKAGECONFIG used here but we haven't > > managed the right patchset yet so I took this one earlier today as a > > short term fix :/. > > i think its not a

Re: [OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 18:55 +0200, Martin Jansa wrote: > On Thu, Apr 04, 2013 at 05:46:48PM +0100, Richard Purdie wrote: > > On Thu, 2013-04-04 at 18:42 +0200, Martin Jansa wrote: > > > * fixes udev configure in run-postinsts failing with: > > > update-rc.d: /etc/init.d/systemd-udev: file does no

Re: [OE-core] [oe][PATCH] eglinfo: Add recipes for x11 and fb backends

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 14:09 -0300, Otavio Salvador wrote: > On Thu, Apr 4, 2013 at 12:41 PM, Saul Wold wrote: > > > > I am going to defer this to 1.5 when it opens up, I still need to review the > > recipe, but wanted to give you a heads up about the deferral. > > Any reasoning to defer it when i

Re: [OE-core] experiences with images based on current layer heads

2013-04-04 Thread Andreas Müller
On Wed, Apr 3, 2013 at 4:02 PM, Andreas Müller wrote: > Hi, > > when migration of systemd to oe-core turned to unbuildable I decided > to freeze my images and stopped further tests. Now that many issues > were fixed and we are close to another release I built my standard > xfce-based image based o

Re: [OE-core] [PATCH] Enable additional kernel parameters for syslinux

2013-04-04 Thread Konrad Scherer
On 04/03/2013 01:48 PM, Burton, Ross wrote: On 3 April 2013 18:47, Mark Hatle wrote: Add additional parameter 'SYSLINUX_KERNEL_ARGS' in order to allow for specific kernel parameters to be set when using syslinux. Why would you use this and not APPEND? (or am I totally misunderstanding somethi

[OE-core] [PATCH] site: add endianness information for libmemcached

2013-04-04 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz --- meta/site/endian-big| 3 +++ meta/site/endian-little | 2 ++ 2 files changed, 5 insertions(+) diff --git a/meta/site/endian-big b/meta/site/endian-big index 29edc8d..b99e96c 100644 --- a/meta/site/endian-big +++ b/meta/site/endian-big @@ -3,3 +3,6 @@ ac_

[OE-core] [PATCH v4] elfutils: split libraries into separate packages

2013-04-04 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz --- meta/recipes-devtools/elfutils/elfutils_0.148.bb | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb index 9c0a08e..830f1e0 1

[OE-core] [PATCHv2] oe.terminal: add tmux classes

2013-04-04 Thread Christopher Larson
From: Christopher Larson This adds two new Terminal classes. It's separated into two, so that opening a split inside a tmux window is preferred to the other terminal types, but opening a tmux session is prioritized only slightly higher than screen. - tmuxrunning: Open a new pane in the current r

Re: [OE-core] [PATCH] oe.terminal: add tmux classes

2013-04-04 Thread Christopher Larson
On Thu, Apr 4, 2013 at 11:41 AM, Christopher Larson wrote: > From: Christopher Larson > > This adds two new Terminal classes. It's separated into two, so that > opening > a split inside a tmux window is preferred to the other terminal types, but > opening a tmux session is prioritized only slight

[OE-core] [PATCH] oe.terminal: add tmux classes

2013-04-04 Thread Christopher Larson
From: Christopher Larson This adds two new Terminal classes. It's separated into two, so that opening a split inside a tmux window is preferred to the other terminal types, but opening a tmux session is prioritized only slightly higher than screen. - tmuxrunning: Open a new pane in the current r

Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Khem Raj
On Apr 4, 2013, at 9:18 AM, Richard Purdie wrote: > I'd ultimately like to see PACKAGECONFIG used here but we haven't > managed the right patchset yet so I took this one earlier today as a > short term fix :/. i think its not a good thing for headless systems as I said earlier there are addit

[OE-core] [PATCH 2/2] libxcb: remove obsolete version 1.1.91

2013-04-04 Thread Ross Burton
We have 1.9 and git snapshot recipes, we don't also need this ancient version. Signed-off-by: Ross Burton --- meta/recipes-graphics/xcb/libxcb_1.1.91.bb |4 1 file changed, 4 deletions(-) delete mode 100644 meta/recipes-graphics/xcb/libxcb_1.1.91.bb diff --git a/meta/recipes-graphics/

[OE-core] [PATCH 1/2] liberation-fonts: remove 1.06

2013-04-04 Thread Ross Burton
1.06 requires fontforge-native to build, which as we don't have this version has never been used. Signed-off-by: Ross Burton --- .../ttf-fonts/liberation-fonts_1.06.bb | 45 1 file changed, 45 deletions(-) delete mode 100644 meta/recipes-graphics/ttf-fonts/lib

Re: [OE-core] [oe][PATCH] eglinfo: Add recipes for x11 and fb backends

2013-04-04 Thread Otavio Salvador
On Thu, Apr 4, 2013 at 12:41 PM, Saul Wold wrote: > > I am going to defer this to 1.5 when it opens up, I still need to review the > recipe, but wanted to give you a heads up about the deferral. Any reasoning to defer it when it adds a good tool for validation and test? It also offers very low ri

Re: [OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Martin Jansa
On Thu, Apr 04, 2013 at 05:46:48PM +0100, Richard Purdie wrote: > On Thu, 2013-04-04 at 18:42 +0200, Martin Jansa wrote: > > * fixes udev configure in run-postinsts failing with: > > update-rc.d: /etc/init.d/systemd-udev: file does not exist > > because systemd-udev is installed only with sysvi

Re: [OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 18:42 +0200, Martin Jansa wrote: > * fixes udev configure in run-postinsts failing with: > update-rc.d: /etc/init.d/systemd-udev: file does not exist > because systemd-udev is installed only with sysvinit in features > but update-rc.d was always called from PN postinst >

[OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Martin Jansa
* fixes udev configure in run-postinsts failing with: update-rc.d: /etc/init.d/systemd-udev: file does not exist because systemd-udev is installed only with sysvinit in features but update-rc.d was always called from PN postinst Signed-off-by: Martin Jansa --- meta/recipes-core/systemd/sys

[OE-core] [PATCH 2/2] dbus: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Martin Jansa
* fixes udev configure in run-postinsts failing with: update-rc.d: /etc/init.d/dbus-1: file does not exist because dbus-udev is installed only with sysvinit in features but update-rc.d was always called from PN postinst Signed-off-by: Martin Jansa --- meta/recipes-core/dbus/dbus.inc | 6 ++

[OE-core] [PATCH] utils: add helper to get all non-system packages

2013-04-04 Thread Ross Burton
For example if PACKAGES is "foo foo-data foo-dev foo-doc", this will return "foo-data". Signed-off-by: Ross Burton --- meta/lib/oe/tests/test_utils.py | 27 +++ meta/lib/oe/utils.py| 16 2 files changed, 43 insertions(+) create mode 10064

Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 15:56 +, Prica, Mihai wrote: > > On Apr 4, 2013, at 5:09 AM, Mihai Prica wrote: > > > Enables qemu to run images with video output without the need for > > > vncviewer. > > > > > > Signed-off-by: Mihai Prica > > > --- > > > meta/recipes-devtools/qemu/qemu.inc |4 ++-

Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Khem Raj
On Apr 4, 2013, at 8:56 AM, "Prica, Mihai" wrote: > I sent a patch to meta-virtualization that just enabled SDL using a bbappend > and the > maintainers said I should to integrate this into poky. I talked with Richard > and he > said I should use a PACKAGECONFIG and enable sdl by default for

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Koen Kooi
Op 4 apr. 2013, om 16:30 heeft "Burton, Ross" het volgende geschreven: > On 4 April 2013 08:37, Koen Kooi wrote: >> 1) console-image already using systemd, used as-is >> 2) gdm-image already using systemd, used as-is >> 3) console-image already using systemd, gdm will be opkg-installed at some

Re: [OE-core] [RFC][PATCH 1/2] packagedata: show error when there are multiple pkgdata directories

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 17:39 +0200, Martin Jansa wrote: > On Wed, Apr 03, 2013 at 12:14:33PM +0200, Martin Jansa wrote: > > * when PACKAGE_ARCH is changed e.g. from MACHINE_ARCH to TUNE_PKGARCH > > get_subpkgedata_fn is still reading old MACHINE_ARCH directory instead of > > newer with TUNE_PKGAR

Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Prica, Mihai
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Thursday, April 04, 2013 5:59 PM > To: Prica, Mihai > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target > architecture > > > On Apr 4, 2013,

Re: [OE-core] [PATCH] rm_work: keep do_fetch, do_write_srcrev stamps

2013-04-04 Thread Martin Jansa
On Thu, Apr 04, 2013 at 01:31:57PM +0100, Richard Purdie wrote: > On Wed, 2013-04-03 at 18:35 +0200, Martin Jansa wrote: > > * otherwise do_fetch/do_write_srcrev/do_rmwork is reexecuted for each > > recipe included in image > > on every build > > > > Signed-off-by: Martin Jansa > > --- > > me

Re: [OE-core] [RFC][PATCH 1/2] packagedata: show error when there are multiple pkgdata directories

2013-04-04 Thread Paul Eggleton
On Thursday 04 April 2013 17:39:30 Martin Jansa wrote: > On Wed, Apr 03, 2013 at 12:14:33PM +0200, Martin Jansa wrote: > > * when PACKAGE_ARCH is changed e.g. from MACHINE_ARCH to TUNE_PKGARCH > > > > get_subpkgedata_fn is still reading old MACHINE_ARCH directory instead > > of newer with TUNE

Re: [OE-core] [oe][PATCH] eglinfo: Add recipes for x11 and fb backends

2013-04-04 Thread Saul Wold
I am going to defer this to 1.5 when it opens up, I still need to review the recipe, but wanted to give you a heads up about the deferral. Thanks Sau! On 04/03/2013 12:26 PM, Carlos Rafael Giani wrote: eglinfo is a small utility for printing out information about EGL as well as abo

Re: [OE-core] [RFC][PATCH 1/2] packagedata: show error when there are multiple pkgdata directories

2013-04-04 Thread Martin Jansa
On Wed, Apr 03, 2013 at 12:14:33PM +0200, Martin Jansa wrote: > * when PACKAGE_ARCH is changed e.g. from MACHINE_ARCH to TUNE_PKGARCH > get_subpkgedata_fn is still reading old MACHINE_ARCH directory instead of > newer with TUNE_PKGARCH This is too strict in some cases, e.g.: ERROR: More then o

Re: [OE-core] New OE layer index now available

2013-04-04 Thread Paul Eggleton
On Thursday 04 April 2013 17:01:07 Nicolas Dechesne wrote: > i was thinking it might be useful (in fact at least it would be very > useful for me right now) to get version 'history' for each supported > branch. if i understand the design correctly, i first need to set the > branch I want to search,

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Burton, Ross
On 4 April 2013 16:17, Andreas Müller wrote: > On Thu, Apr 4, 2013 at 4:30 PM, Burton, Ross wrote: >> In my world order, console-image uses the >> default.target->multi-user.target as defined by systemd. The gdm >> package as it's a graphical session manager (like xserver-nodm-init) >> should sw

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Andreas Müller
On Thu, Apr 4, 2013 at 4:30 PM, Burton, Ross wrote: > In my world order, console-image uses the > default.target->multi-user.target as defined by systemd. The gdm > package as it's a graphical session manager (like xserver-nodm-init) > should switch the alternative graphical.target, with a higher

Re: [OE-core] New OE layer index now available

2013-04-04 Thread Nicolas Dechesne
hi, this is a really useful addition! thanks! On Fri, Mar 29, 2013 at 10:34 PM, Paul Eggleton wrote: > The index also supports multiple branches, but for the moment there is only a > master branch configured as I'd like to have people check the layer data > before > adding the additional stable

Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Khem Raj
On Apr 4, 2013, at 5:09 AM, Mihai Prica wrote: > Enables qemu to run images with video output without the need for vncviewer. > > Signed-off-by: Mihai Prica > --- > meta/recipes-devtools/qemu/qemu.inc |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Burton, Ross
On 4 April 2013 08:37, Koen Kooi wrote: > 1) console-image already using systemd, used as-is > 2) gdm-image already using systemd, used as-is > 3) console-image already using systemd, gdm will be opkg-installed at some > point. > > What will be different between 2 clean builds before and after th

[OE-core] [PATCH 2/2][for-danny] linux-dtb: fix whitespace in bash functions

2013-04-04 Thread Chase Maupin
* Fix the whitespace in the base functions to use TAB instead of spaces. This is to address feedback from: Darren Hart * This patch has already been accepted into the master branch http://cgit.openembedded.org/openembedded-core/commit/?id=ab6630df4d100ff501b33a1c7ec9d1e6a2d4f0ee Sig

[OE-core] [PATCHv2 1/2][for-danny] linux-dtb: Add simple DTB symlinks for devicetree

2013-04-04 Thread Chase Maupin
* This is similar to the symlinks provided for the kernel image in the /boot directory of a file system. The goal is to have simply named symlinks in /boot that mirror the device tree name in the kernel sources. This is so that programs like U-Boot can easily find the default device tree

Re: [OE-core] experiences with images based on current layer heads

2013-04-04 Thread Richard Purdie
On Wed, 2013-04-03 at 16:02 +0200, Andreas Müller wrote: > Hi, > > when migration of systemd to oe-core turned to unbuildable I decided > to freeze my images and stopped further tests. Now that many issues > were fixed and we are close to another release I built my standard > xfce-based image base

Re: [OE-core] [PATCH 2/2] udev: enable multilib support

2013-04-04 Thread Koen Kooi
Op 4 apr. 2013, om 14:45 heeft Radu Moisan het volgende geschreven: > > On 04/03/2013 08:58 PM, Koen Kooi wrote: >> Op 3 apr. 2013, om 18:25 heeft Radu Moisan het >> volgende geschreven: >> >>> Use base_libdir in place of hardcoded /lib >>> Fixes [YOCTO #4096] >>> >>> Signed-off-by: Radu M

Re: [OE-core] [PATCH 2/2] udev: enable multilib support

2013-04-04 Thread Radu Moisan
On 04/03/2013 08:58 PM, Koen Kooi wrote: Op 3 apr. 2013, om 18:25 heeft Radu Moisan het volgende geschreven: Use base_libdir in place of hardcoded /lib Fixes [YOCTO #4096] Signed-off-by: Radu Moisan --- meta/recipes-core/udev/udev.inc |1 + 1 file changed, 1 insertion(+) diff --git a/m

Re: [OE-core] [PATCH] rm_work: keep do_fetch, do_write_srcrev stamps

2013-04-04 Thread Richard Purdie
On Wed, 2013-04-03 at 18:35 +0200, Martin Jansa wrote: > * otherwise do_fetch/do_write_srcrev/do_rmwork is reexecuted for each recipe > included in image > on every build > > Signed-off-by: Martin Jansa > --- > meta/classes/rm_work.bbclass | 8 > 1 file changed, 8 insertions(+) > >

Re: [OE-core] [PATCH] elfutils: split libraries into separate packages

2013-04-04 Thread Marcin Juszkiewicz
W dniu 03.04.2013 22:59, Saul Wold pisze: > On 04/03/2013 01:47 PM, Marcin Juszkiewicz wrote: >> W dniu 03.04.2013 17:50, Saul Wold pisze: >>> This change seems to cause some issues with multilib build with lib32 on >>> x86-64: >> >> I have to admit that I never did any multilib builds with OE. Can

[OE-core] [PATCH] python: adding missing runtime dependency python-io to python-pprint

2013-04-04 Thread Lukas Bulwahn
When trying to import python-pprint on a minimal image, it reports that the cStringIO python module is missing. This is provided with python-io, so we add python-io as runtime dependency. The complete observed trace was: Python 2.7.3 (default, Apr 4 2013, 07:45:36) [GCC 4.7.2] on linux2 Type "he

[OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Mihai Prica
Enables qemu to run images with video output without the need for vncviewer. Signed-off-by: Mihai Prica --- meta/recipes-devtools/qemu/qemu.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc in

[OE-core] [PATCH V4] Add file information to package information window

2013-04-04 Thread Andrei Dinu
Removed the package files parsing routine from the packageinfo.bbclass file and added it to the package.bbclass file. Signed-off-by: Andrei Dinu --- meta/classes/package.bbclass | 10 ++ meta/classes/packageinfo.bbclass | 20 2 files changed, 10 insertions(+)

Re: [OE-core] [PATCH V3] Add file information to package information window

2013-04-04 Thread Andrei Dinu
Hi Paul, Thanks again! preparing for a V4 right now. Cheers, Andrei On 04/04/2013 01:02 PM, Paul Eggleton wrote: On Thursday 04 April 2013 11:20:34 Andrei Dinu wrote: Removed the package files parsing routine from the packageinfo.bbclass file and added it to the package.bbclass file. Signed

Re: [OE-core] [PATCH V3] Add file information to package information window

2013-04-04 Thread Paul Eggleton
On Thursday 04 April 2013 11:20:34 Andrei Dinu wrote: > Removed the package files parsing routine from the > packageinfo.bbclass file and added it to the > package.bbclass file. > > Signed-off-by: Andrei Dinu > --- > meta/classes/package.bbclass | 12 > meta/classes/packageinf

Re: [OE-core] [PATCH 2/2] gcc: add patch to disable texinfo when texinfo is 5.0 or newer

2013-04-04 Thread Khem Raj
On Apr 4, 2013, at 1:35 AM, Martin Jansa wrote: > * this is needed only for 4.7 series, newer works fine with texinfo-5* > > [YOCTO #3947] > > Signed-off-by: Martin Jansa Looks ok to me. Acked-by: Khem Raj > --- > meta/recipes-devtools/gcc/gcc-4.7.inc | 1 + > .../gcc/gcc-

Re: [OE-core] [PATCH 2/2] udev: enable multilib support

2013-04-04 Thread Radu Moisan
On 04/03/2013 09:02 PM, Burton, Ross wrote: On 3 April 2013 18:58, Koen Kooi wrote: NACK! The udev maintainers have been clear that it is always /lib/udev, even on 64 bit systems, so you're not fixing a problem, you're creating an extra one. Radu, can you do a multilib udev build and see what

[OE-core] [PATCH 1/2] qemu: Add 2 patches to fix build with texinfo-5

2013-04-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...x-texinfo-table-markup-in-qemu-options.hx.patch | 213 + ...x-generating-qemu-doc.html-with-texinfo-5.patch | 54 ++ meta/recipes-devtools/qemu/qemu.inc| 2 + 3 files changed, 269 insertions(+) create mode 100644 meta

[OE-core] [PATCH 2/2] gcc: add patch to disable texinfo when texinfo is 5.0 or newer

2013-04-04 Thread Martin Jansa
* this is needed only for 4.7 series, newer works fine with texinfo-5* [YOCTO #3947] Signed-off-by: Martin Jansa --- meta/recipes-devtools/gcc/gcc-4.7.inc | 1 + .../gcc/gcc-4.7/disable-texinfo-5.patch| 107 + 2 files changed, 108 insertions(+) cr

Re: [OE-core] [PATCH V2] Add file information to package information window

2013-04-04 Thread Andrei Dinu
Hi Paul, Thank you for your review! I just submitted a V3 with the changes you suggested. Thanks, Andrei On 04/03/2013 07:18 PM, Paul Eggleton wrote: Hi Andrei, On Wednesday 03 April 2013 18:30:47 Andrei Dinu wrote: Removed the package files parsing routine from the packageinfo.bbclass fil

[OE-core] [PATCH V3] Add file information to package information window

2013-04-04 Thread Andrei Dinu
Removed the package files parsing routine from the packageinfo.bbclass file and added it to the package.bbclass file. Signed-off-by: Andrei Dinu --- meta/classes/package.bbclass | 12 meta/classes/packageinfo.bbclass | 20 2 files changed, 12 insertions(

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Samuel Stirtzel
2013/4/4 Koen Kooi : > > Op 3 apr. 2013, om 17:27 heeft "Burton, Ross" het > volgende geschreven: > >> On 3 April 2013 15:51, Samuel Stirtzel wrote: >>> When we decide that we handle standard behavior different than the >>> rest of the world, then this patch is basically a fork of systemd. >>> A

[OE-core] [PATCH v2] libproxy: add dependency on glib-2.0

2013-04-04 Thread Alex DAMIAN
From: Alexandru DAMIAN libproxy uses glib-2.0, but the depends is missing Fixes intermittent build errors. Signed-off-by: Alexandru DAMIAN --- meta/recipes-support/libproxy/libproxy_0.4.7.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libproxy/l

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Koen Kooi
Op 3 apr. 2013, om 17:27 heeft "Burton, Ross" het volgende geschreven: > On 3 April 2013 15:51, Samuel Stirtzel wrote: >> When we decide that we handle standard behavior different than the >> rest of the world, then this patch is basically a fork of systemd. >> Also we tell every affected soft

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Martin Jansa
On Thu, Apr 04, 2013 at 08:59:11AM +0200, Samuel Stirtzel wrote: > 2013/4/3 Burton, Ross : > > On 3 April 2013 15:51, Samuel Stirtzel wrote: > >> When we decide that we handle standard behavior different than the > >> rest of the world, then this patch is basically a fork of systemd. > >> Also we

Re: [OE-core] [RFC] icecc: Allow to use this bbclass together with external toolchains

2013-04-04 Thread Martin Jansa
On Thu, Apr 04, 2013 at 08:21:47AM +0200, Martin Jansa wrote: > On Mon, Mar 18, 2013 at 11:10:08AM +0100, Martin Jansa wrote: > > * original implementation by Antti Harju > > Nobody using external TC, interested in icecc? If someone does not know how to setup icecc, there is surprisingly up2date