Re: [OE-core] [PATCH 00/24] Add python3 recipes

2013-08-05 Thread Khem Raj
>>> >> OK, Ran it on the Autobuilder last night, and came up with the following >> on a World build with multilib enabled: >> >>> ERROR: This autoconf log indicates errors, it looked at host include >>> and/or library paths while determining system capabilities. >>> Rerun configure task after fi

[OE-core] [PATCH] opkg: Fix possible installation of GPLv3 header

2013-08-05 Thread Paul Barker
opkg is GPLv2+ licensed but it has optional support for sha256 checksums which was GPLv3+ licensed. This code is not built unless '--enable-sha256' is passed to the configure script, the default is equivalent to '--disable-sha256'. However, the header 'sha256.h', which is GPLv3+ licensed, is in th

Re: [OE-core] [PATCH] cpan-base: Don't use immediate expansion

2013-08-05 Thread Saul Wold
On 08/05/2013 07:25 AM, Tyler Hall wrote: PERLVERSION is derived from installed output in the sysroot, so it should not be evaluated at parse time. In an new workspace, the sequence $ bitbake -S libxml-sax-perl $ bitbake perl $ bitbake -S libxml-sax-perl generates different task hashes for lib

[OE-core] [PATCH 2/3] util-linux: upgrade to 2.23.2

2013-08-05 Thread Saul Wold
Signed-off-by: Saul Wold --- .../util-linux/{util-linux_2.23.1.bb => util-linux_2.23.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/util-linux/{util-linux_2.23.1.bb => util-linux_2.23.2.bb} (83%) diff --git a/meta/recipes-core/util-linux/util-l

[OE-core] [PATCH 0/3] Package Updates

2013-08-05 Thread Saul Wold
The following changes since commit bc6258f88705b0e7989089a8666ac5e5d2355823: grep: Add patch for texinfo 5.1 (2013-08-02 08:21:17 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/updates http://cgit.openembedded.org/cgit.cgi/openembe

[OE-core] [PATCH 1/3] mc: upgrade to 4.8.10

2013-08-05 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/mc/{mc_4.8.9.bb => mc_4.8.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/mc/{mc_4.8.9.bb => mc_4.8.10.bb} (93%) diff --git a/meta/recipes-extended/mc/mc_4.8.9.bb b/meta/recipes-extended/mc/mc_4.8.

[OE-core] [PATCH 3/3] man-pages: upgrade to 3.53

2013-08-05 Thread Saul Wold
Signed-off-by: Saul Wold --- .../man-pages/{man-pages_3.52.bb => man-pages_3.53.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_3.52.bb => man-pages_3.53.bb} (82%) diff --git a/meta/recipes-extended/man-pages/man-pa

Re: [OE-core] [RFC PATCH 5/8] lib/oeqa/utils/qemurunner.py: class to handle qemu instance

2013-08-05 Thread Colin Walters
On Fri, 2013-06-28 at 13:04 +0300, Stefan Stanacar wrote: > +self.streampath = '/tmp/qemuconnection.%s' % os.getpid() That's a security problem on shared machines. > +bb.note("Reached login banner") > +console.write("root\n") > +(index, mat

Re: [OE-core] [PATCH 00/24] Add python3 recipes

2013-08-05 Thread Khem Raj
>> OK, Ran it on the Autobuilder last night, and came up with the following >> on a World build with multilib enabled: >> >>> ERROR: This autoconf log indicates errors, it looked at host include >>> and/or library paths while determining system capabilities. >>> Rerun configure task after fixing

Re: [OE-core] [PATCH] icu: fix configure error

2013-08-05 Thread Saul Wold
On 08/05/2013 02:39 AM, Bian Naimeng wrote: If we don't create ${STAGING_ICU_DIR_NATIVE} before doing do_configure for cross target, the following will be caught. |configure: error: No such directory ${cross_buildroot} supplied as | the argument to --with-cross-build. Use an absolute path.

Re: [OE-core] [PATCH 0/4] various upgrades

2013-08-05 Thread Burton, Ross
On 5 August 2013 15:59, Cristian Iorga wrote: > Cristian Iorga (4): > neon: upgrade to v0.30.0 > gstreamer1.0-plugins-ugly: upgrade to v1.0.9 > telepathy-glib: upgrade to v0.20.4 > harfbuzz: upgrade to v0.9.19 I just sent a mail about harfbuzz, but neon/gstreamer1.0-plugins-ugly/telepathy

Re: [OE-core] [PATCH 4/4] harfbuzz: upgrade to v0.9.19

2013-08-05 Thread Burton, Ross
Hi Cristian, I did a buildhistory-diff and noticed more than the expected churn. See the upstream NEWS for some important changes: http://cgit.freedesktop.org/harfbuzz/tree/NEWS """ Moreover, ICU support is now build into a separate library: libharfbuzz-icu.so, and a new harfbuzz-icu.pc is shippe

[OE-core] meta-

2013-08-05 Thread Prathamesh P Ghanekar
Hi, In the meta-ti layer, there is a repository, which is not fetched by the build system during build for whatever reasons. Hence, I manually git cloned it.I am not sure, where to place this.Earlier, i tried giving path to that repository in the "file://" section.But,it couldn't find the repos

Re: [OE-core] [PATCH 1/3] tzdata: upgrade to 2013d

2013-08-05 Thread Saul Wold
On 08/05/2013 01:28 AM, Cristiana Voicu wrote: Signed-off-by: Cristiana Voicu --- .../recipes-extended/tzcode/tzcode-native_2013d.bb |4 ++-- .../tzdata/{tzdata_2013b.bb => tzdata_2013d.bb}|4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-extended/tz

[OE-core] [PATCH] kernel.bbclass: fix typo

2013-08-05 Thread Javier Viguera
Signed-off-by: Javier Viguera --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 40a6b5b..ca49aec 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -57,7 +5

[OE-core] [PATCH v3] libpng: package new tools into a libpng-tools package

2013-08-05 Thread Saul Wold
These tools are useful for fixing older or corrupted PNG files. Signed-off-by: Saul Wold --- meta/recipes-multimedia/libpng/libpng_1.6.3.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.3.bb b/meta/recipes-multimedia/libpng/libpng_1.6.3.bb ind

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-08-05 Thread Saul Wold
On 08/03/2013 02:17 AM, Laszlo Papp wrote: Signed-off-by: Laszlo Papp --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb | 26 + meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb | 27 ++ meta/recipes-bsp/u-boot/u-boot_2013.07.bb | 25 +++

[OE-core] OE Changelog since 2013-07-28 until 2013-08-04

2013-08-05 Thread cliff . brake
Changelog since 2013-07-28 until 2013-08-04. 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] [PATCH 4/4] harfbuzz: upgrade to v0.9.19

2013-08-05 Thread Cristian Iorga
disable_graphite.patch updated. Signed-off-by: Cristian Iorga --- .../harfbuzz/harfbuzz-0.9.17/disable_graphite.patch | 15 --- .../harfbuzz/harfbuzz/disable_graphite.patch | 15 +++ .../harfbuzz/{harfbuzz_0.9.17.bb => harfbuzz_0.9.19.bb} | 7 ++-

[OE-core] [PATCH 3/4] telepathy-glib: upgrade to v0.20.4

2013-08-05 Thread Cristian Iorga
pkgconfig.patch removed; already integrated in upstream. Signed-off-by: Cristian Iorga --- .../telepathy/telepathy-glib/pkgconfig.patch | 41 -- ...thy-glib_0.20.1.bb => telepathy-glib_0.20.4.bb} | 8 ++--- 2 files changed, 3 insertions(+), 46 deletions(-) delete mode

[OE-core] [PATCH 2/4] gstreamer1.0-plugins-ugly: upgrade to v1.0.9

2013-08-05 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | 2 -- ...er1.0-plugins-ugly_1.0.7.bb => gstreamer1.0-plugins-ugly_1.0.9.bb} | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-

[OE-core] [PATCH 0/4] various upgrades

2013-08-05 Thread Cristian Iorga
Various PUs The following changes since commit 4cff3defb545643132b7233fcffb3fedc1bf182b: grep: Add patch for texinfo 5.1 (2013-08-03 10:33:14 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/updates_prime http://git.yoctoproject.org/cgit.cgi/po

[OE-core] [PATCH 1/4] neon: upgrade to v0.30.0

2013-08-05 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- .../neon/{neon-0.29.6 => neon-0.30.0}/pkgconfig.patch | 0 meta/recipes-support/neon/{neon_0.29.6.bb => neon_0.30.0.bb} | 7 ++- 2 files changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-support/neon/{neon-0.29.6 => neon-0.30.0}

[OE-core] [PATCH 1/4] neon: upgrade to v0.30.0

2013-08-05 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- .../neon/{neon-0.29.6 => neon-0.30.0}/pkgconfig.patch | 0 meta/recipes-support/neon/{neon_0.29.6.bb => neon_0.30.0.bb} | 7 ++- 2 files changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-support/neon/{neon-0.29.6 => neon-0.30.0}

[OE-core] [PATCH 2/4] gstreamer1.0-plugins-ugly: upgrade to v1.0.9

2013-08-05 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | 2 -- ...er1.0-plugins-ugly_1.0.7.bb => gstreamer1.0-plugins-ugly_1.0.9.bb} | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-

[OE-core] [PATCH 3/4] telepathy-glib: upgrade to v0.20.4

2013-08-05 Thread Cristian Iorga
pkgconfig.patch removed; already integrated in upstream. Signed-off-by: Cristian Iorga --- .../telepathy/telepathy-glib/pkgconfig.patch | 41 -- ...thy-glib_0.20.1.bb => telepathy-glib_0.20.4.bb} | 8 ++--- 2 files changed, 3 insertions(+), 46 deletions(-) delete mode

[OE-core] [PATCH 4/4] harfbuzz: upgrade to v0.9.19

2013-08-05 Thread Cristian Iorga
disable_graphite.patch updated. Signed-off-by: Cristian Iorga --- .../harfbuzz/harfbuzz-0.9.17/disable_graphite.patch | 15 --- .../harfbuzz/harfbuzz/disable_graphite.patch | 15 +++ .../harfbuzz/{harfbuzz_0.9.17.bb => harfbuzz_0.9.19.bb} | 7 ++-

[OE-core] [PATCH] cpan-base: Don't use immediate expansion

2013-08-05 Thread Tyler Hall
PERLVERSION is derived from installed output in the sysroot, so it should not be evaluated at parse time. In an new workspace, the sequence $ bitbake -S libxml-sax-perl $ bitbake perl $ bitbake -S libxml-sax-perl generates different task hashes for libxml-sax-perl, and the error ERROR: Bitbake'

Re: [OE-core] [PATCH 0/7] PUs for telepathy and gstreamer1.0

2013-08-05 Thread Paul Eggleton
On Monday 05 August 2013 12:45:02 Burton, Ross wrote: > On 2 August 2013 16:39, Cristian Iorga wrote: > > Cristian Iorga (7): > > telepathy-mission-control: upgrade to v5.15.0 > > telepathy-idle: upgrade to v0.1.16 > > gstreamer1.0: upgrade to v1.0.9 > > gstreamer1.0-plugins-base: upgrade

[OE-core] [PATCH] base.bbclass: Fix PACKAGECONFIG usage comment

2013-08-05 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/classes/base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index bc2b4f6..f30f4db 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -397,7 +397,7 @@

Re: [OE-core] [PATCH 0/7] PUs for telepathy and gstreamer1.0

2013-08-05 Thread Iorga, Cristian
OK, I will deal with it tomorrow. /Cristian -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, August 05, 2013 2:45 PM To: Iorga, Cristian Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 0/7] PUs for telepathy and gstreamer1.0 On

Re: [OE-core] [PATCH 0/7] PUs for telepathy and gstreamer1.0

2013-08-05 Thread Burton, Ross
On 2 August 2013 16:39, Cristian Iorga wrote: > Cristian Iorga (7): > telepathy-mission-control: upgrade to v5.15.0 > telepathy-idle: upgrade to v0.1.16 > gstreamer1.0: upgrade to v1.0.9 > gstreamer1.0-plugins-base: upgrade to v1.0.9 > gstreamer1.0-plugins-good: upgrade to v1.0.9 > gst

[OE-core] [PATCH V3 0/1] list-packageconfig-flags.py: add a script to list all PACKAGECONFIG flags

2013-08-05 Thread Hongxu Jia
Change in V3: * Reference Paul's bitbake parser examples to redesign the script * Add '-a' option to list all pkgs and PACKAGECONFIG information Usage: list-packageconfig-flags.py [-f|-a] [-p] list available pkgs which have PACKAGECONFIG flags OPTION: -h, --helpdisplay this help and

[OE-core] [PATCH 1/1] list-packageconfig-flags.py: add a script to list all PACKAGECONFIG flags

2013-08-05 Thread Hongxu Jia
- This script will list available pkgs which have PACKAGECONFIG flags. - If option '-f' is used, it will list available PACKAGECONFIG flags and all affected pkgs. - If option '-a' is used, it will list all pkgs and PACKAGECONFIG information - If option '-p' is used, it means list the pkgs with

[OE-core] [PATCH] icu: fix configure error

2013-08-05 Thread Bian Naimeng
If we don't create ${STAGING_ICU_DIR_NATIVE} before doing do_configure for cross target, the following will be caught. |configure: error: No such directory ${cross_buildroot} supplied as | the argument to --with-cross-build. Use an absolute path. |Configure failed. The contents of all config.l

Re: [OE-core] ptest recipes in progress

2013-08-05 Thread Björn Stenberg
Burton, Ross wrote: > Do you plan on adding GStreamer to that list? No, we have no plans for gstreamer pest. Feel free to run with it. :-) -- Björn ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.or

Re: [OE-core] [PATCH v2] libpng: remove two un-necessary binaries

2013-08-05 Thread Burton, Ross
On 5 August 2013 06:12, Saul Wold wrote: > + rm ${D}${bindir}/png-fix-itxt ${D}${bindir}/pngfix These tools could be useful, can we make a libpng-tools package or something similar for the contents of $bindir? Ross ___ Openembedded-core mailing l

[OE-core] [PATCH 3/3] curl: upgrade to 7.31.0

2013-08-05 Thread Cristiana Voicu
Signed-off-by: Cristiana Voicu --- .../curl/{curl_7.30.0.bb => curl_7.31.0.bb}|5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-support/curl/{curl_7.30.0.bb => curl_7.31.0.bb} (92%) diff --git a/meta/recipes-support/curl/curl_7.30.0.bb b/meta/recipes-sup

[OE-core] [PATCH 2/3] liburcu: upgrade to 0.7.7

2013-08-05 Thread Cristiana Voicu
Signed-off-by: Cristiana Voicu --- .../liburcu/{liburcu_0.7.6.bb => liburcu_0.7.7.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/liburcu/{liburcu_0.7.6.bb => liburcu_0.7.7.bb} (80%) diff --git a/meta/recipes-support/liburcu/liburcu_0.7.6.bb b/me

[OE-core] [PATCH 1/3] tzdata: upgrade to 2013d

2013-08-05 Thread Cristiana Voicu
Signed-off-by: Cristiana Voicu --- .../recipes-extended/tzcode/tzcode-native_2013d.bb |4 ++-- .../tzdata/{tzdata_2013b.bb => tzdata_2013d.bb}|4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-extended/tzdata/{tzdata_2013b.bb => tzdata_2013d.bb} (98%) diff

[OE-core] [PATCH 0/3] Package upgrades

2013-08-05 Thread Cristiana Voicu
Hi, Tests done: * build tested on AB running following nightlies: x86, x86_64, ppc, mips, arm; * checked with rpm if the packages were installed; basic functionality for curl, lttng (which is depending on liburcu) and tzdata Thanks, Cristiana The following changes since commit 9de0ad47462c13ac