Re: [OE-core] [PATCH 00/28][RFC] systemd Integration

2013-01-02 Thread Radu Moisan
On 01/01/2013 12:10 AM, Paul Eggleton wrote: On Friday 28 December 2012 16:24:36 Radu Moisan wrote: On 12/25/2012 03:13 AM, Saul Wold wrote: Also, you do not provide very clear information at the beginning, but I assume to enable systemd, it's just setting DISTRO_FEATURE += "systemd", or is th

Re: [OE-core] [RFC][PATCH] libnss-mdns: enable IPv6 as well as IPv4 mnds resolving

2013-01-02 Thread Saul Wold
On 12/29/2012 11:50 AM, k...@dominion.thruhere.net wrote: From: Koen Kooi From the docs: "libnss_mdns.so.2 resolves both IPv6 and IPv4 addresses, libnss_mdns4.so.2 only IPv4 addresses and libnss_mdns6.so.2 only IPv6 addresses." Signed-off-by: Koen Kooi --- .../libnss-mdns/libnss-mdns_0.1

Re: [OE-core] [PATCH v2] gettext: update to upstream version 0.18.2

2013-01-02 Thread Saul Wold
On 12/27/2012 03:19 PM, Marko Lindqvist wrote: remove_gets.patch dropped as upstream now contains fix for the problem. Signed-off-by: Marko Lindqvist --- .../gettext/gettext-0.18.1.1/remove_gets.patch | 58 You need to update the gettext-minimal recipes also, please

[OE-core] [PATCH] lib_package.bbclass: Correct comment referring to bin directories.

2013-01-02 Thread Robert P. J. Day
>From bitbake.conf: FILES_${PN}-bin = "${bindir}/* ${sbindir}/*" so the comment should match that. Signed-off-by: Robert P. J. Day --- diff --git a/meta/classes/lib_package.bbclass b/meta/classes/lib_package.bbclass index d514257..8849f59 100644 --- a/meta/classes/lib_package.bbclass +++ b

[OE-core] locale packages patch

2013-01-02 Thread Colin Walters
Hi, A GNOME contributor submitted the following patch to the gnome-ostree system (Yocto-derived base): https://bugzilla.gnome.org/show_bug.cgi?id=690959#c3 Any comments on whether this could be upstreamable? While we're already carrying a few patches to oe-core, I'd obviously like to keep them

[OE-core] [CONSOLIDATED PULL 00/17] Updates and ML Fixes

2013-01-02 Thread Saul Wold
Richard, Here is another batch of patches, mostly multilib fixes and some more updates. Sau! The following changes since commit b693f6d3d48b281fbbf71fd56996c85e23c3a9c9: freetype: update to 2.4.11 which includes fixes for CVE-2012-{5668, 5669, 5670} (2012-12-31 09:42:49 +) are available

Re: [OE-core] value of "PACKAGE_BEFORE_PN" versus "PACKAGES =+"?

2013-01-02 Thread Saul Wold
On 01/02/2013 09:04 AM, Robert P. J. Day wrote: just now noticed the variable PACKAGE_BEFORE_PN, whose entire usage in poky (other than documentation) is: meta/conf/bitbake.conf:PACKAGE_BEFORE_PN ?= "" meta/conf/bitbake.conf:PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-lo

[OE-core] [PATCH 3/3] gmp: update to upstream version 5.1.0

2013-01-02 Thread Marko Lindqvist
New version of configure.patch added for gmp-5.1.0. Old patch moved to gmp-4.2.1 specific directory. gmp_fix_for_automake-1.12.patch part of upstŕeam so removed gmp-5 version, gmp-4.2.1 version remains. Signed-off-by: Marko Lindqvist --- .../gmp/{gmp => gmp-4.2.1}/configure.patch |0

[OE-core] [PATCH 1/3] mpfr: update to upstream version 3.1.1

2013-01-02 Thread Marko Lindqvist
mpfr_fix_for_automake-1.12.patch part of upstream now. Signed-off-by: Marko Lindqvist --- .../mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch| 35 .../long-long-thumb.patch |0 .../mpfr/{mpfr_3.1.0.bb => mpfr_3.1.1.bb} |7 ++-- 3 f

[OE-core] [PATCH 2/3] gmp: update SRC_URI and HOMEPAGE

2013-01-02 Thread Marko Lindqvist
Fetch from gmplib.org instead of gnu mirror. List gmplib.org as homepage instead of old broken URL. Signed-off-by: Marko Lindqvist --- meta/recipes-support/gmp/gmp.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-suppo

[OE-core] mpfr & gmp updates

2013-01-02 Thread Marko Lindqvist
Objective of this patch series is to update gmp to latest versions before fixing automake-1.13 problems. Doing it the other way around could mean more work (porting the patch from one gmp version to next) [PATCH 1/3] mpfr: update to upstream version 3.1.1 gmp-5.1.0 compilation fails with mpfr-3.1

Re: [OE-core] yoctoproject patches (prelink)

2013-01-02 Thread Saul Wold
On 01/02/2013 05:18 AM, Marko Lindqvist wrote: Where and how should patches for git.yoctoproject.org projects be submitted? I'm working on patch to make prelink to build with automake-1.13. For testing I'm applying it in recipe, but obviously it should go in to upstream. Patches should be sent t

Re: [OE-core] [PATCH 3/3] [RFC] archive-*-source.bbclass: Handle package class 'package_ipk'

2013-01-02 Thread Christopher Larson
On Wed, Jan 2, 2013 at 10:04 AM, Otavio Salvador wrote: > On Wed, Jan 2, 2013 at 12:51 PM, Christopher Larson > wrote: > > On Wed, Jan 2, 2013 at 4:53 AM, Shakeel, Muhammad > > wrote: > >> > >> addtask do_archive_scripts_logs after do_package_write_rpm > >> +addtask do_archive_scripts_logs afte

[OE-core] value of "PACKAGE_BEFORE_PN" versus "PACKAGES =+"?

2013-01-02 Thread Robert P. J. Day
just now noticed the variable PACKAGE_BEFORE_PN, whose entire usage in poky (other than documentation) is: meta/conf/bitbake.conf:PACKAGE_BEFORE_PN ?= "" meta/conf/bitbake.conf:PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN}" meta/classes/lib_

Re: [OE-core] [PATCH 3/3] [RFC] archive-*-source.bbclass: Handle package class 'package_ipk'

2013-01-02 Thread Otavio Salvador
On Wed, Jan 2, 2013 at 12:51 PM, Christopher Larson wrote: > On Wed, Jan 2, 2013 at 4:53 AM, Shakeel, Muhammad > wrote: >> >> addtask do_archive_scripts_logs after do_package_write_rpm >> +addtask do_archive_scripts_logs after do_package_write_ipk > > > This will cause problems for anyone trying

Re: [OE-core] [PATCH 3/3] [RFC] archive-*-source.bbclass: Handle package class 'package_ipk'

2013-01-02 Thread Christopher Larson
On Wed, Jan 2, 2013 at 4:53 AM, Shakeel, Muhammad < muhammad_shak...@mentor.com> wrote: > addtask do_archive_scripts_logs after do_package_write_rpm > +addtask do_archive_scripts_logs after do_package_write_ipk > This will cause problems for anyone trying to do builds without package_ipk at all.

[OE-core] OE Changelog since 2012-12-23 until 2012-12-30

2013-01-02 Thread cliff . brake
Changelog since 2012-12-23 until 2012-12-30. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[OE-core] yoctoproject patches (prelink)

2013-01-02 Thread Marko Lindqvist
Where and how should patches for git.yoctoproject.org projects be submitted? I'm working on patch to make prelink to build with automake-1.13. For testing I'm applying it in recipe, but obviously it should go in to upstream. - ML ___ Openembedded-core

[OE-core] [PATCH 3/3] [RFC] archive-*-source.bbclass: Handle package class 'package_ipk'

2013-01-02 Thread Shakeel, Muhammad
From: Muhammad Shakeel * Add archiver tasks correctly if 'PACKAGE_CLASSES' is set to 'package_ipk' [YOCTO #3449] Signed-off-by: Muhammad Shakeel Signed-off-by: Noor Ahsan Signed-off-by: Christopher Larson --- meta/classes/archive-configured-source.bbclass |2 ++ meta/classes/archive-ori

[OE-core] [PATCH 2/3] [RFC] archiver class: Make archiver tasks SSTATE aware

2013-01-02 Thread Shakeel, Muhammad
From: Muhammad Shakeel * Enable SSTATE for 'do_archive_scripts_logs' task * Enable SSTATE for 'do_dumpdata_create_diff_gz' task * SSTATE is not used for sources/patches archiver task because source archive package can result into a very large file. It will be an unnecessary overhead to keep s

[OE-core] [PATCH 1/3] [RFC] archive-*-source.bbclass: Use tasks instead of pre/post functions

2013-01-02 Thread Shakeel, Muhammad
From: Muhammad Shakeel * Modified following archiver related classes to add separate tasks for different archiver functions instead of adding these as pre/post functions of existing tasks. -archive-original-source.bbclass -archive-patched-source.bbclass -archive-configured-source.