[OE-core] [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-14 Thread Jonathan Liu
The class is inheriting qmake2.bbclass which exports OE_QMAKE_QT_CONFIG pointing to the qt4 qconfig.pri when it should be pointing to the qt4-embedded qconfig.pri. Signed-off-by: Jonathan Liu --- meta/classes/qt4e.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/qt4e.bbcl

[OE-core] [CONSOLIDATED PULL 00/23] End of week wrap-up

2013-06-14 Thread Saul Wold
Rchard, Here is a batch of chanegs that I have tested in the autobuilder and locally. I will be out next week, but will catch things up after the 24th when I am back. Sau! The following changes since commit d2e0adc9720b66f56439c574520a1d58eaf0426f: documentation.conf: Drop variables for cl

Re: [OE-core] [PATCH] oe-buildenv-internal: Preserve/Unset and Restore TERM

2013-06-14 Thread Saul Wold
On 06/14/2013 02:08 PM, Richard Purdie wrote: On Fri, 2013-06-14 at 13:48 -0700, Saul Wold wrote: Having a value in TERM that is not recognized by the nativesdk can cause potential escape sequences appearing in the output stream, the can be seen on Ubuntu with TERM=xterm-256color. Unsetting TERM

Re: [OE-core] [PATCH] oe-buildenv-internal: Preserve/Unset and Restore TERM

2013-06-14 Thread Richard Purdie
On Fri, 2013-06-14 at 13:48 -0700, Saul Wold wrote: > Having a value in TERM that is not recognized by the nativesdk can cause > potential escape sequences appearing in the output stream, the can be seen > on Ubuntu with TERM=xterm-256color. Unsetting TERM allows for consistent > results in the pyt

[OE-core] [PATCH] oe-buildenv-internal: Preserve/Unset and Restore TERM

2013-06-14 Thread Saul Wold
Having a value in TERM that is not recognized by the nativesdk can cause potential escape sequences appearing in the output stream, the can be seen on Ubuntu with TERM=xterm-256color. Unsetting TERM allows for consistent results in the python output. Also, don't exit, use return, otherwise the she

Re: [OE-core] [PATCH] qmake2.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-14 Thread Saul Wold
On 06/13/2013 04:51 PM, Saul Wold wrote: On 06/13/2013 04:35 PM, Jonathan Liu wrote: On 14/06/2013 1:20 AM, Saul Wold wrote: On 06/11/2013 04:46 PM, Jonathan Liu wrote: On 6/06/2013 3:04 AM, Paul Eggleton wrote: On Wednesday 05 June 2013 17:57:32 Paul Eggleton wrote: On Wednesday 05 June 201

[OE-core] [PATCH][V2] atk: inherit gnomebase

2013-06-14 Thread Ross Burton
This recipe was missing a dependency on gnome-common, so lets just inherit gnomebase and get both it and GNOME SRC_URI handling for free. Signed-off-by: Ross Burton --- meta/recipes-support/atk/atk_2.8.0.bb |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-

Re: [OE-core] [PATCH] consolekit: move libck-connector to base_libdir

2013-06-14 Thread Saul Wold
On 06/14/2013 12:54 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang move libck-connector.so.* to base_libdir to kill two warnings: WARNING: QA Issue: consolekit: /lib64/security/pam_ck_connector.so, installed in the base_prefix, requires a shared library under exec_pref

Re: [OE-core] [PATCH] atk: inherit gnomebase

2013-06-14 Thread Burton, Ross
Gnar, sorry. I retract this, I inherited the wrong class. Ross On Friday, 14 June 2013, Richard Purdie wrote: > On Fri, 2013-06-14 at 16:40 +0100, Ross Burton wrote: > > This recipe was missing a dependency on gnome-common, so lets just > inherit > > gnomebase and get both it and GNOME SRC_URI h

Re: [OE-core] [PATCH] atk: inherit gnomebase

2013-06-14 Thread Richard Purdie
On Fri, 2013-06-14 at 16:40 +0100, Ross Burton wrote: > This recipe was missing a dependency on gnome-common, so lets just inherit > gnomebase and get both it and GNOME SRC_URI handling for free. > > Signed-off-by: Ross Burton > --- > meta/recipes-support/atk/atk_2.8.0.bb |5 ++--- > 1 file

[OE-core] [PATCH] atk: inherit gnomebase

2013-06-14 Thread Ross Burton
This recipe was missing a dependency on gnome-common, so lets just inherit gnomebase and get both it and GNOME SRC_URI handling for free. Signed-off-by: Ross Burton --- meta/recipes-support/atk/atk_2.8.0.bb |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-

Re: [OE-core] [PATCH] do not pass CFLAGS to gcc while building libcap

2013-06-14 Thread Saul Wold
On 06/14/2013 01:09 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang During do_configure(), we modify the BUILD_CFLAGS used but do not remove the default inclusion of CFLAGS in BUILD_CFLAGS. This fix removes CFLAGS inclusion by modifying do_configure(). Signed-off-by: Joe Slater Sign

Re: [OE-core] [PATCH] acl attr libcap: mark shared libraries executable

2013-06-14 Thread Mark Hatle
On 6/14/13 3:53 AM, Burton, Ross wrote: On 14 June 2013 09:09, wrote: From: Jackie Huang While it is not necessary that shared libraries be executable, if they are not marked as such bitbake will not examine them for debug information. So, we make them executable at the end of installation.

[OE-core] [PATCH] qt4: set QMAKE_COMPILER to gcc in mkspec

2013-06-14 Thread Jonathan Liu
This avoids the following warning when running qmake: Project WARNING: qmake spec does not announce the compiler family. Guessed gcc. Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4-4.8.4/g++.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-qt/qt4/qt4-4.8.4/g++.con

[OE-core] [PATCH] qt4: disable gdb_dwarf_index

2013-06-14 Thread Jonathan Liu
* qmake is trying to call native gdb and we don't depend on gdb-native (or even provide gdb-native) * fixes errors like this: /bin/sh: gdb: command not found /bin/sh: line 0: test: -gt: unary operator expected Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4-4.8.4/g++.conf | 3 +++

Re: [OE-core] [PATCH 4/8] busybox: add the ability to split the busybox binary

2013-06-14 Thread Bernhard Reutner-Fischer
On 13 June 2013 08:46, ChenQi wrote: > On 06/12/2013 04:26 AM, Bernhard Reutner-Fischer wrote: >> >> On Fri, Jun 07, 2013 at 02:13:58PM +0800, qi.c...@windriver.com wrote: > Hi Bernhard, > > Thank you very much for your review and suggestions! > I went through your methods below very carefully an

Re: [OE-core] populate-sysroot files in sstate cache overwritten by "empty" ones

2013-06-14 Thread Richard Purdie
On Fri, 2013-06-14 at 12:19 +0100, Mike Crowe wrote: > On Thu, Jun 13, 2013 at 10:21:47PM +0100, Richard Purdie wrote: > > On Thu, 2013-06-13 at 12:16 +0100, Mike Crowe wrote: > > > The problem seems to be caused by having an ancillary task in recipe1 that > > > depends on do_configure and the same

Re: [OE-core] [PATCH] systemd: update install-quotaon-once.patch

2013-06-14 Thread Burton, Ross
On 13 June 2013 17:09, Saul Wold wrote: > This seems to not being applied correctly I failed to backport to the release branch, stupid mistake. V2 sent. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.open

Re: [OE-core] [PATCH 1/1] cogl: make cogl be able to build on ARM arch

2013-06-14 Thread Burton, Ross
On 14 June 2013 09:37, wrote: > +Upstream-Status: Inappropriate [cogl-fixed.c disappears in cogl 2.0] Whilst it's true that this file doesn't exist in cogl 2.0, cogl 1.x is still maintained. I've forwarded this mail to the maintainers and it's been merged into both the 1.14.x and 1.16.x release

[OE-core] [PATCH][V2] systemd: update install-quotaon-once.patch

2013-06-14 Thread Ross Burton
This patch has been merged upstream now, so refresh the patch with a backport (the patch was changed before being merged). Signed-off-by: Ross Burton --- .../systemd/systemd/install-quotaon-once.patch | 32 +++- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git

Re: [OE-core] populate-sysroot files in sstate cache overwritten by "empty" ones

2013-06-14 Thread Mike Crowe
On Thu, Jun 13, 2013 at 10:21:47PM +0100, Richard Purdie wrote: > On Thu, 2013-06-13 at 12:16 +0100, Mike Crowe wrote: > > The problem seems to be caused by having an ancillary task in recipe1 that > > depends on do_configure and the same ancillary task in recipe2 that depends > > on recipe1:popula

Re: [OE-core] [PATCH 00/10] Mesa cleanup and more PACKAGECONFIG options

2013-06-14 Thread Burton, Ross
On 13 June 2013 00:19, Martin Jansa wrote: > Martin Jansa (10): > mesa: merge mesa-common.inc to mesa.inc > mesa: use PACKAGECONFIG instead of DISTRO_FEATURES to define > EGL_PLATFORMS > mesa: move LIC_FILES_CHKSUM to .inc > mesa: merge mesa-git.inc to mesa_git.bb > mesa: introduce P

Re: [OE-core] [PATCH] acl attr libcap: mark shared libraries executable

2013-06-14 Thread Burton, Ross
On 14 June 2013 09:09, wrote: > From: Jackie Huang > > While it is not necessary that shared libraries be executable, > if they are not marked as such bitbake will not examine them > for debug information. So, we make them executable at the end of > installation. Wouldn't it be preferable to c

[OE-core] [PATCH 1/1] cogl: make cogl be able to build on ARM arch

2013-06-14 Thread rongqing.li
From: "Roy.Li" 1. Fix asm() register constraints in cogl when building for ARM. 2. Fix cogl to handle Thumb builds. Signed-off-by: Roy.Li --- meta/recipes-graphics/cogl/cogl-1.0.inc|4 +++ .../cogl/files/cogl-fixed-thumb.patch | 30 .../cogl/

[OE-core] [PATCH 0/1] cogl: make cogl be able to build on ARM arch

2013-06-14 Thread rongqing.li
From: "Roy.Li" The following changes since commit 1aeecaeee9bb1eee779973fce7f15cc7fad269a0: classes/qmake_base: allow parallel make (2013-06-13 17:37:58 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/cogl http://git.pokylinux.org/cgit.cgi/poky-con

[OE-core] [PATCH] do not pass CFLAGS to gcc while building libcap

2013-06-14 Thread jackie.huang
From: Jackie Huang During do_configure(), we modify the BUILD_CFLAGS used but do not remove the default inclusion of CFLAGS in BUILD_CFLAGS. This fix removes CFLAGS inclusion by modifying do_configure(). Signed-off-by: Joe Slater Signed-off-by: Jackie Huang --- meta/recipes-support/libcap/li

[OE-core] [PATCH] acl attr libcap: mark shared libraries executable

2013-06-14 Thread jackie.huang
From: Jackie Huang While it is not necessary that shared libraries be executable, if they are not marked as such bitbake will not examine them for debug information. So, we make them executable at the end of installation. Signed-off-by: Joe Slater Signed-off-by: Jackie Huang --- meta/recipes

[OE-core] [PATCH] consolekit: move libck-connector to base_libdir

2013-06-14 Thread jackie.huang
From: Jackie Huang move libck-connector.so.* to base_libdir to kill two warnings: WARNING: QA Issue: consolekit: /lib64/security/pam_ck_connector.so, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libck-connector.so.0 => /usr/lib64/ libck-connec

[OE-core] [PATCH 1/1] directfb:filter out -fno-omit-frame-pointer option on x86 arch

2013-06-14 Thread rongqing.li
From: "Roy.Li" directfb need -fomit-frame-pointer option of gcc to build some inline asm code about mmx. But once -fno-omit-frame-pointer was added into TARGET_CFLAGS. That will cause directfb build error on x86 arch. Signed-off-by: Roy.Li --- meta/recipes-graphics/directfb/directfb.inc |4

[OE-core] [PATCH 0/1] directfb:filter out -fno-omit-frame-pointer option on x86 arch

2013-06-14 Thread rongqing.li
From: "Roy.Li" The following changes since commit 1aeecaeee9bb1eee779973fce7f15cc7fad269a0: classes/qmake_base: allow parallel make (2013-06-13 17:37:58 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/directfd http://git.pokylinux.org/cgit.cgi/poky

[OE-core] [PATCH 2/2] openssh: obey 'tcp-wrappers' PACKAGECONFIG

2013-06-14 Thread rongqing.li
From: "Roy.Li" Signed-off-by: Roy.Li --- meta/recipes-connectivity/openssh/openssh_6.2p2.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-connectivity/openssh/openssh_6.2p2.bb b/meta/recipes-connectivity/openssh/openssh_6.2p2.bb index 0459032..ab2eefb 100644 --- a/meta

[OE-core] [PATCH 1/2] openssh: fix a unaligned memory access issue

2013-06-14 Thread rongqing.li
From: "Roy.Li" Backport patch to fix segment fault due to unaligned memory access Signed-off-by: Roy.Li --- .../openssh/openssh-6.2p2/mac.patch| 76 meta/recipes-connectivity/openssh/openssh_6.2p2.bb |1 + 2 files changed, 77 insertions(+) create mod

[OE-core] [PATCH 0/2 v3] openssh: two fixes

2013-06-14 Thread rongqing.li
From: "Roy.Li" The following changes since commit 1aeecaeee9bb1eee779973fce7f15cc7fad269a0: classes/qmake_base: allow parallel make (2013-06-13 17:37:58 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/openssh-4 http://git.pokylinux.org/cgit.cgi/pok