[OE-core] [PATCH] util-linux: collect symbol link libxx.so for related libxx-dev package

2013-11-13 Thread qiang.chen
From: Qiang Chen Commit 91c0f9e3 moves library files to base_libdir for safe while symbol link libuuid.so and libblkid.so are placed in libdir, not base_libdir. Thus they are missed by related develop package and collected by util-linux's develop package at last. Fix it. Signed-off-by: Zhang Xia

Re: [OE-core] [PATCH 2/2] bluez4: Fix no moudle named gi.repository and GObject for simpel-agent

2013-11-13 Thread Zhong Hongbo
On 11/13/2013 08:30 PM, Burton, Ross wrote: On 13 November 2013 10:08, Zhong Hongbo wrote: +++ b/meta/recipes-connectivity/bluez/bluez4-4.101/fix-no-module-name-GObject-for-simple-agent.patch @@ -0,0 +1,25 @@ +Fix No module name gi.repository and GObject for simple-agent + +Signed-off-by: Zhon

Re: [OE-core] [PATCH 1/2] bluez4: Install simple-agent utility for pairing bluetooth devices

2013-11-13 Thread Zhong Hongbo
On 11/13/2013 08:34 PM, Burton, Ross wrote: On 13 November 2013 11:38, Phil Blundell wrote: On Wed, 2013-11-13 at 18:08 +0800, Zhong Hongbo wrote: From: Zhong Hongbo Signed-off-by: Zhong Hongbo [...] install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/ + install

Re: [OE-core] [PATCH 1/2] lttng-modules: Update revision to grab last bugfix releases

2013-11-13 Thread Bruce Ashfield
On Wed, Nov 13, 2013 at 8:45 PM, Otavio Salvador wrote: > On Wed, Nov 13, 2013 at 7:54 PM, Saul Wold wrote: >> On 11/01/2013 06:31 AM, Otavio Salvador wrote: >>> >>> This updates lttng-modules for 2.3.2 and also includes a bugfix >>> imported from 3.4 kernel. The changes included are: >>> >>> 6c2

Re: [OE-core] [PATCH 0/1] udev: remove libudev-dbg and libgudev-dbg

2013-11-13 Thread wenzong fan
On 11/12/2013 03:47 PM, Richard Purdie wrote: On Mon, 2013-11-11 at 10:05 -0600, Mark Hatle wrote: On 11/11/13, 4:10 AM, wenzong@windriver.com wrote: From: Wenzong Fan We don't support multiple -dbg packages, so just remove the libudev-dbg, libgudev-dbg and put all debug stuffs to 'udev-d

[OE-core] [PATCH V2] util-linux: Fix QA warnings about ALTERNATIVES

2013-11-13 Thread Chong.Lu
From: Lu Chong Previously, EXTRA_OECONF would be overwritten by EXTRA_OECONF_class-native and EXTRA_OECONF_class-nativesdk. As a result, some applications such as `last', `mesg' and `reset' didn't get compiled. The patch rewrote EXTRA_OECONF_class-native, EXTRA_OECONF_class-nativesdk and EXTRA_O

[OE-core] [PATCH 0/1 v2] udev: remove extra -dev/-dbg packages

2013-11-13 Thread wenzong.fan
From: Wenzong Fan v1: remove libudev-dbg, libgudev-dbg v2: remove libudev-dev, libgudev-dev as well, since we don't support multiple -dbg/-dev packages. The following changes since commit ea92671d9823e3667d6ced7ac2af20f991da404d: bitbake: cooker: replace "w" file opening mode with "a" mode (

[OE-core] [PATCH 1/1 v2] udev: remove extra -dev/-dbg packages

2013-11-13 Thread wenzong.fan
From: Wenzong Fan We don't support multiple -dbg/-dev packages, the package can generate them but the system does not correctly handle them. Just move all devel stuffs into 'udev-dev' and all debug stuffs into 'udev-dbg'. Signed-off-by: Wenzong Fan --- meta/recipes-core/udev/udev.inc | 16 ++

Re: [OE-core] [v2 PATCH 1/2] grub-efi-native: fix build failure on 32bit host

2013-11-13 Thread jhuang0
On 11/14/2013 6:06 AM, Saul Wold wrote: On 11/08/2013 11:56 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang grub-efi-native builds grub with efi platform, then run "grub-mkimage" command with built in cfg and modules to generate an EFI binary for the target, and deploys it. It work

Re: [OE-core] [PATCH] qemu: explicitly disable xen support

2013-11-13 Thread Ming Liu
On 11/14/2013 02:28 AM, Saul Wold wrote: On 11/13/2013 12:15 AM, Ming Liu wrote: We don't make use of xen and when building on Ubuntu 13.04 when libxen-dev is installed on the build host you will get errors like the following: | /usr/include/x86_64-linux-gnu/bits/string3.h:81: warning: memset

Re: [OE-core] [PATCH 1/2] lttng-modules: Update revision to grab last bugfix releases

2013-11-13 Thread Otavio Salvador
On Wed, Nov 13, 2013 at 7:54 PM, Saul Wold wrote: > On 11/01/2013 06:31 AM, Otavio Salvador wrote: >> >> This updates lttng-modules for 2.3.2 and also includes a bugfix >> imported from 3.4 kernel. The changes included are: >> >> 6c26b01 Blacklist Linux kernels 3.10+ >> b97d469 LTTng trace-clock:

Re: [OE-core] [PATCH v2] curl: allow build with c-ares library support.

2013-11-13 Thread Yevhen Kyriukha
2013/11/13 Saul Wold : > On 11/13/2013 09:25 AM, Yevhen Kyriukha wrote: >> >> 2013/11/13 Saul Wold : >>> >>> On 11/13/2013 06:51 AM, Yevhen Kyriukha wrote: Also added c-ares library recipe. In libcurl there is an issue with DNS lookups that cause crash on some platform

Re: [OE-core] [v2 PATCH 1/2] grub-efi-native: fix build failure on 32bit host

2013-11-13 Thread Saul Wold
On 11/08/2013 11:56 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang grub-efi-native builds grub with efi platform, then run "grub-mkimage" command with built in cfg and modules to generate an EFI binary for the target, and deploys it. It works fine when build on 64bit host, but when w

Re: [OE-core] [PATCH 1/2] lttng-modules: Update revision to grab last bugfix releases

2013-11-13 Thread Saul Wold
On 11/01/2013 06:31 AM, Otavio Salvador wrote: This updates lttng-modules for 2.3.2 and also includes a bugfix imported from 3.4 kernel. The changes included are: 6c26b01 Blacklist Linux kernels 3.10+ b97d469 LTTng trace-clock: shrink kernel blacklist 7d40f8e Version 2.3.1 2aecb9b Blacklist kern

Re: [OE-core] [PATCH V3] systemd: Upgrade 206 -> 208

2013-11-13 Thread Khem Raj
On Nov 13, 2013, at 10:15 AM, Saul Wold wrote: > On 11/12/2013 10:47 PM, Khem Raj wrote: >> Remove patches accepted upstream >> Forward-port uclibc patches >> Create additional packages to bundle zsh support files >> > > Looks like RP already to v2, so can you make an updated diff against mast

Re: [OE-core] [PATCH v2] curl: allow build with c-ares library support.

2013-11-13 Thread Burton, Ross
On 13 November 2013 18:00, Phil Blundell wrote: > OpenedHand Ltd was apparently dissolved two years ago so I guess its > copyright notices are just historical artifacts. FWIW, as of October 2008 anything that was (C) OpenedHand Ltd is (C) Intel Corp. Ross

[OE-core] [PATCH] classes/image-empty: remove

2013-11-13 Thread Paul Eggleton
We don't actually need this dummy class; "inherit" can be used with an expression that evaluates to nothing with current BitBake. Signed-off-by: Paul Eggleton --- meta/classes/image-empty.bbclass | 0 meta/classes/image.bbclass | 12 ++-- 2 files changed, 6 insertions(+), 6 deleti

Re: [OE-core] [PATCH] qemu: explicitly disable xen support

2013-11-13 Thread Saul Wold
On 11/13/2013 12:15 AM, Ming Liu wrote: We don't make use of xen and when building on Ubuntu 13.04 when libxen-dev is installed on the build host you will get errors like the following: | /usr/include/x86_64-linux-gnu/bits/string3.h:81: warning: memset used with constant zero length parameter;

Re: [OE-core] [PATCH V3] systemd: Upgrade 206 -> 208

2013-11-13 Thread Saul Wold
On 11/12/2013 10:47 PM, Khem Raj wrote: Remove patches accepted upstream Forward-port uclibc patches Create additional packages to bundle zsh support files Looks like RP already to v2, so can you make an updated diff against master please. Thanks Sau! Signed-off-by: Khem Raj ---

[OE-core] [PATCH] staging: Use hardlinking for sysroot_stage_dir

2013-11-13 Thread Richard Purdie
This saves about 2GB on a core-image-sato build so is worth doing and is consistent with our efforts to try and decrease our build footprint. Build time in my local test seemed unaffected but on more IO bound machines it should help. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/st

Re: [OE-core] [PATCH v2] curl: allow build with c-ares library support.

2013-11-13 Thread Phil Blundell
On Wed, 2013-11-13 at 16:51 +0200, Yevhen Kyriukha wrote: > +# Copyright (c) 2012-2013 LG Electronics, Inc. Is this sort of thing wholesome? The majority of recipes in oe-core don't have any copyright statement and I'm not sure that adding one is necessarily a good thing. Out of curiosity I cond

Re: [OE-core] [PATCH v2] curl: allow build with c-ares library support.

2013-11-13 Thread Saul Wold
On 11/13/2013 09:25 AM, Yevhen Kyriukha wrote: 2013/11/13 Saul Wold : On 11/13/2013 06:51 AM, Yevhen Kyriukha wrote: Also added c-ares library recipe. In libcurl there is an issue with DNS lookups that cause crash on some platforms: http://curl.haxx.se/mail/lib-2008-09/0197.html To avoid this

Re: [OE-core] [PATCH v2] curl: allow build with c-ares library support.

2013-11-13 Thread Phil Blundell
On Wed, 2013-11-13 at 19:25 +0200, Yevhen Kyriukha wrote: > As far as I've tested curl crashes on i386 and Intel Cedartrail > platforms with internal threaded resolver. Crashes how? The original problem you mentioned is specific to the synchronous resolver. The threaded resolver doesn't use SIGA

Re: [OE-core] [PATCH v2] curl: allow build with c-ares library support.

2013-11-13 Thread Yevhen Kyriukha
2013/11/13 Saul Wold : > On 11/13/2013 06:51 AM, Yevhen Kyriukha wrote: >> >> Also added c-ares library recipe. >> >> In libcurl there is an issue with DNS lookups that cause crash on some >> platforms: >> http://curl.haxx.se/mail/lib-2008-09/0197.html >> To avoid this issue libcurl has to be built

[OE-core] [master][dora][PATCH] perl: perl-ptest.inc polutes package dependencies when ptest not enabled

2013-11-13 Thread jeffrey . honig
From: Jeffrey C Honig When ptest is not enabled, the populate_packages_prepend function runs wheter ptest is enabled or not. This causes ptest packages to get in the dependencies list when ptest is not enabled. Signed-off-by: Jeffrey C Honig --- meta/recipes-devtools/perl/perl-ptest.inc |

Re: [OE-core] [PATCH v2] curl: allow build with c-ares library support.

2013-11-13 Thread Saul Wold
On 11/13/2013 06:51 AM, Yevhen Kyriukha wrote: Also added c-ares library recipe. In libcurl there is an issue with DNS lookups that cause crash on some platforms: http://curl.haxx.se/mail/lib-2008-09/0197.html To avoid this issue libcurl has to be built with c-ares name resolver. This still do

Re: [OE-core] nativesdk-dbus depends on nativesdk-dbus-ptest-ptest

2013-11-13 Thread Dominik Holland
Hi, sorry my fault it needs to be RDEPENDS_dbus_class-nativesdk = "" but shouldn't than the RDEPENDS_class-native = "" also be changed to RDEPENDS_dbus_class-native = "" Dominik On 11/13/2013 04:53 PM, Dominik Holland wrote: Hi, i'm trying to port a application which has a dependency to d

Re: [OE-core] [PATCH v2] distrodata.bbclass: Add fetch2 handlers to svn case in checkpkg

2013-11-13 Thread Saul Wold
On 11/13/2013 01:45 AM, Irina Patru wrote: The existing code in checkpkg from distrodata.bbclass had similar functionality with fetch when searching for latest package version. For packages that use svn protocol that part was rewrote in order to use fetcher API. It now calls latest_revision meth

Re: [OE-core] Exploring LLVM/Clang for OE

2013-11-13 Thread Otavio Salvador
On Wed, Nov 13, 2013 at 12:47 PM, Randy MacLeod wrote: > On Tue, Nov 12, 2013 at 8:47 PM, Muhammad Tauqir Ahmad > wrote: >> According to the link below [1], it seems some works has been done at >> least for llvm+clang bitbake recipes, although I couldn't find any >> clang recipes when searching t

[OE-core] nativesdk-dbus depends on nativesdk-dbus-ptest-ptest

2013-11-13 Thread Dominik Holland
Hi, i'm trying to port a application which has a dependency to dbus. This tool is host tool and should be included in the sdk. Because of that i added a dependency to nativesdk-dbus. But it doesn't build for because nativesdk-dbus depends on nativesdk-dbus-ptest-ptest which is not available.

Re: [OE-core] [PATCH 1/2] bluez4: Install simple-agent utility for pairing bluetooth devices

2013-11-13 Thread Burton, Ross
On 13 November 2013 13:24, Philip Balister wrote: > On 11/13/2013 07:34 AM, Burton, Ross wrote: >> On 13 November 2013 11:38, Phil Blundell wrote: >>> On Wed, 2013-11-13 at 18:08 +0800, Zhong Hongbo wrote: From: Zhong Hongbo Signed-off-by: Zhong Hongbo >>> [...] instal

[OE-core] [PATCH v2] curl: allow build with c-ares library support.

2013-11-13 Thread Yevhen Kyriukha
Also added c-ares library recipe. In libcurl there is an issue with DNS lookups that cause crash on some platforms: http://curl.haxx.se/mail/lib-2008-09/0197.html To avoid this issue libcurl has to be built with c-ares name resolver. Signed-off-by: Yevhen Kyriukha --- meta/recipes-support/c-ar

Re: [OE-core] Exploring LLVM/Clang for OE

2013-11-13 Thread Randy MacLeod
On Tue, Nov 12, 2013 at 8:47 PM, Muhammad Tauqir Ahmad wrote: > According to the link below [1], it seems some works has been done at > least for llvm+clang bitbake recipes, although I couldn't find any > clang recipes when searching the net. If anyone can point me in the > right direction for fin

[OE-core] [PATCH 11/11] classes/pkg_metainfo: remove

2013-11-13 Thread Paul Eggleton
This is very old, and we now have pkgdata which is much more complete. Nobody appears to be using this class, and even OE-Classic had no current references to it. Signed-off-by: Paul Eggleton --- meta/classes/pkg_metainfo.bbclass | 22 -- 1 file changed, 22 deletions(-) dele

[OE-core] [PATCH 10/11] classes/pkg_distribute: remove

2013-11-13 Thread Paul Eggleton
This appears to be a very old way of archiving recipes and associated files. We have better ways of doing this now, and nobody appears to be using this class - even OE-Classic had no current references to it. Signed-off-by: Paul Eggleton --- meta/classes/pkg_distribute.bbclass | 29 -

[OE-core] [PATCH 03/11] classes/sanity: validate SDKMACHINE value

2013-11-13 Thread Paul Eggleton
If SDKMACHINE is set then check that a configuration file matching it actually exists, otherwise the user won't know that they've set it incorrectly. Signed-off-by: Paul Eggleton --- meta/classes/sanity.bbclass | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/classes/sanity.bbclass

[OE-core] [PATCH 06/11] gtk-immodules-cache: fix error message to use correct names

2013-11-13 Thread Paul Eggleton
It's gtk-immodules-cache and GTKIMMODULES_PACKAGES. Signed-off-by: Paul Eggleton --- meta/classes/gtk-immodules-cache.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/gtk-immodules-cache.bbclass b/meta/classes/gtk-immodules-cache.bbclass index e11ed22..5b

[OE-core] [PATCH 07/11] classes/license: use "1" to set boolean variables

2013-11-13 Thread Paul Eggleton
The expected usage of COPY_LIC_MANIFEST and COPY_LIC_DIRS appears to be to set them to "1" to enable; however the test here is just testing whether they have a value at all, so setting them to "0" would also enable them which is somewhat disingenuous. Actually check if they are set to "1" instead i

[OE-core] [PATCH 08/11] classes/license: fix comments

2013-11-13 Thread Paul Eggleton
It's LICENSE_FLAGS, LICENSE_FLAG is invalid. Signed-off-by: Paul Eggleton --- meta/classes/license.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 419105b..6d7ee94 100644 --- a/meta/classes/licens

[OE-core] [PATCH 09/11] systemd: fix comments

2013-11-13 Thread Paul Eggleton
It's DISTRO_FEATURES; DISTRO_FEATURE is invalid. Signed-off-by: Paul Eggleton --- meta/classes/systemd.bbclass | 4 ++-- meta/recipes-core/systemd/systemd_208.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/systemd.bbclass b/meta/classes/syste

[OE-core] [PATCH 05/11] bitbake.conf: remove CPU_FEATURES defaults

2013-11-13 Thread Paul Eggleton
This variable has been unused since the tune file overhaul two years ago. Signed-off-by: Paul Eggleton --- meta/conf/bitbake.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index b01c69f..d7d703d 100644 --- a/meta/conf/bitbake.conf +++ b

[OE-core] [PATCH 02/11] classes/insane: improve LIC_FILES_CHKSUM messages

2013-11-13 Thread Paul Eggleton
* If the md5 parameter is specified with no value, report that the checksum is not specified instead of reporting that it has changed * If the md5 checksum has changed, point directly to the license file in a way that is easy to copy and paste and give the line numbers in an easy to read form

[OE-core] [PATCH 04/11] bitbake.conf: remove BOOTSTRAP_EXTRA_* variable defaults

2013-11-13 Thread Paul Eggleton
These were for task-bootstrap in OE-Classic and have never been used in OE-Core. Signed-off-by: Paul Eggleton --- meta/conf/bitbake.conf | 7 --- 1 file changed, 7 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index ea313ad..b01c69f 100644 --- a/meta/conf/bitbake

[OE-core] [PATCH 00/11] Misc cleanups / validation improvements

2013-11-13 Thread Paul Eggleton
Tidy up a bunch of minor things I had on my todo list or that I noticed recently. Note the two class removals at the end. The following changes since commit 616354f13732d13c17434d5b60b166f691c25761: binutils: Add gnu-config-native to DEPENDS (2013-11-12 16:00:20 +) are available in the gi

[OE-core] [PATCH 01/11] scripts/create-recipe: fix handling of --help

2013-11-13 Thread Paul Eggleton
If --help is specified as the first argument, show the standard help text instead of trying to process it as a URL. Signed-off-by: Paul Eggleton --- scripts/create-recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-recipe b/scripts/create-recipe index 5613e

Re: [OE-core] [PATCH 1/2] apt: Upgrade from 0.9.9.4 to 0.9.11.4

2013-11-13 Thread cristiana.voicu
On 11/02/2013 03:26 AM, Saul Wold wrote: On 10/23/2013 04:59 AM, Marius Avram wrote: - no-ko-translation.patch respects new structure of po/LINGUAS file - replaces configure.in to configure.ac inside multiple patches - adds libapt-private installation Seems they have moved to 0.9.12.1 already

[OE-core] [PATCH 3/6 v3] binutils: Ensure old -symlinks packages get removed

2013-11-13 Thread Mark Hatle
When the -symlinks package was removed and an RPROVIDES was added, nothing was put in to cause the removal of the older package in an upgrade. Signed-off-by: Mark Hatle --- meta/recipes-devtools/binutils/binutils.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/bin

[OE-core] [PATCH 2/6 v3] gcc: Drop *-symlinks

2013-11-13 Thread Mark Hatle
The -symlinks packages don't really add any value if we're using update-alternatives. Drop it, leaving an RPROVIDES in case anyone thought they needed it still. Signed-off-by: Mark Hatle --- meta/recipes-devtools/gcc/gcc-target.inc | 54 ++-- 1 file changed, 30 inser

Re: [OE-core] Confusing Performance Numbers

2013-11-13 Thread Enrico Scholz
Richard Purdie writes: > I had some ideas I decided to test out. Specifically: > Its very hard to figure out what in these tests might be noise and what > if anything was a real gain (other than the disk usage improvements). I > suspect the hardlinking patch may be worthwhile, the other two are >

Re: [OE-core] [PATCH 3/6] binutils: Ensure old -symlinks packages get removed

2013-11-13 Thread Phil Blundell
On Wed, 2013-11-13 at 07:39 -0600, Mark Hatle wrote: > On 11/13/13, 5:14 AM, Phil Blundell wrote: > > On Wed, 2013-11-13 at 09:12 +0100, Martin Jansa wrote: > >> On Tue, Nov 12, 2013 at 07:23:22PM -0600, Mark Hatle wrote: > >>> When the -symlinks package was removed and an RPROVIDES was added, noth

Re: [OE-core] [PATCH 3/6] binutils: Ensure old -symlinks packages get removed

2013-11-13 Thread Mark Hatle
On 11/13/13, 5:14 AM, Phil Blundell wrote: On Wed, 2013-11-13 at 09:12 +0100, Martin Jansa wrote: On Tue, Nov 12, 2013 at 07:23:22PM -0600, Mark Hatle wrote: When the -symlinks package was removed and an RPROVIDES was added, nothing was put in to cause the removal of the older package in an upg

Re: [OE-core] [PATCH 1/2] bluez4: Install simple-agent utility for pairing bluetooth devices

2013-11-13 Thread Philip Balister
On 11/13/2013 07:34 AM, Burton, Ross wrote: > On 13 November 2013 11:38, Phil Blundell wrote: >> On Wed, 2013-11-13 at 18:08 +0800, Zhong Hongbo wrote: >>> From: Zhong Hongbo >>> >>> Signed-off-by: Zhong Hongbo >> [...] >>> install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth

Re: [OE-core] [PATCH 6/6 v2] package_rpm: Allow translation of requirement to package name

2013-11-13 Thread Mark Hatle
On 11/13/13, 4:33 AM, Paul Eggleton wrote: Hi Mark, On Tuesday 12 November 2013 19:59:20 Mark Hatle wrote: In the translate oe to smart function, we only translated package names. However, it's allowed that people can put in a dependency name in the IMAGE_INSTALL. So on a failure to translate

Re: [OE-core] [PATCH 1/2] bluez4: Install simple-agent utility for pairing bluetooth devices

2013-11-13 Thread Burton, Ross
On 13 November 2013 11:38, Phil Blundell wrote: > On Wed, 2013-11-13 at 18:08 +0800, Zhong Hongbo wrote: >> From: Zhong Hongbo >> >> Signed-off-by: Zhong Hongbo > [...] >> install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/ >> + install -m 0755 ${S}/test/simple-agent ${

Re: [OE-core] [PATCH 6/6 v2] package_rpm: Allow translation of requirement to package name

2013-11-13 Thread Otavio Salvador
On Wed, Nov 13, 2013 at 8:33 AM, Paul Eggleton wrote: > On Tuesday 12 November 2013 19:59:20 Mark Hatle wrote: >> In the translate oe to smart function, we only translated package names. >> However, it's allowed that people can put in a dependency name in the >> IMAGE_INSTALL. So on a failure to

Re: [OE-core] [PATCH 2/2] bluez4: Fix no moudle named gi.repository and GObject for simpel-agent

2013-11-13 Thread Burton, Ross
On 13 November 2013 10:08, Zhong Hongbo wrote: > +++ > b/meta/recipes-connectivity/bluez/bluez4-4.101/fix-no-module-name-GObject-for-simple-agent.patch > @@ -0,0 +1,25 @@ > +Fix No module name gi.repository and GObject for simple-agent > + > +Signed-off-by: Zhong Hongbo Patch needs an Upstream-

Re: [OE-core] [PATCH 1/2] bluez4: Install simple-agent utility for pairing bluetooth devices

2013-11-13 Thread Phil Blundell
On Wed, 2013-11-13 at 18:08 +0800, Zhong Hongbo wrote: > From: Zhong Hongbo > > Signed-off-by: Zhong Hongbo [...] > install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/ > + install -m 0755 ${S}/test/simple-agent ${D}/${bindir}/simple-agent What does simple-agent actuall

Re: [OE-core] [PATCH] curl: build with c-ares library support.

2013-11-13 Thread Phil Blundell
On Tue, 2013-11-12 at 15:36 -0800, Saul Wold wrote: > This is why I wanted to understand the orignal failure, so using > PACKAGECONFIG sounds reasonable, I think we have had a case in the past > where we even allowed for a non-default PACKAGECONFIG point outside of > oe-core (I can't remember wh

Re: [OE-core] [PATCH 3/6] binutils: Ensure old -symlinks packages get removed

2013-11-13 Thread Phil Blundell
On Wed, 2013-11-13 at 09:12 +0100, Martin Jansa wrote: > On Tue, Nov 12, 2013 at 07:23:22PM -0600, Mark Hatle wrote: > > When the -symlinks package was removed and an RPROVIDES was added, nothing > > was put in to cause the removal of the older package in an upgrade. > > > > Signed-off-by: Mark Ha

Re: [OE-core] [PATCH 6/6 v2] package_rpm: Allow translation of requirement to package name

2013-11-13 Thread Paul Eggleton
Hi Mark, On Tuesday 12 November 2013 19:59:20 Mark Hatle wrote: > In the translate oe to smart function, we only translated package names. > However, it's allowed that people can put in a dependency name in the > IMAGE_INSTALL. So on a failure to translate a package name, we fall back > and attem

Re: [OE-core] [PATCH] util-linux: Fix QA warnings about ALTERNATIVES

2013-11-13 Thread Lu Chong
Hi, Richard I will resend another commit, please ignore this one. I'm very sorry. Best Regards Chong On 11/13/2013 06:10 PM, Robert Yang wrote: On 11/13/2013 05:10 PM, Richard Purdie wrote: On Wed, 2013-11-13 at 16:11 +0800, chong...@windriver.com wrote: From: Lu Chong Previously, EXTRA_

Re: [OE-core] [PATCH] util-linux: Fix QA warnings about ALTERNATIVES

2013-11-13 Thread Robert Yang
On 11/13/2013 05:10 PM, Richard Purdie wrote: On Wed, 2013-11-13 at 16:11 +0800, chong...@windriver.com wrote: From: Lu Chong Previously, EXTRA_OECONF would be overwritten by EXTRA_OECONF_class-native and EXTRA_OECONF_class-nativesdk when we executed `make export-sdk' command. We don't hav

[OE-core] [PATCH 1/2] bluez4: Install simple-agent utility for pairing bluetooth devices

2013-11-13 Thread Zhong Hongbo
From: Zhong Hongbo Signed-off-by: Zhong Hongbo --- meta/recipes-connectivity/bluez/bluez4_4.101.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb index d6c3e26..c3444ab 100644 --- a/meta

[OE-core] [PATCH 0/2] bluez4: Install and fix simpe-agent

2013-11-13 Thread Zhong Hongbo
Zhong Hongbo (2): bluez4: Install simple-agent utility for pairing bluetooth devices bluez4: Fix no moudle named gi.repository and GObject for simpel-agent ...x-no-module-name-GObject-for-simple-agent.patch | 25 meta/recipes-connectivity/bluez/bluez4_4.101.bb|

[OE-core] [PATCH 2/2] bluez4: Fix no moudle named gi.repository and GObject for simpel-agent

2013-11-13 Thread Zhong Hongbo
From: Zhong Hongbo Signed-off-by: Zhong Hongbo --- ...x-no-module-name-GObject-for-simple-agent.patch | 25 meta/recipes-connectivity/bluez/bluez4_4.101.bb|1 + 2 files changed, 26 insertions(+) create mode 100644 meta/recipes-connectivity/bluez/bluez4-4.101/fix

[OE-core] [PATCH v2] distrodata.bbclass: Add fetch2 handlers to svn case in checkpkg

2013-11-13 Thread Irina Patru
The existing code in checkpkg from distrodata.bbclass had similar functionality with fetch when searching for latest package version. For packages that use svn protocol that part was rewrote in order to use fetcher API. It now calls latest_revision method from Git class in fetch2 so that it gets l

Re: [OE-core] [PATCH] util-linux: Fix QA warnings about ALTERNATIVES

2013-11-13 Thread Richard Purdie
On Wed, 2013-11-13 at 16:11 +0800, chong...@windriver.com wrote: > From: Lu Chong > > Previously, EXTRA_OECONF would be overwritten by EXTRA_OECONF_class-native > and EXTRA_OECONF_class-nativesdk when we executed `make export-sdk' command. We don't have an export-sdk command do we? > As a resul

[OE-core] [PATCH 0/1] lib32-qt4-examples: fix QA warnings and INSANE_SKIP not work

2013-11-13 Thread Hongxu Jia
The following changes since commit ea92671d9823e3667d6ced7ac2af20f991da404d: bitbake: cooker: replace "w" file opening mode with "a" mode (2013-11-12 17:01:37 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-qt4-warning http://git.pokylinux.or

[OE-core] [PATCH 1/1] lib32-qt4-examples: fix QA warnings and INSANE_SKIP not work

2013-11-13 Thread Hongxu Jia
Fix the following warnings: ... lib32-qt4-examples: found library in wrong location: /usr/bin/qt4/examples/tools/echoplugin/plugin/libechoplugin.so lib32-qt4-examples: found library in wrong location: /usr/bin/qt4/examples/tools/plugandpaint/plugins/libpnp_extrafilters.so ... In oe-core f1195664

[OE-core] [PATCH 0/1] Correct lsb commands install_initd/remove_initd install directory

2013-11-13 Thread Kai Kang
The following changes since commit ea92671d9823e3667d6ced7ac2af20f991da404d: bitbake: cooker: replace "w" file opening mode with "a" mode (2013-11-12 17:01:37 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/lsb http://git.pokylinux.org/cgit.cgi/

[OE-core] [PATCH 1/1] lsb: update directory of install_initd and remove_initd

2013-11-13 Thread Kai Kang
According to LSB specification: http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/installinitd.html http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/removeinitd.html commands install_initd and remove_initd should under directory /usr/li

[OE-core] [PATCH] grub: add xz RDEPENDS

2013-11-13 Thread Ming Liu
grub_2.0.0 requires xz to run or an error may occur. Signed-off-by: Ming Liu --- meta/recipes-bsp/grub/grub_2.00.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb index e82996d..f8b68e4 100644 --- a/met

[OE-core] [PATCH] qemu: explicitly disable xen support

2013-11-13 Thread Ming Liu
We don't make use of xen and when building on Ubuntu 13.04 when libxen-dev is installed on the build host you will get errors like the following: | /usr/include/x86_64-linux-gnu/bits/string3.h:81: warning: memset used with constant zero length parameter; this could be due to transposed parameters

Re: [OE-core] [PATCH 3/6] binutils: Ensure old -symlinks packages get removed

2013-11-13 Thread Martin Jansa
On Tue, Nov 12, 2013 at 07:23:22PM -0600, Mark Hatle wrote: > When the -symlinks package was removed and an RPROVIDES was added, nothing > was put in to cause the removal of the older package in an upgrade. > > Signed-off-by: Mark Hatle > --- > meta/recipes-devtools/binutils/binutils.inc | 1 + >

[OE-core] [PATCH] util-linux: Fix QA warnings about ALTERNATIVES

2013-11-13 Thread Chong.Lu
From: Lu Chong Previously, EXTRA_OECONF would be overwritten by EXTRA_OECONF_class-native and EXTRA_OECONF_class-nativesdk when we executed `make export-sdk' command. As a result, some applications such as `last', `mesg' and `reset' didn't get compiled. The patch rewrote EXTRA_OECONF_class-nativ