Re: [OE-core] [PATCH 2/2][dizzy] python-nose: backport it to dizzy

2015-06-13 Thread akuster808
Alejandro, This looks to be a new recipe. I don't believe dizzy is taking new features. - armin On 06/08/2015 06:56 AM, Alejandro Hernandez wrote: Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-nose_1.3.6.bb | 16 1 file changed, 16 insertions

Re: [OE-core] [PATCH 1/2][dizzy] python-contextlib: backport to dizzy

2015-06-13 Thread akuster808
This does not apply to my dizzy-next ( http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=akuster/dizzy-next) please double check. - armin On 06/08/2015 06:56 AM, Alejandro Hernandez wrote: Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-2.7-manifest.i

[OE-core] [PATCH 3/3] neon: fix compat issues with gnutls 4.3

2015-06-13 Thread Armin Kuster
V2: fix missing 4.3 work around Signed-off-by: Armin Kuster --- .../neon/neon/gnutls_4.3_fixup.patch | 68 ++ meta/recipes-support/neon/neon_0.30.1.bb | 3 +- 2 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-support/ne

[OE-core] [PATCH 1/3] nettle: update package to 3.1.1 version.

2015-06-13 Thread Armin Kuster
this requires the gnutls 3.4.1 update or the current gnutils build will break. Signed-off-by: Armin Kuster --- .../nettle/{nettle_2.7.1.bb => nettle_3.1.1.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-support/nettle/{nettle_2.7.1.bb =>

[OE-core] [PATCH 0/3] Gnutls update 4.2 V2

2015-06-13 Thread Armin Kuster
The nettle and gnutls updates must be done as a pair. Include neon build fixes for the above update The following changes since commit 1675ff6fff53dda89fa8d4f3a2c292c23fd346d7: bitbake: tests/data: Add new data tests (2015-06-12 00:02:28 +0100) are available in the git repository at: git:/

[OE-core] [PATCH 2/3] gnutls: update to 3.4.1

2015-06-13 Thread Armin Kuster
This version supports the nettle 3.x and higher and requires that version. this include a security fix: GNUTLS-SA-2015-2 no CVE assigned to date. enable openssl compat via PACKAGECONFIG as iputils needs gnutls/openssl.h for migration info: http://www.gnutls.org/manual/gnutls.html#Upgrading-from-

[OE-core] [PATCH 2/2] tzdata: update to 2015e

2015-06-13 Thread Armin Kuster
merged inc back into recipe. Changes affecting future time stamps Morocco will suspend DST from 2015-06-14 03:00 through 2015-07-19 02:00, not 06-13 and 07-18 as we had guessed. (Thanks to Milamber.) Assume Cayman Islands will observe DST starting next year, using US rules. Although it isn't gu

[OE-core] [PATCH 1/2] tzcode-natvie: update to 2015e

2015-06-13 Thread Armin Kuster
merged inc back into recipe. Changes affecting code When displaying data, tzselect converts it to the current locale's encoding if the iconv command works. (Problem reported by random832.) tzselect no longer mishandles Dominica, fixing a bug introduced in Release 2014f. (Problem reported by Ow

[OE-core] [PATCH] meta/lib/oeqa/selftest/wic.py: dynamic BSP name loading + small typo

2015-06-13 Thread Costin Constantin
Signed-off-by: Costin Constantin --- meta/lib/oeqa/selftest/wic.py | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index 358f09e..45abd3b 100644 --- a/meta/lib/oeqa/selftest/wic.py +++ b/meta/l

[OE-core] [PATCH] scripts/oe-selftest: enhancement 7865

2015-06-13 Thread Costin Constantin
Signed-off-by: Costin Constantin --- scripts/oe-selftest | 36 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/scripts/oe-selftest b/scripts/oe-selftest index a04e9fc..1a89c31 100755 --- a/scripts/oe-selftest +++ b/scripts/oe-selftest @@ -16,7

[OE-core] [PATCH] pixbufcache: Ensure that jpeg-native is available for postinst if necessary

2015-06-13 Thread Mike Crowe
pixbufcache_sstate_postinst expects to be able to call gdk-pixbuf-query-loaders which may be linked against libjpeg.so.8 so we'd better make sure jpeg-native is available in the sysroot. Signed-off-by: Mike Crowe --- meta/classes/pixbufcache.bbclass | 1 + 1 file changed, 1 insertion(+) diff --

Re: [OE-core] [PATCH] pixbufcache: Ensure that jpeg-native is available for postinst if necessary

2015-06-13 Thread Mike Crowe
On Saturday 13 June 2015 at 19:44:41 +0100, Mike Crowe wrote: > pixbufcache_sstate_postinst expects to be able to call > gdk-pixbuf-query-loaders which may be linked against libjpeg.so.8 so we'd > better make sure jpeg-native is available in the sysroot. > > Signed-off-by: Mike Crowe > --- > met