[oe] [meta-oe][PATCH 1/5] canutils: rdep on iproute2

2015-11-12 Thread Christopher Larson
From: Christopher Larson busybox ip fails to configure can interfaces, so we need iproute2 to do so. See also http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver. Signed-off-by: Christopher Larson ---

[oe] [meta-oe][PATCH 4/5] ctdb: rdep on bash

2015-11-12 Thread Christopher Larson
From: Christopher Larson onnode is a shell script with bashisms and bash #!. Signed-off-by: Christopher Larson --- meta-oe/recipes-support/ctdb/ctdb_2.5.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [oe] [meta-browser][PATCH 1/2] cef3: use PARALLEL_MAKE to control build parallelism

2015-11-12 Thread Julien Brianceau (jbriance)
I've added -j in http://patches.openembedded.org/patch/100133/, because chromium recipe wasn't fair to other recipes. For instance, if bitbake is processing 8 compile tasks (incl. chromium) in parallel on a 24 cores machine, 7 recipes will be compiled with -j${BB_NUMBER_THREADS} whereas chromium

Re: [oe] [meta-browser][PATCH 1/2] cef3: use PARALLEL_MAKE to control build parallelism

2015-11-12 Thread Andreas Müller
On Thu, Nov 12, 2015 at 10:26 AM, Julien Brianceau (jbriance) wrote: > I've added -j in http://patches.openembedded.org/patch/100133/, because > chromium recipe wasn't fair to other recipes. > For instance, if bitbake is processing 8 compile tasks (incl. chromium) in >

Re: [oe] [meta-browser][PATCH 1/2] cef3: use PARALLEL_MAKE to control build parallelism

2015-11-12 Thread Julien Brianceau (jbriance)
That makes sense, thanks for the clarification. -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Andreas Müller Sent: jeudi 12 novembre 2015 10:34 To:

[oe] [meta-oe][PATCH 5/5] gpsd: also support bluez5

2015-11-12 Thread Christopher Larson
From: Christopher Larson gpsd uses libbluetooth, not the dbus interface, so it can work with bluez5 as well, as the library is compatible. Signed-off-by: Christopher Larson --- meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 4 ++-- 1 file

[oe] [meta-oe][PATCH 3/5] lowpan-tools: add missing flex/bison deps

2015-11-12 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 2/5] talloc,libtevent,libtdb: depend on attr

2015-11-12 Thread Christopher Larson
From: Christopher Larson These will depend on libattr if it's available, and we need deterministic builds. This fixes a build-deps failure which occurs when attr is built before them. There's currently no configuration option to explicitly control this dependency, and I

[oe] [PATCH 6/6] waf-samba.bbclass: add cross-answers option and files

2015-11-12 Thread jackie.huang
From: Jackie Huang --cross-execute uses qemu to run cross-compiled binaries, it works fine for qemu supported targets, but it definitely will fail if the target is not supported by qemu. So we need to use the cross-answers option. Added three methods and set 'answer'

[oe] [PATCH][meta-oe] fbida: add PACKAGECONFIG for lirc

2015-11-12 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/fbida/fbida_2.10.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb index e763221..8a4c083 100644 ---

Re: [oe] [PATCH 2/6] talloc: upgrade to 2.1.3

2015-11-12 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Martin Jansa > Sent: Thursday, November 12, 2015 6:50 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [PATCH

[oe] [v2][PATCH] talloc: upgrade to 2.1.3

2015-11-12 Thread jackie.huang
From: Jackie Huang Changes: - use ${SOLIBS} and ${SOLIBSDEV} instead of hardcoded suffix Signed-off-by: Jackie Huang --- .../talloc/{talloc_2.1.1.bb => talloc_2.1.3.bb}| 18 -- 1 file changed, 8 insertions(+), 10

Re: [oe] OE/Yocto developer survey

2015-11-12 Thread Cliff Brake
Thanks for all the replies. I'm working on summarizing the results -- hopefully in the next couple days. Cliff -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] [OE-core] State of bitbake world, test-dependencies 2015-11-12

2015-11-12 Thread Martin Jansa
On Thu, Nov 12, 2015 at 12:12:09PM +, Burton, Ross wrote: > On 12 November 2015 at 11:43, Martin Jansa wrote: > > > WARN: clutter-gst-3.0: clutter-gst-3.0 rdepends on libgudev, but it isn't > > a build dependency? > > WARN: gammu: gammu rdepends on libgudev, but it

[oe] [PATCH 5/6] samba: backport patches for cross-compiling

2015-11-12 Thread jackie.huang
From: Jackie Huang * Adds a new mode for samba cross-compiling: When both --cross-answers and --cross-execute are set, this means: - Use cross-answers - If answer is unknown, then instead of adding UNKNOWN to the cross-answers file and failing configure,

[oe] [PATCH 2/6] talloc: upgrade to 2.1.3

2015-11-12 Thread jackie.huang
From: Jackie Huang Changes: - use PV instead of hardcoded version number Signed-off-by: Jackie Huang --- .../talloc/{talloc_2.1.1.bb => talloc_2.1.3.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)

[oe] [PATCH 4/6] libtdb: upgrade to 1.3.7

2015-11-12 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- meta-oe/recipes-support/libtdb/{libtdb_1.3.0.bb => libtdb_1.3.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libtdb/{libtdb_1.3.0.bb =>

[oe] [PATCH 0/6] waf-samba: fix build failure on targets unsupported by qemu

2015-11-12 Thread jackie.huang
From: Jackie Huang Comments: samba and required packages started to use waf build system since 4.x, and the waf bbclass use qemu user mode to help configure checking by default, but not all targets are supported by qemu user mode, so it definitely fail on those

[oe] [PATCH 1/6] libtevent: upgrade to 0.9.25

2015-11-12 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../libtevent/{libtevent_0.9.21.bb => libtevent_0.9.25.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [PATCH 3/6] libldb: upgrade to 1.1.21

2015-11-12 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- meta-oe/recipes-support/libldb/{libldb_1.1.17.bb => libldb_1.1.21.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libldb/{libldb_1.1.17.bb =>

Re: [oe] [PATCH 2/6] talloc: upgrade to 2.1.3

2015-11-12 Thread Martin Jansa
On Thu, Nov 12, 2015 at 06:44:21PM +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > Changes: > - use PV instead of hardcoded version number > > Signed-off-by: Jackie Huang > --- > .../talloc/{talloc_2.1.1.bb =>

[oe] State of bitbake world, test-dependencies 2015-11-12

2015-11-12 Thread Martin Jansa
Another incremental test, only 26 recipes were tested, but it found enough issues in just released Jethro. Complete log: http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.2015_112937.log/ ERROR: 42 issues were found in these recipes: cifs-utils clutter-gst-3.0 devicekit-power

[oe] [PATCH][meta-multimedia] gst-plugins-good: add PACKAGECONFIG for dv1394

2015-11-12 Thread Martin Jansa
* ERROR: gst-plugins-good: gst-plugins-good-1394 package isn't created when building with minimal dependencies? ERROR: gst-plugins-good: gst-plugins-good-1394-dev package isn't created when building with minimal dependencies? Signed-off-by: Martin Jansa ---

[oe] [PATCH][meta-oe] devicekit-power: add missing dependency on libgudev

2015-11-12 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-networking/recipes-kernel/netmap/netmap-modules_git.bb | 2 +- meta-oe/recipes-support/devicekit/devicekit-power_014.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [oe] [OE-core] State of bitbake world, test-dependencies 2015-11-12

2015-11-12 Thread Burton, Ross
On 12 November 2015 at 11:43, Martin Jansa wrote: > WARN: clutter-gst-3.0: clutter-gst-3.0 rdepends on libgudev, but it isn't > a build dependency? > WARN: gammu: gammu rdepends on libgudev, but it isn't a build dependency? > WARN: gstreamer1.0-plugins-good:

Re: [oe] [meta-oe][PATCH 2/5] talloc, libtevent, libtdb: depend on attr

2015-11-12 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Christopher Larson > Sent: Friday, November 13, 2015 4:17 AM > To: openembedded-devel@lists.openembedded.org > Cc: Christopher

[oe] [PATCH][meta-oe 3/9] tipcutils: set MACHINE_ARCH, because it depends on kernel

2015-11-12 Thread Martin Jansa
* see: http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html * fixes: ERROR: tipcutils different signature for task do_configure.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['autoconfautoconf_2.69.bb.do_populate_sysroot:virtual:native',

[oe] [PATCH][meta-oe 4/9] xl2tpd: set MACHINE_ARCH, because it depends on kernel

2015-11-12 Thread Martin Jansa
* see: http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html * fixes: ERROR: xl2tpd different signature for task do_configure.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['gccgcc-cross_5.2.bb.do_populate_sysroot',

[oe] [PATCH][meta-oe 5/9] zabbix: set MACHINE_ARCH, because it depends on MACHINE specific KERNEL_VERSION

2015-11-12 Thread Martin Jansa
* see: http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html * fixes: ERROR: zabbix different signature for task do_configure.sigdata between qemux86copy and qemux86 basehash changed from 2b2cdeb8b36ed130bf28374a5b6d2e4d to 624cc1888e50c4509679c829a906af03

[oe] [PATCH][meta-oe 2/9] linux-atm: set MACHINE_ARCH, because it depends on kernel

2015-11-12 Thread Martin Jansa
* see: http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html * fixes: ERROR: linux-atm different signature for task do_configure.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['autoconfautoconf_2.69.bb.do_populate_sysroot:virtual:native',

Re: [oe] [PATCH][meta-oe] devicekit-power: add missing dependency on libgudev

2015-11-12 Thread Martin Jansa
On Thu, Nov 12, 2015 at 11:32:32AM +0100, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta-networking/recipes-kernel/netmap/netmap-modules_git.bb | 2 +- > meta-oe/recipes-support/devicekit/devicekit-power_014.bb| 2 +- > 2 files changed, 2

[oe] [PATCH][meta-oe] netmap: set MACHINE_ARCH, because it depends on MACHINE_ARCH netmap-modules

2015-11-12 Thread Martin Jansa
* it's also using MACHINE specific variables like: STAGING_KERNEL_DIR. STAGING_KERNEL_BUILDDIR * drop suspicious: do_fetch[depends] += "netmap-modules:do_fetch" fetcher should use .lock files to prevent updating the same repository in parallel * see:

Re: [oe] [meta-oe][PATCH] syslog-ng: add UPDATE_ALTERNATIVE for syslog-service

2015-11-12 Thread Steffen Sledz
This fixes [YOCTO-8688]. -- DResearch Fahrzeugelektronik GmbH Otto-Schmirgal-Str. 3, 10319 Berlin, Germany Tel: +49 30 515932-237 mailto:sl...@dresearch-fe.de Fax: +49 30 515932-299 Geschäftsführer: Dr. Michael Weber, Werner Mögle; Amtsgericht Berlin Charlottenburg; HRB 130120 B; Ust.-IDNr.

[oe] [PATCH][meta-oe 7/9] lmsensors: drop LINUX=${STAGING_KERNEL_DIR} from EXTRA_OEMAKE

2015-11-12 Thread Martin Jansa
* it builds fine without it, STAGING_KERNEL_DIR depends on MACHINE and would cause whole recipe (and everything depending on it) MACHINE_ARCH * there wasn't any kernel dependency, so STAGING_KERNEL_DIR was potentially empty anyway, there is no change shown in buildhistory * nothing in

[oe] [PATCH][meta-oe 1/9] ipsec-tools: set MACHINE_ARCH, because it depends on kernel

2015-11-12 Thread Martin Jansa
* see: http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html * fixes: ERROR: ipsec-tools different signature for task do_configure.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['autoconfautoconf_2.69.bb.do_populate_sysroot:virtual:native',

[oe] [PATCH][meta-oe 6/9] xserver-common, xserver-nodm-init: drop allarch, depends on couple TUNE_PKGARCH recipes

2015-11-12 Thread Martin Jansa
* xmodmap xrandr xdpyinfo fbset xinput-calibrator xinit * see: http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html * fixes: ERROR: xserver-common different signature for task do_package_write_ipk.sigdata between qemux86copy and qemuarm runtaskdeps changed from

[oe] [PATCH][meta-oe 8/9] terminus-font, ttf*: exclude fontconfig dependency with SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2015-11-12 Thread Martin Jansa
* see: http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html * fixes: ERROR: terminus-font different signature for task do_package_write_ipk.sigdata between qemux86copy and qemuarm runtaskdeps changed from ['fontconfigfontconfig_2.11.94.bb.do_packagedata',

Re: [oe] [PATCH][meta-oe 1/9] ipsec-tools: set MACHINE_ARCH, because it depends on kernel

2015-11-12 Thread Andreas Müller
On Thu, Nov 12, 2015 at 3:22 PM, Martin Jansa wrote: > * see: > > http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html > * fixes: > ERROR: ipsec-tools different signature for task do_configure.sigdata between > qemux86copy and qemux86 >

Re: [oe] [PATCH][meta-oe 1/9] ipsec-tools: set MACHINE_ARCH, because it depends on kernel

2015-11-12 Thread Martin Jansa
On Thu, Nov 12, 2015 at 03:39:12PM +0100, Andreas Müller wrote: > On Thu, Nov 12, 2015 at 3:22 PM, Martin Jansa wrote: > > * see: > > > > http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html > > * fixes: > > ERROR: ipsec-tools different

Re: [oe] [v2][PATCH] talloc: upgrade to 2.1.3

2015-11-12 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Jens Rehsack > Sent: Thursday, November 12, 2015 11:23 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe]

Re: [oe] [meta-oe][PATCH 2/5] talloc, libtevent, libtdb: depend on attr

2015-11-12 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Christopher Larson > Sent: Friday, November 13, 2015 11:20 AM > To: Openembedded Discussion > Subject: Re: [oe] [meta-oe][PATCH

Re: [oe] [meta-oe][PATCH 2/5] talloc, libtevent, libtdb: depend on attr

2015-11-12 Thread Christopher Larson
On Thu, Nov 12, 2015 at 7:48 PM, Huang, Jie (Jackie) < jackie.hu...@windriver.com> wrote: > > -Original Message- > > From: openembedded-devel-boun...@lists.openembedded.org [mailto: > openembedded-devel- > > boun...@lists.openembedded.org] On Behalf Of Christopher Larson > > Sent: Friday,

[oe] [PATCH][meta-efl] packagegroup-efl-sdk: exclude packagegroup-core-sdk dependency with SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2015-11-12 Thread Martin Jansa
* packagegroup-core-sdk is MACHINE_ARCH since: commit 66ff089603618dc9b22532509bf39274bf6adf67 Author: Dan McGregor Date: Wed Dec 10 20:14:57 2014 -0600 packagegroup-core-sdk: add gcc-sanitizers to core SDK * see:

[oe] [PATCH][meta-xfce] xfce4-session: exclude machine-host dependency with SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2015-11-12 Thread Martin Jansa
* this whole machine-host is very bad idea, all changes from postinst will be removed when netbase package is upgraded (it has CONFFILES set but most users won't know that this entry was appended by machine-host package) * see:

[oe] [PATCH][meta-python]: python-requests: Add RDEPENDS

2015-11-12 Thread Scott Ellis
The python-requests module has runtime dependencies. Signed-off-by: Scott Ellis --- meta-python/recipes-devtools/python/python-requests_2.7.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-requests_2.7.0.bb

[oe] [PATCH][meta-perl] libauthen-sasl-perl, libdigest-hmac-perl, libio-socket-ssl-perl: don't set PACKAGE_ARCH = "all"

2015-11-12 Thread Martin Jansa
* like other perl libraries * see: http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html * fixes: ERROR: libauthen-sasl-perl different signature for task do_configure.sigdata between qemux86copy and qemuarm Task dependencies changed from: ['ABIEXTENSION', 'AR',

Re: [oe] [PATCH][meta-oe 1/9] ipsec-tools: set MACHINE_ARCH, because it depends on kernel

2015-11-12 Thread Andreas Müller
On Thu, Nov 12, 2015 at 3:49 PM, Martin Jansa wrote: > On Thu, Nov 12, 2015 at 03:39:12PM +0100, Andreas Müller wrote: >> On Thu, Nov 12, 2015 at 3:22 PM, Martin Jansa wrote: >> > * see: >> > >> >

Re: [oe] [v2][PATCH] talloc: upgrade to 2.1.3

2015-11-12 Thread Jens Rehsack
> Am 12.11.2015 um 12:16 schrieb jackie.hu...@windriver.com: > > From: Jackie Huang > > Changes: > - use ${SOLIBS} and ${SOLIBSDEV} instead of hardcoded suffix > > Signed-off-by: Jackie Huang > --- > .../talloc/{talloc_2.1.1.bb =>

[oe] [PATCH][meta-initramfs] dracut: exclude kernel-modules dependency with SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2015-11-12 Thread Martin Jansa
* see: http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html * fixes: ERROR: dracut different signature for task do_package_write_ipk.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['bash-completionbash-completion_2.1.bb.do_packagedata',

Re: [oe] [OE-core] qt4 moves out of oe-core - to meta-qt4, or to meta-oe?

2015-11-12 Thread Martin Jansa
On Thu, Nov 12, 2015 at 06:45:34PM +0200, alexander.kana...@linux.intel.com wrote: > Hello, > > now that 2.0 is out, it's time to move the Qt4 recipes out of oe-core. > This has been discussed previously here: > http://lists.openembedded.org/pipermail/openembedded-core/2015-June/106355.html > >

Re: [oe] [OE-core] qt4 moves out of oe-core - to meta-qt4, or to meta-oe?

2015-11-12 Thread alexander . kanavin
> There is already enough meta-oe bloat moved from oe-core: > > http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112665.html > > WARN: qt-mobility-embedded: qt-mobility-embedded rdepends on glib-2.0, but > it isn't a build dependency? If increasing bloat is a problem, why

Re: [oe] [OE-core] qt4 moves out of oe-core - to meta-qt4, or to meta-oe?

2015-11-12 Thread Andreas Müller
On Thu, Nov 12, 2015 at 5:45 PM, wrote: > Hello, > > now that 2.0 is out, it's time to move the Qt4 recipes out of oe-core. > This has been discussed previously here: > http://lists.openembedded.org/pipermail/openembedded-core/2015-June/106355.html > > I'm not

Re: [oe] [PATCH][meta-oe 1/9] ipsec-tools: set MACHINE_ARCH, because it depends on kernel

2015-11-12 Thread Martin Jansa
On Thu, Nov 12, 2015 at 04:10:09PM +0100, Andreas Müller wrote: > On Thu, Nov 12, 2015 at 3:49 PM, Martin Jansa wrote: > > On Thu, Nov 12, 2015 at 03:39:12PM +0100, Andreas Müller wrote: > >> On Thu, Nov 12, 2015 at 3:22 PM, Martin Jansa > >>

[oe] [meta-oe][PATCH v2 1/3] samba: fix dependencies and QA issues

2015-11-12 Thread Jens Rehsack
Fix remaining QA issues (dependency-wise) like WARNING: QA Issue: samba rdepends on libacl, but it isn't a build dependency? [build-deps] WARNING: QA Issue: samba rdepends on libavahi-client, but it isn't a build dependency? [build-deps] broken perl library path, having a default

Re: [oe] OE/Yocto developer survey

2015-11-12 Thread Alejandro del Castillo
> How long have you been using OE? __4 years__ > > How do you use OE/Yocto? > [X] product development > [ ] hobby/research/education/yocto core developer, etc > > What distro do you use? > [ ] Poky > [ ] Angstrom > [X] nodistro or custom > > How do you organize multiple git repos? > [X]

[oe] qt4 moves out of oe-core - to meta-qt4, or to meta-oe?

2015-11-12 Thread alexander . kanavin
Hello, now that 2.0 is out, it's time to move the Qt4 recipes out of oe-core. This has been discussed previously here: http://lists.openembedded.org/pipermail/openembedded-core/2015-June/106355.html I'm not sure where the recipes should land, and want to ask your opinion. The options are: 1)

Re: [oe] [meta-oe][PATCH v2 1/3] samba: fix dependencies and QA issues

2015-11-12 Thread Jens Rehsack
> Am 12.11.2015 um 17:43 schrieb Martin Jansa : > > On Thu, Nov 12, 2015 at 05:17:25PM +0100, Jens Rehsack wrote: >> >> Fix remaining QA issues (dependency-wise) like >> >> WARNING: QA Issue: samba rdepends on libacl, but it isn't a build >> dependency? [build-deps]

Re: [oe] [PATCH][meta-xfce] xfce4-session: exclude machine-host dependency with SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2015-11-12 Thread Andreas Müller
On Thu, Nov 12, 2015 at 4:56 PM, Martin Jansa wrote: > * this whole machine-host is very bad idea, all changes from postinst > will be removed when netbase package is upgraded (it has CONFFILES > set but most users won't know that this entry was appended by >

Re: [oe] OE/Yocto developer survey

2015-11-12 Thread Cliff Brake
Someone asked, so I'll reply here -- so far I have received 35 replies to this survey. Thanks, Cliff On Thu, Nov 12, 2015 at 7:06 AM, Cliff Brake wrote: > Thanks for all the replies. I'm working on summarizing the results -- > hopefully in the next couple days. > >

[oe] [meta-oe][PATCH v2 3/3] libldb: explain dependency to openldap better

2015-11-12 Thread Jens Rehsack
Since openldap is a "used when there" dependency, explain how to get rid of it. To ensure successive builds have identical results, ensure openldap is - in case it's wanted - available for configure stage, not at packaging stage. Signed-off-by: Jens Rehsack ---

Re: [oe] [PATCH][meta-xfce] xfce4-session: exclude machine-host dependency with SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2015-11-12 Thread Martin Jansa
On Thu, Nov 12, 2015 at 05:11:36PM +0100, Andreas Müller wrote: > On Thu, Nov 12, 2015 at 4:56 PM, Martin Jansa wrote: > > * this whole machine-host is very bad idea, all changes from postinst > > will be removed when netbase package is upgraded (it has CONFFILES > >

Re: [oe] [meta-oe][PATCH v2 1/3] samba: fix dependencies and QA issues

2015-11-12 Thread Martin Jansa
On Thu, Nov 12, 2015 at 05:17:25PM +0100, Jens Rehsack wrote: > > Fix remaining QA issues (dependency-wise) like > > WARNING: QA Issue: samba rdepends on libacl, but it isn't a build > dependency? [build-deps] > WARNING: QA Issue: samba rdepends on libavahi-client, but it isn't a build >

Re: [oe] [PATCH][meta-xfce] xfce4-session: exclude machine-host dependency with SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2015-11-12 Thread Andreas Müller
On Thu, Nov 12, 2015 at 5:42 PM, Martin Jansa wrote: > On Thu, Nov 12, 2015 at 05:11:36PM +0100, Andreas Müller wrote: >> On Thu, Nov 12, 2015 at 4:56 PM, Martin Jansa wrote: >> > * this whole machine-host is very bad idea, all changes from

[oe] [PATCH][meta-oe] postgresql: Don't symlink to perl if it's disabled

2015-11-12 Thread George McCollister
Don't create a symlink to libperl.so if perl isn't in PACKAGECONFIG. Attempting to do so will fail if perl hasn't been built. Signed-off-by: George McCollister --- meta-oe/recipes-support/postgresql/postgresql.inc | 18 ++ 1 file changed, 10

Re: [oe] [OE-core] qt4 moves out of oe-core - to meta-qt4, or to meta-oe?

2015-11-12 Thread Paul Eggleton
On Thursday 12 November 2015 18:03:27 Andreas Müller wrote: > On Thu, Nov 12, 2015 at 5:45 PM, wrote: > > Hello, > > > > now that 2.0 is out, it's time to move the Qt4 recipes out of oe-core. > > This has been discussed previously here: > >

Re: [oe] [OE-core] qt4 moves out of oe-core - to meta-qt4, or to meta-oe?

2015-11-12 Thread Martin Jansa
On Thu, Nov 12, 2015 at 07:38:58PM +0200, alexander.kana...@linux.intel.com wrote: > > There is already enough meta-oe bloat moved from oe-core: > > > > http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112665.html > > > > WARN: qt-mobility-embedded: qt-mobility-embedded