[OE-core] [PATCH 1/1] init-live.sh: fix media automount failed after booting from usb-drive

2013-06-06 Thread Hongxu Jia
1, This issue happens to BSP only. After a BSP board is booted with Yocto linux from USB drive, cat /proc/mounts shows: ... /dev/sda3 /media/sda3 ext3 rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=ordered 0 0 /dev/sda1 /media/sda1 ext3

[OE-core] [PATCH 0/1] init-live.sh: fix media automount failed after booting from usb-drive

2013-06-06 Thread Hongxu Jia
The following changes since commit 5cb59cc6910d8f3165528c4a71e29e4de897d242: yocto-bsp: re-enable AutoAddDevices in xorg.conf for generated BSPs (2013-05-29 22:25:41 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-init-live

[OE-core] [PATCH] classes/qmake2: export QMAKEPATH

2013-06-06 Thread Jonathan Liu
QMAKEPATH is exported so that qmake is able to detect the webkit module, load it and add it to the QT_CONFIG variable. The detection is done in mkspecs/features/qt_config.prf which reads the qmake QMAKE_MKSPECS builtin. qmake will read QMAKEPATH, append /mkspecs to it and prepend it to the

[OE-core] [PATCH 0/1]ddimage: fix incompatibility with dash

2013-06-06 Thread Hongxu Jia
The following changes since commit a62aed41f2d8f874f7ae24d0e5be5dbc66ea2199: lrzsz: check locale.h in configure (2013-06-04 15:55:46 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-ddiamge

[OE-core] [PATCH 1/1] ddimage: fix incompatibility with dash

2013-06-06 Thread Hongxu Jia
On systems with dash as /bin/sh there were failures while invoking ddimage. Fix to let it work with both bash and dash shells. [YOCTO #4617] Signed-off-by: Hongxu Jia hongxu@windriver.com --- scripts/contrib/ddimage | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-)

Re: [OE-core] [PATCH] classes/qmake2: export QMAKEPATH

2013-06-06 Thread Jonathan Liu
On 6 June 2013 16:54, Jonathan Liu net...@gmail.com wrote: QMAKEPATH is exported so that qmake is able to detect the webkit module, load it and add it to the QT_CONFIG variable. The detection is done in mkspecs/features/qt_config.prf which reads the qmake QMAKE_MKSPECS builtin. qmake will read

[OE-core] [PATCH v2 0/7] run-postinsts refactoring

2013-06-06 Thread Laurentiu Palcu
(cover letter only) Changes in v2: * addressed an RPM issue that happened on AB. Interestingly, it happened only on certain distros. Our internal AB (running on Ubuntu server 12.04), didn't show any issues. So, what was the problem? We use a scriptlet wrapper to run the pre/post

[OE-core] [dylan][PATCH] menu-cache: Fix segmentation fault

2013-06-06 Thread Laurentiu Palcu
[YOCTO #4353] (From OE-Core rev: 8c9c6155e6d83675a94b4eaae4ffc6dfeca399ee) Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- Hi Paul, This needs to go in dylan too. Thanks, Laurentiu

[OE-core] [PATCH 1/1] socat: enable termios

2013-06-06 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com fix two cross-compile issue to enable termios: 1. Define ac_cv_ispeed_offset in EXTRA_OECONF to avoid to call AC_TRY_RUN() on cross-compile environment. 2. fix autoheader to generate *_SHIFT macros Signed-off-by: Roy.Li rongqing...@windriver.com ---

[OE-core] [PATCH 0/1 v2] socat: enable termios

2013-06-06 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit 9ba812ab1f613d28f9eb3192d2ff1a34dfce33e4: binutils: fix compile error of complex expressions before @l/@h (2013-06-03 16:46:37 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 0/1] chkconfig: fix QA warning about unsafe references in binaries

2013-06-06 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com This test is disabled in oe-core by default, but if we enable it, we'll get following warnings: + WARN_QA = unsafe-references-in-binaries unsafe-references-in-scripts WARNING: QA Issue: chkconfig: /sbin/chkconfig, installed in the \

[OE-core] [PATCH 1/1] chkconfig: fix QA warning about unsafe references in binaries

2013-06-06 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com This test is disabled in oe-core by default, but if we enable it, we'll get following warnings: + WARN_QA = unsafe-references-in-binaries unsafe-references-in-scripts WARNING: QA Issue: chkconfig: /sbin/chkconfig, installed in the \ base_prefix,

[OE-core] Questions on nfs-utils package: Client and Server RPMs.

2013-06-06 Thread zhangxiao
Hi Experts, Currently, YOCTO's nfs-utls is separated into two main packages(RPMs) client and server. They are not depend on each other. Client has only a mount.nfs user space App. With both client and server RPMs installed, all works fine. But if we just install client RPM without server one,

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

2013-06-06 Thread Paul Eggleton
On Wednesday 05 June 2013 10:01:09 Saul Wold wrote: On 06/05/2013 09:57 AM, Paul Eggleton wrote: On Wednesday 05 June 2013 09:46:49 Saul Wold wrote: On 06/05/2013 02:30 AM, Martin Jansa wrote: On Wed, Jun 05, 2013 at 07:01:50PM +1000, Jonathan Liu wrote: qconfig.pri was not being loaded

[OE-core] [PATCH] qemu: update to 1.5.0

2013-06-06 Thread Riku Voipio
Patches removed: 0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch - applied 0002-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch - fixed different upstream Revert-vmware_vga-Add-back-some-info-in-local-state-.patch - fixed different upstream arm-bgr.patch - this should be

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

2013-06-06 Thread Otavio Salvador
On Thu, Jun 6, 2013 at 12:11 AM, Jonathan Liu net...@gmail.com wrote: Please test it in combination with the patch I just submitted which fixes QMAKE_QT_CONFIG being overwritten with empty value from .qmake.cache. I needed it to build Qt Creator. Cool; maybe you could share the Qt Creator

Re: [OE-core] [PATCH] qemu: update to 1.5.0

2013-06-06 Thread Saul Wold
On 06/06/2013 05:08 AM, Riku Voipio wrote: Patches removed: 0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch - applied 0002-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch - fixed different upstream Revert-vmware_vga-Add-back-some-info-in-local-state-.patch - fixed

[OE-core] [PATCH RFC] Add multilib values to displayed build configuration

2013-06-06 Thread Mark Hatle
While attempting to help some users diagnose problems with multilib configurations, I was tired of asking for copies of local.conf files and dumps of the bitbake -e so I could understand how they had their multilib environment setup. This is an attempt to add additional diagnostics to the build

[OE-core] [PATCH RFC] base.bbclass: Add buildcfg multilib values

2013-06-06 Thread Mark Hatle
When displaying the buildcfg for the end user, add in processing of the multilib variants. Only the items that are not the same as the DEFAULTTUNE are displayed. I.e.: Build Configuration: BB_VERSION= 1.19.0 BUILD_SYS = x86_64-linux NATIVELSBSTRING = CentOS-6.4 DISTRO_VERSION

[OE-core] Linux kernel build dependency of 'bc'

2013-06-06 Thread Otavio Salvador
Hello Bruce, I got a build failure in my auto builder; it has a very lean system install and it spot something it is new for me. It seems the kernel now depends on 'bc' util. I tried to find a 'bc-native' and couldn't find so I'd like to know if it is a known issue and if someone is already

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-06 Thread Richard Purdie
On Wed, 2013-06-05 at 16:58 -0400, Denys Dmytriyenko wrote: On Wed, Jun 05, 2013 at 05:56:31PM -0300, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 5:53 PM, Saul Wold s...@linux.intel.com wrote: On 06/05/2013 01:10 PM, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 5:07 PM,

[OE-core] [CONSOLIDATED PULL 00/37] Post M1 Updates and Fixes

2013-06-06 Thread Saul Wold
Richard, Here is a set of patches that I have tested and reviewed. Robert's changes for insane/package checks look good, but could your eyes as a final check. Thanks Sau! Mostly Updates The following changes since commit 8a2ac668d99f7d64c2acffc3a39cedb2d152be6e: lrzsz: check

Re: [OE-core] Linux kernel build dependency of 'bc'

2013-06-06 Thread Paul Eggleton
Hi Otavio, On Thursday 06 June 2013 12:11:04 Otavio Salvador wrote: I got a build failure in my auto builder; it has a very lean system install and it spot something it is new for me. It seems the kernel now depends on 'bc' util. I tried to find a 'bc-native' and couldn't find so I'd like

Re: [OE-core] Linux kernel build dependency of 'bc'

2013-06-06 Thread Chris Larson
On Thu, Jun 6, 2013 at 9:08 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 06 June 2013 12:11:04 Otavio Salvador wrote: I got a build failure in my auto builder; it has a very lean system install and it spot something it is new for me. It seems the kernel now depends

Re: [OE-core] Linux kernel build dependency of 'bc'

2013-06-06 Thread Otavio Salvador
On Thu, Jun 6, 2013 at 1:12 PM, Chris Larson clar...@kergoth.com wrote: On Thu, Jun 6, 2013 at 9:08 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 06 June 2013 12:11:04 Otavio Salvador wrote: I got a build failure in my auto builder; it has a very lean system install

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-06 Thread Otavio Salvador
On Thu, Jun 6, 2013 at 12:46 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2013-06-05 at 16:58 -0400, Denys Dmytriyenko wrote: On Wed, Jun 05, 2013 at 05:56:31PM -0300, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 5:53 PM, Saul Wold s...@linux.intel.com wrote:

Re: [OE-core] [PATCH v2 0/7] run-postinsts refactoring

2013-06-06 Thread Mark Hatle
Comments below On 6/6/13 2:41 AM, Laurentiu Palcu wrote: (cover letter only) Changes in v2: * addressed an RPM issue that happened on AB. Interestingly, it happened only on certain distros. Our internal AB (running on Ubuntu server 12.04), didn't show any issues. So, what was

Re: [OE-core] [PATCH 00/11] GTK+ 3 updates

2013-06-06 Thread Saul Wold
On 05/31/2013 08:05 AM, Ross Burton wrote: Hi, Another revision of my GTK+ 3 branch, minus the test changes that need Python 2.7 and with some more fixes, mainly backports to ensure the Wayland backend works under Weston 1.1. Ross The following changes since commit

Re: [OE-core] [PATCH 0/3] GStreamer 1.0 recipes

2013-06-06 Thread Saul Wold
On 05/31/2013 12:15 PM, Carlos Rafael Giani wrote: These patches introduce recipes for GStreamer 1.0 . They are copied over from my gstreamer 1.0 layer at https://github.com/dv1/meta-gstreamer1.0 . All files except gstreamer1.0-plugins-package.inc were copied; gst-plugins-package.inc was patched

Re: [OE-core] [CONSOLIDATED PULL 00/37] Post M1 Updates and Fixes

2013-06-06 Thread Saul Wold
Otavio, Darren, Nitin: Your BSPs may need .bbappends for mesa, see below Sau! On 06/06/2013 09:08 AM, Saul Wold wrote: Richard, Here is a set of patches that I have tested and reviewed. Robert's changes for insane/package checks look good, but could your eyes as a final check. Thanks

Re: [OE-core] [PATCH 0/3] GStreamer 1.0 recipes

2013-06-06 Thread Carlos Rafael Giani
On 06.06.2013 18:53, Saul Wold wrote: On 05/31/2013 12:15 PM, Carlos Rafael Giani wrote: These patches introduce recipes for GStreamer 1.0 . They are copied over from my gstreamer 1.0 layer at https://github.com/dv1/meta-gstreamer1.0 . All files except gstreamer1.0-plugins-package.inc were

Re: [OE-core] [CONSOLIDATED PULL 00/37] Post M1 Updates and Fixes

2013-06-06 Thread Darren Hart
Nitin, are we fixed with 9.0.2 for emgd? Will we need to carry that recipe in meta-intel now? On 06/06/2013 09:57 AM, Saul Wold wrote: Otavio, Darren, Nitin: Your BSPs may need .bbappends for mesa, see below Sau! On 06/06/2013 09:08 AM, Saul Wold wrote: Richard, Here is a set of

Re: [OE-core] [CONSOLIDATED PULL 00/37] Post M1 Updates and Fixes

2013-06-06 Thread Kamble, Nitin A
Darren, Need to check, whether the new mesa is working well with EMGD. If it does, then the preferred version of mesa can be updated, if not then need to pull the older mesa in meta-intel. Nitin -Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Thursday,

Re: [OE-core] [CONSOLIDATED PULL 00/37] Post M1 Updates and Fixes

2013-06-06 Thread Darren Hart
On 06/06/2013 11:02 AM, Kamble, Nitin A wrote: Darren, Need to check, whether the new mesa is working well with EMGD. If it does, then the preferred version of mesa can be updated, if not then need to pull the older mesa in meta-intel. Thanks Nitin, please keep us posted. Minnow will be

Re: [OE-core] [PATCH v2 0/7] run-postinsts refactoring

2013-06-06 Thread Laurentiu Palcu
On 06/06/2013 07:43 PM, Mark Hatle wrote: Comments below On 6/6/13 2:41 AM, Laurentiu Palcu wrote: (cover letter only) Changes in v2: * addressed an RPM issue that happened on AB. Interestingly, it happened only on certain distros. Our internal AB (running on Ubuntu server

Re: [OE-core] [PATCH v2 0/7] run-postinsts refactoring

2013-06-06 Thread Mark Hatle
On 6/6/13 1:09 PM, Laurentiu Palcu wrote: On 06/06/2013 07:43 PM, Mark Hatle wrote: Comments below On 6/6/13 2:41 AM, Laurentiu Palcu wrote: (cover letter only) Changes in v2: * addressed an RPM issue that happened on AB. Interestingly, it happened only on certain distros. Our

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

2013-06-06 Thread Felipe Tonello
On Thu, Jun 6, 2013 at 2:54 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 05 June 2013 10:01:09 Saul Wold wrote: On 06/05/2013 09:57 AM, Paul Eggleton wrote: On Wednesday 05 June 2013 09:46:49 Saul Wold wrote: On 06/05/2013 02:30 AM, Martin Jansa wrote: On Wed, Jun

Re: [OE-core] [PATCH 0/3] GStreamer 1.0 recipes

2013-06-06 Thread Saul Wold
On 06/06/2013 10:17 AM, Carlos Rafael Giani wrote: On 06.06.2013 18:53, Saul Wold wrote: On 05/31/2013 12:15 PM, Carlos Rafael Giani wrote: These patches introduce recipes for GStreamer 1.0 . They are copied over from my gstreamer 1.0 layer at https://github.com/dv1/meta-gstreamer1.0 . All

Re: [OE-core] [PATCH 0/3] GStreamer 1.0 recipes

2013-06-06 Thread Phil Blundell
On Thu, 2013-06-06 at 13:18 -0700, Saul Wold wrote: But back to the orignal question, is the gstreamer 1.0 an upgrade path for 0.10 or a completely new gstreamer? Is there an upgrade path? If so, then the packaging needs to reflect that. I think what you're really asking is is gstreamer 1.0

Re: [OE-core] [PATCH 0/3] GStreamer 1.0 recipes

2013-06-06 Thread Carlos Rafael Giani
On 06.06.2013 22:18, Saul Wold wrote: On 06/06/2013 10:17 AM, Carlos Rafael Giani wrote: On 06.06.2013 18:53, Saul Wold wrote: On 05/31/2013 12:15 PM, Carlos Rafael Giani wrote: These patches introduce recipes for GStreamer 1.0 . They are copied over from my gstreamer 1.0 layer at

[OE-core] [PATCH 0/2] gnomebase.bbclass improvements

2013-06-06 Thread Marko Lindqvist
A couple of gnomebase.bbclass changes from the tree where I've been working to include recipe for latest (gtk3-only) vte version in addition to older gtk2-compatible one. trim_version() -patch should't be any way controversial. GNOMEBN -patch is one you may want to apply now, or to wait if there

Re: [OE-core] Linux kernel build dependency of 'bc'

2013-06-06 Thread Bruce Ashfield
On Thu, Jun 6, 2013 at 11:11 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello Bruce, I got a build failure in my auto builder; it has a very lean system install and it spot something it is new for me. It seems the kernel now depends on 'bc' util. I tried to find a 'bc-native' and

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

2013-06-06 Thread Jonathan Liu
On 07/06/2013, at 6:07 AM, Saul Wold s...@linux.intel.com wrote: On 06/06/2013 12:18 PM, Felipe Tonello wrote: On Thu, Jun 6, 2013 at 2:54 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 05 June 2013 10:01:09 Saul Wold wrote: On 06/05/2013 09:57 AM, Paul Eggleton wrote:

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

2013-06-06 Thread Martin Jansa
On Fri, Jun 07, 2013 at 09:17:09AM +1000, Jonathan Liu wrote: On 07/06/2013, at 6:07 AM, Saul Wold s...@linux.intel.com wrote: On 06/06/2013 12:18 PM, Felipe Tonello wrote: On Thu, Jun 6, 2013 at 2:54 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 05 June 2013

Re: [OE-core] State of bitbake world

2013-06-06 Thread Jonathan Liu
On 4 June 2013 22:06, Jack Mitchell m...@communistcode.co.uk wrote: On 04/06/13 12:58, Martin Jansa wrote: On Mon, Jun 03, 2013 at 05:10:08PM +0200, Martin Jansa wrote: On Mon, May 20, 2013 at 03:06:35PM +0200, Martin Jansa wrote: Couple of issues from last email were fixed, so here is

Re: [OE-core] [PATCH] classes/qmake2: export QMAKEPATH

2013-06-06 Thread Jonathan Liu
On 6 June 2013 17:34, Jonathan Liu net...@gmail.com wrote: On 6 June 2013 16:54, Jonathan Liu net...@gmail.com wrote: QMAKEPATH is exported so that qmake is able to detect the webkit module, load it and add it to the QT_CONFIG variable. The detection is done in mkspecs/features/qt_config.prf

[OE-core] [PATCH] qt4-native: update configure paths to match target

2013-06-06 Thread Jonathan Liu
qmake2 was being built with paths different to the target Qt. The incorrect paths can be seen by running qmake2 -query: QT_INSTALL_DOCS:${STAGING_DIR_NATIVE}/usr/doc should be /usr/share/doc/qt4 QT_INSTALL_PLUGINS:${STAGING_DIR_NATIVE}/usr/plugins should be /usr/lib/qt4/plugins

[OE-core] [PATCH 0/1] openssh: three fixes

2013-06-06 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit 9ba812ab1f613d28f9eb3192d2ff1a34dfce33e4: binutils: fix compile error of complex expressions before @l/@h (2013-06-03 16:46:37 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 1/1] openssh: three fixes

2013-06-06 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com 1. fix a alignment issue on ARM v7 NEON cpu 2. fix a empty passwd issue 3. enable tcp-wrappers by default Signed-off-by: Roy.Li rongqing...@windriver.com --- .../openssh-6.2p1/mac_compute-alignment.patch | 39

[OE-core] [PATCH 0/1] ppp: add default configuration files

2013-06-06 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit 9ba812ab1f613d28f9eb3192d2ff1a34dfce33e4: binutils: fix compile error of complex expressions before @l/@h (2013-06-03 16:46:37 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 1/1] PPP: add default configuration file and fix hard-coded CFLAGS

2013-06-06 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com 1. Add three ppp configuration files, make /etc/init.d/ppp start be able to work with little change. provider and pap are adopted from Ubuntu. ppp_on_boot is adopted from http://www.wlug.org.nz. 2. Use build system CFLAGS when compiling Signed-off-by:

[OE-core] [PATCH 0/3] qt4: add support for lconvert and xmlpatterns tools

2013-06-06 Thread Jonathan Liu
This patchset adds support for lconvert and xmlpatterns tools for Qt projects that require them (e.g. Qt Creator). Jonathan Liu (3): qt4-native: build lconvert and xmlpatterns classes/qmake2: export OE_QMAKE_LCONVERT and OE_QMAKE_XMLPATTERNS classes/qmake_base: update .pro hack

[OE-core] [PATCH 3/3] classes/qmake_base: update .pro hack

2013-06-06 Thread Jonathan Liu
This adds support for lconvert and xmlpatterns tools and tweaks the sed expressions to handle more complex assignments in .pro files like: LRELEASE = $$targetPath($$[QT_INSTALL_BINS]/lrelease) Signed-off-by: Jonathan Liu net...@gmail.com --- meta/classes/qmake_base.bbclass | 15 +--

[OE-core] [PATCH 1/3] qt4-native: build lconvert and xmlpatterns

2013-06-06 Thread Jonathan Liu
These tools are needed by some Qt projects (e.g. Qt Creator). Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-qt/qt4/qt4-native.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc index

[OE-core] [PATCH 2/3] classes/qmake2: export OE_QMAKE_LCONVERT and OE_QMAKE_XMLPATTERNS

2013-06-06 Thread Jonathan Liu
These will be used by qmake_base.bbclass. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/classes/qmake2.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/qmake2.bbclass b/meta/classes/qmake2.bbclass index 8b9861c..6e73ad2 100644 --- a/meta/classes/qmake2.bbclass

[OE-core] [PATCH 2/5] qt-mobility: update HOMEPAGE

2013-06-06 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc index 1db1438..b0e4278 100644 ---

[OE-core] [PATCH 0/5] qt4: update HOMEPAGE for recipes

2013-06-06 Thread Jonathan Liu
This patchset updates the HOMEPAGE of the qt4 recipes as it is no longer hosted at http://qt.nokia.com/. Jonathan Liu (5): nativesdk-qt4-tools.inc: update HOMEPAGE qt-mobility: update HOMEPAGE qt4-embedded: update HOMEPAGE qt4-native: update HOMEPAGE qt4-x11-free: update HOMEPAGE

[OE-core] [PATCH 1/5] nativesdk-qt4-tools.inc: update HOMEPAGE

2013-06-06 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc index cfc6fd8..3a825d8 100644 ---

[OE-core] [PATCH 4/5] qt4-native: update HOMEPAGE

2013-06-06 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-qt/qt4/qt4-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc index 895d690..a153a37 100644 --- a/meta/recipes-qt/qt4/qt4-native.inc

[OE-core] [PATCH 3/5] qt4-embedded: update HOMEPAGE

2013-06-06 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-qt/qt4/qt4-embedded.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index 7c8876b..cbdda5f 100644 ---

[OE-core] [PATCH 5/5] qt4-x11-free: update HOMEPAGE

2013-06-06 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-qt/qt4/qt4-x11-free.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index 8853260..4b29f55 100644 ---

[OE-core] [PATCH 1/1] trace-cmd: backport three patches

2013-06-06 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Backport three patches to fix running issues. Signed-off-by: Roy.Li rongqing...@windriver.com --- ...dd-checks-for-invalid-pointers-to-fix-seg.patch | 61 + ...o-not-call-stop_threads-if-doing-latency-.patch | 38

[OE-core] [PATCH 0/1] trace-cmd: backport three patches

2013-06-06 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit 8a2ac668d99f7d64c2acffc3a39cedb2d152be6e: lrzsz: check locale.h in configure (2013-06-04 15:53:45 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/trace-cmd

[OE-core] [PATCH 1/1] cracklib: fix QA warning about unsafe references in binaries

2013-06-06 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com If enable test 'unsafe-references-in-binaries', build libpam will get following warnings: WARNING: QA Issue: libpam: /lib/security/pam_cracklib.so, installed in \ the base_prefix, requires a shared library under exec_prefix (/usr): \ libcrack.so.2 =

[OE-core] [PATCH 0/1] cracklib: fix QA warning about unsafe references in binaries

2013-06-06 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com If enable test 'unsafe-references-in-binaries', build libpam will get following warnings: WARNING: QA Issue: libpam: /lib/security/pam_cracklib.so, installed in \ the base_prefix, requires a shared library under exec_prefix (/usr): \ libcrack.so.2