Re: [oe-core] [RFC] meson.bbclass: pkg-config vs pkgconf

2024-06-03 Thread Marko Lindqvist
On Tue, 4 Jun 2024 at 00:22, Richard Purdie via lists.openembedded.org wrote: > > Keeping it simple and saying "pkg-config behaviour" > everywhere is simpler IMO. Do you think that pkg-config will still gain livelihood? I've considered it a dead project for some time now. I was about to check ho

Re: [Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)

2022-07-20 Thread Marko Lindqvist
On Wed, 20 Jul 2022 at 12:50, Ross Burton wrote: > > On 20 Jul 2022, at 10:28, Alexander Kanavin via lists.openembedded.org > wrote: > > > > On Wed, 20 Jul 2022 at 11:23, Richard Purdie > > wrote: > >> That amounts to dropping x32 support because as soon as we remove these > >> tests, it will b

Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-07-16 Thread Marko Lindqvist
using Meson. > > Ross > > > > On 1 July 2018 at 19:20, Marko Lindqvist wrote: >> 3) Adding 'USE_NLS = "yes"' to atk recipe fixes the problem for me. >> >> >> - ML >> >> >> On 1 July 2018 at 21:03, Marko Lindqvist w

Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-07-01 Thread Marko Lindqvist
3) Adding 'USE_NLS = "yes"' to atk recipe fixes the problem for me. - ML On 1 July 2018 at 21:03, Marko Lindqvist wrote: > I think the problem is not with INHIBIT_DEFAULT_DEPS, but with > USE_NLS on the next couple of lines. With USE_NLS disabled, the > au

Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-07-01 Thread Marko Lindqvist
-sysroot-native/sysroot-providers/gettext-minimal-native is there 2) Adding gettext-minimal-native as atk dependency does not fix the issue like adding gettext-native dependency does - ML On 30 June 2018 at 21:43, Marko Lindqvist wrote: > This error happens to me with both qemux86 and qemuar

Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-06-30 Thread Marko Lindqvist
This error happens to me with both qemux86 and qemuarm64. Haven't tested any others yet. - ML On 15 June 2018 at 20:40, Alistair Francis wrote: > On Mon, Jun 4, 2018 at 4:18 PM, Burton, Ross wrote: >> That implies that INHIBIT_DEFAULT_DEPS is also evaluating to true, >> which it shouldn't be

Re: [OE-core] configure error for glibc 2.25.2

2017-01-24 Thread Marko Lindqvist
Probably unrelated, but glibc people were hoping autoconf-2.70 release before they release glibc-2.25 as post-2.24 glibc configure has some problem post-2.69 autoconf would resolve. I don't know if they have managed to work around their issue some other way when autoconf release has still failed t

Re: [OE-core] [PATCH 1/3] readline: Security Advisory - readline - CVE-2014-2524

2015-10-07 Thread Marko Lindqvist
On 6 October 2015 at 17:08, Burton, Ross wrote: > > On 6 October 2015 at 14:43, Petter Mabäcker wrote: >> >> Great. As you will notice also when formatted properly it will not apply >> due to that readline63-001 and readline63-002 isn't applied so 'patchlevel' >> is incorrect. That makes me wond

[OE-core] [PATCH 1/6] gtk+2: update to 2.24.24

2014-09-03 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- .../0001-GtkButton-do-not-prelight-in-touchscreen-mode.patch | 0 ...bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch | 0 .../{gtk+-2.24.22 => gtk+-2.24.24}/cellrenderer-cairo.patch | 0 .../gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/con

[OE-core] [PATCH 6/6] gtk+3: update to 3.12.2

2014-09-03 Thread Marko Lindqvist
fix-build-when-wayland-backend-enabled.patch removed as the issue is fixed in upstream. Signed-off-by: Marko Lindqvist --- meta/recipes-gnome/gtk+/gtk+3.inc | 6 ++- .../fix-build-when-wayland-backend-enabled.patch | 43 -- .../gtk+/{gtk+3_3.10.7.bb

[OE-core] [PATCH 3/6] libpng: update to 1.6.13

2014-09-03 Thread Marko Lindqvist
License terms have not changed. In case of LICENSE and png.h lines 0-15 the version numbers and release dates have changed. In case of png.h lines 229-343 the text has not changed at all, but old line numbers were not pointing to correctly to the licensing terms segment. Signed-off-by: Marko

[OE-core] [PATCH 5/6] pango: update to 1.36.6

2014-09-03 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- meta/recipes-graphics/pango/{pango_1.36.5.bb => pango_1.36.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/pango/{pango_1.36.5.bb => pango_1.36.6.bb} (56%) diff --git a/meta/recipes-graphics/pango/pango_1.3

[OE-core] [PATCH 2/6] libpng: drop unnecessary automake requirement lowering patch

2014-09-03 Thread Marko Lindqvist
Automake recipe provides automake 1.14.1 anyway Signed-off-by: Marko Lindqvist --- ...0001-configure-lower-automake-requirement.patch | 31 -- meta/recipes-multimedia/libpng/libpng_1.6.10.bb| 1 - 2 files changed, 32 deletions(-) delete mode 100644 meta/recipes

[OE-core] [PATCH 4/6] pixman: update to 0.32.6

2014-09-03 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- meta/recipes-graphics/xorg-lib/{pixman_0.32.4.bb => pixman_0.32.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{pixman_0.32.4.bb => pixman_0.32.6.bb} (89%) diff --git a/meta/recipes-graphics/xo

[OE-core] [PATCH 0/6] Version updates & misc patch cleanup

2014-09-03 Thread Marko Lindqvist
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/up Marko Lindqvist (6): gtk+2: update to 2.24.24 libpng: drop unnecessary automake requirement lowering patch libpng: update to 1.6.13 pixman: update to 0.32.6 pango: update to 1.36.6 gtk+3: update to 3.12.2 ...utton-do-not

Re: [OE-core] unmaintained layers

2014-01-09 Thread Marko Lindqvist
On 10 January 2014 06:54, Bruce Ashfield wrote: > On Thu, Jan 9, 2014 at 6:20 PM, Trevor Woerner > wrote: >> On 01/09/14 17:43, Mark Hatle wrote: >>> On 1/9/14, 3:45 PM, Bruce Ashfield wrote: On Thu, Jan 9, 2014 at 1:45 PM, Trevor Woerner wrote: > Hi everyone, > > At the la

[OE-core] grub build problems

2013-11-03 Thread Marko Lindqvist
I've got host compiler that fails on grub configure checks (bug in system headers that has not manifested itself in any other compilation). Now, build of grub-efi-native_2.0 recipe fails. It seems its configure uses host compiler when it's supposed to use oe cross-compiler. configure.ac has hack li

Re: [OE-core] [PATCH 4/4] libfm: allow build with automake-1.14

2013-10-28 Thread Marko Lindqvist
On 29 October 2013 02:35, Khem Raj wrote: > Marko > > On Fri, Oct 25, 2013 at 12:39 AM, Marko Lindqvist wrote: >> Do not consider automake warnings about future incompatibility >> errors. > > hmmm so disabling Werror is working around and I consider it degradation >

[OE-core] [PATCH 0/4] Automake-1.14 fixes

2013-10-25 Thread Marko Lindqvist
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/am14 Marko Lindqvist (4): libxcb: fix build with automake-1.14 libcheck: allow build with automake-1.14 libfm: upgrade to upstream version 1.1.2.2 libfm: allow build with automake-1.14 .../xcb/libxcb/automake_1.14_fix.patch

[OE-core] [PATCH 3/4] libfm: upgrade to upstream version 1.1.2.2

2013-10-25 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- .../{libfm-1.1.0 => libfm-1.1.2.2}/fix-make-parallelism-issue.patch | 0 meta/recipes-support/libfm/{libfm_1.1.0.bb => libfm_1.1.2.2.bb} | 6 ++ 2 files changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/libfm/{libfm-1.1.0 =&g

[OE-core] [PATCH 4/4] libfm: allow build with automake-1.14

2013-10-25 Thread Marko Lindqvist
Do not consider automake warnings about future incompatibility errors. Signed-off-by: Marko Lindqvist --- .../libfm/libfm-1.1.2.2/ignore_automake_warnings.patch | 14 ++ meta/recipes-support/libfm/libfm_1.1.2.2.bb| 1 + 2 files changed, 15 insertions(+) create

[OE-core] [PATCH 2/4] libcheck: allow build with automake-1.14

2013-10-25 Thread Marko Lindqvist
Do not consider automake warnings about future incompatibility errors. Signed-off-by: Marko Lindqvist --- .../libcheck/libcheck/ignore_automake_warning.patch | 15 +++ meta/recipes-support/libcheck/libcheck_0.9.10.bb | 1 + 2 files changed, 16 insertions(+) create

[OE-core] [PATCH 1/4] libxcb: fix build with automake-1.14

2013-10-25 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- .../xcb/libxcb/automake_1.14_fix.patch | 27 ++ meta/recipes-graphics/xcb/libxcb_1.9.1.bb | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-graphics/xcb/libxcb

[OE-core] [PATCH 2/3] cairo: upgrade to upstream version 1.12.16

2013-10-24 Thread Marko Lindqvist
png.patch dropped as it's part of upstream now Signed-off-by: Marko Lindqvist --- meta/recipes-graphics/cairo/cairo/png.patch| 52 -- .../cairo/{cairo_1.12.14.bb => cairo_1.12.16.bb} | 9 ++-- 2 files changed, 3 insertions(+), 58 deletions(-) delete mod

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

2013-10-24 Thread Marko Lindqvist
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/up Marko Lindqvist (3): gtk+: upgrade gtk+ to upstream version 2.24.22 cairo: upgrade to upstream version 1.12.16 harfbuzz: upgrade to upstream version 0.9.22 ...utton-do-not-prelight-in-touchscreen-mode.patch | 0 ...Duplicate

[OE-core] [PATCH 1/3] gtk+: upgrade gtk+ to upstream version 2.24.22

2013-10-24 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- .../0001-GtkButton-do-not-prelight-in-touchscreen-mode.patch | 0 .../0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch | 0 .../gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/cellrenderer-cairo.patch | 0 .../gtk+/{gtk+-2.24.20 =&g

[OE-core] [PATCH 3/3] harfbuzz: upgrade to upstream version 0.9.22

2013-10-24 Thread Marko Lindqvist
Code that was under ICU license has been removed. Signed-off-by: Marko Lindqvist --- .../harfbuzz/{harfbuzz_0.9.19.bb => harfbuzz_0.9.22.bb} | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.19.bb => harfbuzz_0.9

[OE-core] [PATCH 2/2] automake: update to upstream version 1.13.4

2013-10-09 Thread Marko Lindqvist
prefer-cpio-over-pax-for-ustar-archives.patch updated to apply Signed-off-by: Marko Lindqvist --- .../prefer-cpio-over-pax-for-ustar-archives.patch | 37 +++--- .../{automake_1.12.6.bb => automake_1.13.4.bb} | 4 +-- 2 files changed, 21 insertions(+), 20 deleti

[OE-core] [PATCH 1/2] automake: unhardcode version number

2013-10-09 Thread Marko Lindqvist
Use trim_version to get version part of the executable name. Signed-off-by: Marko Lindqvist --- meta/recipes-devtools/automake/automake_1.12.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/automake/automake_1.12.6.bb b/meta/recipes-devtools

[OE-core] [PATCH 0/2] Automake update to 1.13

2013-10-09 Thread Marko Lindqvist
g/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/am13 Marko Lindqvist (2): automake: unhardcode version number automake: update to upstream version 1.13.4 .../prefer-cpio-over-pax-for-ustar-archives.patch | 37 +++--- .../{automake_1.12.6.bb => automake_1.13.4.bb} |

Re: [OE-core] qemu-native build regularly failing

2013-08-29 Thread Marko Lindqvist
On 22 August 2013 17:27, Saul Wold wrote: > On 08/22/2013 06:03 AM, Paul Eggleton wrote: >> >> On Thursday 22 August 2013 15:56:39 Marko Lindqvist wrote: >>> >>> On 21 August 2013 19:33, Marko Lindqvist wrote: >>>> >>>> On 21 August 201

Re: [OE-core] [PATCH 2/2] automake: update to upstream version 1.13.4

2013-08-25 Thread Marko Lindqvist
On 23 August 2013 19:19, Saul Wold wrote: >> > Seems this update might have a perl script that is hard coded and will need > to be worked on. This occurs with a toolchain build: > bitbake core-image-sato -c populate_sdk > > | Computing transaction...error: Can't install > nativesdk-automake-1.13.

[OE-core] [PATCH 2/2] ccache: update to upstream version 3.1.9

2013-08-23 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- meta/recipes-devtools/ccache/{ccache_3.1.8.bb => ccache_3.1.9.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-devtools/ccache/{ccache_3.1.8.bb => ccache_3.1.9.bb} (43%) diff --git a/meta/recipes-devtools/

[OE-core] [PATCH 0/2] Updates to new bugfix releases

2013-08-23 Thread Marko Lindqvist
/openembedded-core-contrib cazfi/up http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/up Marko Lindqvist (2): gettext: update to upstream version 0.18.3.1 ccache: update to upstream version 3.1.9 .../gettext/{gettext-0.18.3 => gettext-0.18.3.1}/parallel.pa

[OE-core] [PATCH 0/2] Automake-1.13

2013-08-22 Thread Marko Lindqvist
b/log/?h=cazfi/am13 Marko Lindqvist (2): gtk-engines: fix build with automake-1.13 automake: update to upstream version 1.13.4 .../prefer-cpio-over-pax-for-ustar-archives.patch | 37 ++-- .../{automake_1.12.6.bb => automake_1.13.4.bb} |6 ++-- .../gtk-engine

[OE-core] [PATCH 2/2] automake: update to upstream version 1.13.4

2013-08-22 Thread Marko Lindqvist
prefer-cpio-over-pax-for-ustar-archives.patch updated to apply Signed-off-by: Marko Lindqvist --- .../prefer-cpio-over-pax-for-ustar-archives.patch | 37 ++-- .../{automake_1.12.6.bb => automake_1.13.4.bb} |6 ++-- 2 files changed, 21 insertions(+), 22 deleti

[OE-core] [PATCH 1/2] gtk-engines: fix build with automake-1.13

2013-08-22 Thread Marko Lindqvist
Add patch substitute-tests.patch that works around automake TESTS limitation. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13771. Signed-off-by: Marko Lindqvist --- .../gtk-engines-2.20.2/substitute-tests.patch | 37 .../gtk-engines/gtk-engines_2.20.2.bb

Re: [OE-core] qemu-native build regularly failing

2013-08-22 Thread Marko Lindqvist
On 21 August 2013 19:33, Marko Lindqvist wrote: > On 21 August 2013 01:15, Marko Lindqvist wrote: >> On 21 August 2013 00:16, Paul Eggleton wrote: >>> On Tuesday 20 August 2013 23:26:44 Marko Lindqvist wrote: >>>> On 20 August 2013 16:32, Paul Eggleton >>&

Re: [OE-core] qemu-native build regularly failing

2013-08-21 Thread Marko Lindqvist
On 21 August 2013 01:15, Marko Lindqvist wrote: > On 21 August 2013 00:16, Paul Eggleton wrote: >> On Tuesday 20 August 2013 23:26:44 Marko Lindqvist wrote: >>> On 20 August 2013 16:32, Paul Eggleton >>> wrote: >>> > On Tuesday 20 August 2013 15:51:21 Mark

[OE-core] [PATCH 1/1] boost: fix build when PARALLEL_MAKE is not set

2013-08-21 Thread Marko Lindqvist
It was passing "None" to bjam, which then parsed it as unknown build target. Signed-off-by: Marko Lindqvist --- meta/recipes-support/boost/boost.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost

[OE-core] [PATCH 0/1] Fix boost build

2013-08-21 Thread Marko Lindqvist
/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/fixes Marko Lindqvist (1): boost: fix build when PARALLEL_MAKE is not set meta/recipes-support/boost/boost.inc |2 ++ 1 file changed, 2 insertions(+) -- 1.7.10.4 ___ Openembedded-core mailing list

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

2013-08-21 Thread Marko Lindqvist
On 5 August 2013 17:44, Cristian Iorga wrote: > disable_graphite.patch updated. > > - > --PKG_CHECK_MODULES(GRAPHITE2, graphite2, have_graphite=true, > have_graphite=false) > -+have_graphite=false As upstream had only check for existence of graphite2, we needed to patch this disabling... > +

Re: [OE-core] qemu-native build regularly failing

2013-08-20 Thread Marko Lindqvist
On 21 August 2013 00:16, Paul Eggleton wrote: > On Tuesday 20 August 2013 23:26:44 Marko Lindqvist wrote: >> On 20 August 2013 16:32, Paul Eggleton >> wrote: >> > On Tuesday 20 August 2013 15:51:21 Marko Lindqvist wrote: >> >> Build of qemu-native regul

Re: [OE-core] qemu-native build regularly failing

2013-08-20 Thread Marko Lindqvist
On 20 August 2013 16:32, Paul Eggleton wrote: > On Tuesday 20 August 2013 15:51:21 Marko Lindqvist wrote: >> Build of qemu-native regularly fails with: >> | LINK sh4-softmmu/qemu-system-sh4 >> | >> | /usr/lib/x86_64-linux-gnu/libXext.so.6: undefined referen

[OE-core] [PATCH 2/2] gtk-engines: fix build with automake-1.13

2013-08-20 Thread Marko Lindqvist
Add patch substitute-tests.patch that works around automake TESTS limitation. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13771. Signed-off-by: Marko Lindqvist --- .../gtk-engines-2.20.2/substitute-tests.patch | 37 .../gtk-engines/gtk-engines_2.20.2.bb

[OE-core] [PATCH 1/2] texinfo: correct dont-depend-on-help2man.patch

2013-08-20 Thread Marko Lindqvist
Patch needed only with automake-1.13 no longer worked as expected after texinfo has been updated to version 5.1. Signed-off-by: Marko Lindqvist --- .../texinfo-5.1/dont-depend-on-help2man.patch | 43 +--- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a

[OE-core] qemu-native build regularly failing

2013-08-20 Thread Marko Lindqvist
Build of qemu-native regularly fails with: | LINK sh4-softmmu/qemu-system-sh4 | /usr/lib/x86_64-linux-gnu/libXext.so.6: undefined reference to `_XEatDataWords' | collect2: error: ld returned 1 exit status This might be some dependency missing, as building first some packets (+ more importantly

Re: [OE-core] [PATCH 0/2] Automake-1.13 fixes

2013-08-20 Thread Marko Lindqvist
On 20 August 2013 14:06, Burton, Ross wrote: > On 20 August 2013 09:44, Marko Lindqvist wrote: >> >> The following changes since commit fd9e591f266e1a6c183e77f24e50d31e0d52bdd5: >> >> cronie: fix out of tree build (2013-08-19 11:24:51 +0100) >> >>

[OE-core] [PATCH 0/2] Automake-1.13 fixes

2013-08-20 Thread Marko Lindqvist
/openembedded-core-contrib/log/?h=cazfi/am13 Marko Lindqvist (2): texinfo: correct dont-depend-on-help2man.patch gtk-engines: fix build with automake-1.13 .../texinfo-5.1/dont-depend-on-help2man.patch | 43 +--- .../gtk-engines-2.20.2/substitute-tests.patch | 37

Re: [OE-core] [PATCH 0/1] Update automake to version 1.13.2

2013-08-18 Thread Marko Lindqvist
On 3 July 2013 11:34, Radu Moisan wrote: > > On 07/03/2013 11:19 AM, Marko Lindqvist wrote: >> >> On 3 July 2013 11:16, Radu Moisan wrote: >>> >>> On 05/25/2013 01:21 AM, Marko Lindqvist wrote: >>> >>> >>> Confirmed. Automake updat

[OE-core] [PATCH 0/6] Misc updates

2013-08-16 Thread Marko Lindqvist
://git.openembedded.org/openembedded-core-contrib cazfi/up http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/up Marko Lindqvist (6): glib-2.0: use trim_version() to get the source directory pixman: update to upstream version 0.30.2 curl: update to upstream version

[OE-core] [PATCH 0/1] Add SDL2

2013-08-14 Thread Marko Lindqvist
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/misc Marko Lindqvist (1): SDL2: add recipe meta/recipes-graphics/libsdl2/libsdl2_2.0.0.bb | 56 1 file changed, 56 insertions(+) create mode 100644 meta/recipes-graphics/libsdl2/libsdl2_2.0.0.bb -- 1.7.10.4

Re: [OE-core] [oe] Add lua to oe-core.

2013-08-07 Thread Marko Lindqvist
On 7 August 2013 15:23, Petr Štetiar wrote: > Randy MacLeod [2013-07-25 15:57:58]: > >> lua-5.2.2 is current, see: http://www.lua.org/download.html >> so we'd likely uprev and send that version. > > Just FYI Lua 5.2 has quite a lot of changes to Lua 5.1[1]. So I wouldn't > consider it as an drop

Re: [OE-core] [PATCH 0/1] Update automake to version 1.13.2

2013-07-03 Thread Marko Lindqvist
On 3 July 2013 11:16, Radu Moisan wrote: > > On 05/25/2013 01:21 AM, Marko Lindqvist wrote: > > > Confirmed. Automake update to (any) 1.13.x version breaks gtk-engines > build. I don't know yet if it's automake or gtk-engines bug. > > > Any updates on thi

[OE-core] [PATCH 0/2] gnomebase.bbclass improvements

2013-06-06 Thread Marko Lindqvist
bedded.org/openembedded-core-contrib cazfi/misc http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/misc Marko Lindqvist (2): gnomebase.bbclass: implement gnome_verdir() using trim_version() gnomebase.bbclass: add support for archive name different from BPN me

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

2013-05-30 Thread Marko Lindqvist
On 30 May 2013 13:20, Marko Lindqvist wrote: > > Marko Lindqvist (4): > atk: update to upstream version 2.8.0 Ross has better patch in his gtk-3.8 set. - ML ___ Openembedded-core mailing list Openembedded-core@lists.openembedded

[OE-core] [PATCH 0/4] Misc package upgrades

2013-05-30 Thread Marko Lindqvist
/openembedded-core-contrib cazfi/up http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/up Marko Lindqvist (4): zlib: update to upstream version 1.2.8 icu: update to upstream version 51.2 pixman: update to upstream version 0.30.0 atk: update to upstream version 2.8.0

Re: [OE-core] [PATCH 0/1] RFC: Add recipe of gtk3 version of vte alongside gtk2 one.

2013-05-29 Thread Marko Lindqvist
On 29 May 2013 13:14, Burton, Ross wrote: > On 26 May 2013 15:03, Marko Lindqvist wrote: > > Last gtk2-compatible version of vte is 0.28.2 currently present on OE > core. > > Later versions depend on gtk3. > > vte supports both gtk2 and gtk3. > 0.30.0 NEWS state

Re: [OE-core] [CONSOLIDATED PULL 00/28] Updates and /run fixes

2013-05-29 Thread Marko Lindqvist
On 29 May 2013 02:23, Saul Wold wrote: > > Marko Lindqvist (5): > zlib: update to upstream version 1.2.8 > I already have new version of this that uses tar.xz source package in my next set of updates. - ML ___ Openembedded-core

[OE-core] [PATCH 1/1] vte: add 0.34.5 recipe

2013-05-26 Thread Marko Lindqvist
Add latest vte version for gtk3-based systems. Keep 0.28.2 as it's last gtk2-compatible version. Signed-off-by: Marko Lindqvist --- .../vte/vte-0.34.5/obsolete_automake_macros.patch| 14 ++ meta/recipes-support/vte/vte.inc |4 +++- meta/re

[OE-core] [PATCH 0/1] RFC: Add recipe of gtk3 version of vte alongside gtk2 one.

2013-05-26 Thread Marko Lindqvist
trib cazfi/rfc http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/rfc Marko Lindqvist (1): vte: add 0.34.5 recipe .../vte/vte-0.34.5/obsolete_automake_macros.patch| 14 ++ meta/recipes-support/vte/vte.inc |4 +++- me

[OE-core] [PATCH 0/1] pkg-config obsolete automake macro fix

2013-05-24 Thread Marko Lindqvist
fix for hang in dropbearkey, built for x32 (2013-05-24 14:14:30 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib cazfi/misc http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/misc Marko Lindqvist (1): pkg-config

Re: [OE-core] [PATCH 0/1] Update automake to version 1.13.2

2013-05-24 Thread Marko Lindqvist
Confirmed. Automake update to (any) 1.13.x version breaks gtk-engines build. I don't know yet if it's automake or gtk-engines bug. On 24 May 2013 02:03, Saul Wold wrote: > On 05/23/2013 01:52 AM, Marko Lindqvist wrote: > >> New upstream release, 1.13.2, has rever

Re: [OE-core] [PATCH 0/5] Low-hanging updates

2013-05-24 Thread Marko Lindqvist
On 24 May 2013 15:42, Burton, Ross wrote: > On 24 May 2013 08:58, Marko Lindqvist wrote: > > freetype: update to upstream version 2.4.12 > > harfbuzz: update to upstream version 0.9.17 > > gtk+: update to upstream version 2.24.18 > > curl: update to upstrea

[OE-core] [PATCH 0/5] Low-hanging updates

2013-05-24 Thread Marko Lindqvist
-core-contrib/log/?h=cazfi/up Marko Lindqvist (5): freetype: update to upstream version 2.4.12 harfbuzz: update to upstream version 0.9.17 gtk+: update to upstream version 2.24.18 curl: update to upstream version 7.30.0 zlib: update to upstream version 1.2.8 .../remove.ldconfig.call.

[OE-core] [PATCH 0/1] Update automake to version 1.13.2

2013-05-23 Thread Marko Lindqvist
/am13 Marko Lindqvist (1): automake: update to upstream version 1.13.2 .../prefer-cpio-over-pax-for-ustar-archives.patch | 37 ++-- .../{automake_1.12.6.bb => automake_1.13.2.bb} |4 +-- 2 files changed, 21 insertions(+), 20 deletions(-) rename meta/recipes-devtools/

[OE-core] [PATCH 0/1] coreutils update

2013-03-24 Thread Marko Lindqvist
at: git://git.openembedded.org/openembedded-core-contrib cazfi/misc http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/misc Marko Lindqvist (1): coreutils: update to upstream version 8.21 .../coreutils/coreutils-8.14/remove-gets.patch | 23

Re: [OE-core] [PATCH 0/5] automake-1.13 and upstream version updates

2013-02-26 Thread Marko Lindqvist
On 26 February 2013 09:52, Saul Wold wrote: > > There seems to be some issue lurking here with configure and libtool. > > Sau! libffi seems to include all the libtool m4-files, updated between libffi-3.0.11 and libffi-3.0.12. These might be incompatible with libtool files in your system, or does

Re: [OE-core] [PATCH 0/5] automake-1.13 and upstream version updates

2013-02-25 Thread Marko Lindqvist
On 26 February 2013 00:34, Saul Wold wrote: > On 02/25/2013 03:40 AM, Marko Lindqvist wrote: >> >> On 20 February 2013 16:32, Marko Lindqvist wrote: >>> >>> On 19 February 2013 19:12, Saul Wold wrote: >>>> >>>> On 02/17/2013 01:00 AM,

Re: [OE-core] [PATCH 0/5] automake-1.13 and upstream version updates

2013-02-25 Thread Marko Lindqvist
On 20 February 2013 16:32, Marko Lindqvist wrote: > On 19 February 2013 19:12, Saul Wold wrote: >> On 02/17/2013 01:00 AM, Marko Lindqvist wrote: >>>libffi: update to upstream version 3.0.12 >> >> Not sure what's going on but I saw a batch of failures w

Re: [OE-core] [PATCH 0/5] automake-1.13 and upstream version updates

2013-02-20 Thread Marko Lindqvist
On 19 February 2013 19:12, Saul Wold wrote: > On 02/17/2013 01:00 AM, Marko Lindqvist wrote: >>libffi: update to upstream version 3.0.12 > > Not sure what's going on but I saw a batch of failures with glib-2.0, take a > look at the autobuilder failure: > > http:/

Re: [OE-core] [PATCH] jpeg: upgrade to 9

2013-02-18 Thread Marko Lindqvist
On 18 February 2013 17:47, Constantin Musca wrote: > License checksum change due to: > - version modification > - links modification > - additional license explanations > > fix_for_automake_1.12.1.patch: not needed anymore > > fix-jmorecfg-boolean-enum.patch: added > - we have to undef TRUE & FALS

[OE-core] [PATCH 0/5] automake-1.13 and upstream version updates

2013-02-17 Thread Marko Lindqvist
/restart (2013-02-15 12:58:44 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib cazfi/misc http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/misc Marko Lindqvist (5): webkit-gtk: replace obsolete automake macros with

[OE-core] [PATCH 0/4] Updates to new upstream versions

2013-02-13 Thread Marko Lindqvist
repository at: git://git.openembedded.org/openembedded-core-contrib cazfi/up http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/up Marko Lindqvist (4): webkit-gtk: update to upstream version 1.8.3 gtk+: update to upstream version 2.24.15 harfbuzz: update to upstream

[OE-core] [PATCH 0/6] automake-1.13 fixes (batch 5)

2013-02-10 Thread Marko Lindqvist
es since commit adfa83bfa1ccb52b1a5d086aff36fe27271d0e59: dbus-native: Don't install dbus-launch (2013-02-08 14:46:13 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib cazfi/am13 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/am13

[OE-core] [PATCH 0/4] Automake-1.13 fixes (batch 4)

2013-02-03 Thread Marko Lindqvist
-core-contrib/log/?h=cazfi/am13 Marko Lindqvist (4): opkg: replace obsolete automake macros with working ones libmatchbox: replace obsolete automake macros with working ones matchbox-wm: update to git master head rpcbind: replace obsolete automake macros with working ones .../opkg/opkg

[OE-core] [PATCH 0/1] Fix harfbuzz make install error

2013-01-25 Thread Marko Lindqvist
MPI2 support (2013-01-25 16:40:25 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib cazfi/misc http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/misc Marko Lindqvist (1): harfbuzz: fix install of version.h .../har

[OE-core] [PATCH 0/9] Fix license segment boundaries

2013-01-15 Thread Marko Lindqvist
git.cgi/openembedded-core-contrib/log/?h=cazfi/beginline Marko Lindqvist (9): libidn: add checksums to version 0.6.14 recipe gzip: fix license segment md5sum boundary iptables: fix license segment md5sum boundary shadow: fix license segment md5sum boundary ethtool: fix license segment md5

[OE-core] [PATCH 00/12] Prepare recipes for automake-1.13 (batch #3)

2013-01-15 Thread Marko Lindqvist
tory at: git://git.openembedded.org/openembedded-core-contrib cazfi/am13 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/am13 Marko Lindqvist (12): polkit: replace obsolete automake macros with working ones pango: replace obsolete automake macros wi

[OE-core] [PATCH 0/3] Misc patches

2013-01-10 Thread Marko Lindqvist
://git.openembedded.org/openembedded-core-contrib cazfi/misc http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/misc Marko Lindqvist (3): libxdamage: update to upstream version 1.1.4 coreutils: fix license segment md5sum boundary help2man: update to upstream version

[OE-core] [PATCH 00/14] Prepare recipes for automake-1.13 (batch 2)

2013-01-10 Thread Marko Lindqvist
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/am13 Marko Lindqvist (14): dbus-glib: replace obsolete automake macros with working ones tslib: replace obsolete automake macros with working ones makedepend: replace obsolete automake macros with working ones alsa-lib: replace

[OE-core] [PATCH v3 2/2] pango: update to upstream version 1.32.5

2013-01-09 Thread Marko Lindqvist
multilib-fix-clean.patch adjusted to apply cleanly, and to handle new modules.cache file. Signed-off-by: Marko Lindqvist --- .../pango/pango-1.30.1/multilib-fix-clean.patch| 42 --- .../pango/pango-1.32.5/multilib-fix-clean.patch| 75 .../{pango-1.30.1

[OE-core] [PATCH v3 1/2] harfbuzz: add recipe, version 0.9.10

2013-01-09 Thread Marko Lindqvist
ich dependencies happen to be built before it. Similarly graphite is consistenly disabled if there ever happens to be recipe for it. Signed-off-by: Marko Lindqvist --- .../harfbuzz-0.9.10/disable_graphite.patch | 15 ++ meta/recipes-graphics/harfbuzz/harfbuzz_0.9.10.bb |

[OE-core] HarfBuzz + Pango update

2013-01-09 Thread Marko Lindqvist
- Updated to HarfBuzz 0.9.10 - Depend on cairo and freetype to consistently enable backends - Added patch to consistently disable graphite backend (I'm not aware of any current recipe to make it possible to enable it, but this patch makes sure it remains consistent even if such a

Re: [OE-core] [CONSOLIDATED PULL (V2) 00/35] Updates, Multilib Patches and other fixes

2013-01-09 Thread Marko Lindqvist
On 9 January 2013 12:29, Martin Jansa wrote: > On Wed, Jan 09, 2013 at 12:00:20PM +0200, Marko Lindqvist wrote: >> On 9 January 2013 11:42, Ross Burton wrote: >> > On Wednesday, 9 January 2013 at 09:33, Marko Lindqvist wrote: >> >> Exactly, except that it would b

Re: [OE-core] [CONSOLIDATED PULL (V2) 00/35] Updates, Multilib Patches and other fixes

2013-01-09 Thread Marko Lindqvist
On 9 January 2013 11:42, Ross Burton wrote: > On Wednesday, 9 January 2013 at 09:33, Marko Lindqvist wrote: >> Exactly, except that it would be provided by bitbake, and not >> constructed by each recipe itself - less recipe writing work + you >> could count on it to a

Re: [OE-core] [CONSOLIDATED PULL (V2) 00/35] Updates, Multilib Patches and other fixes

2013-01-09 Thread Marko Lindqvist
On 9 January 2013 11:13, Martin Jansa wrote: > On Wed, Jan 09, 2013 at 09:46:57AM +0200, Marko Lindqvist wrote: >> What I'm envisioning is that maybe bitbake should provide us with new >> variable PM or PMV (major version) that's basically PV with last dot >>

Re: [OE-core] Problems with sending patch

2013-01-09 Thread Marko Lindqvist
On 9 January 2013 10:34, Lukas Bulwahn wrote: > Hi, > > I have been repeated trying to send a patch to this mailing list, but it > seems that it never appears here. > I have checked the commit extensively for some problem, I tried different > ways of sending with format-patch and thunderbird, and

Re: [OE-core] [CONSOLIDATED PULL (V2) 00/35] Updates, Multilib Patches and other fixes

2013-01-08 Thread Marko Lindqvist
On 6 January 2013 22:28, Marko Lindqvist wrote: > On 6 January 2013 06:29, Saul Wold wrote: >>> >> Even after a number of years, I >> loose track sometimes of what's stable vs unstable (odd vs .99 vs ??) > > Another challenge for http://packages.yoctoproject.o

Re: [OE-core] [PATCH v2] harfbuzz: add recipe, version 0.9.9

2013-01-08 Thread Marko Lindqvist
On 9 January 2013 02:10, Saul Wold wrote: > On 01/06/2013 12:34 PM, Marko Lindqvist wrote: >> >> OpenType text shaping engine HarfBuzz is dependency of pango >= 1.32 >> >> Signed-off-by: Marko Lindqvist > > We we also need libx11? I am seeing a failure

[OE-core] [PATCH v3 12/12] flac: replace obsolete automake macros with working ones

2013-01-07 Thread Marko Lindqvist
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../flac/flac-1.2.1/obsolete_automake_macros.patch | 14 ++ meta/recipes-multimedia/flac/flac_1.2.1.bb

[OE-core] [PATCH v3 04/12] glib-2.0: replace obsolete automake macros with working ones

2013-01-07 Thread Marko Lindqvist
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../glib-2.0/glib-2.0/obsolete_automake_macros.patch | 13 + meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb

[OE-core] [PATCH v3 01/12] pkg-config: replace obsolete automake macros with working ones

2013-01-07 Thread Marko Lindqvist
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../pkgconfig-0.25/obsolete_automake_macros.patch | 35 meta/recipes-devtools/pkgconfig/pkgconfig.inc

[OE-core] Prepare recipes for automake-1.13 (batch 1 / v3)

2013-01-07 Thread Marko Lindqvist
Another round of Upstream-Status improvements. - Use "Backport" where appropriate - Use [additional info] instead of (additional info) - Some new info (first fixed upstream pkg-config version etc) - Added reason for "Inappropriate" statuses Also fixed patch name in commit messages: obsolete-automa

[OE-core] [PATCH v3 02/12] file: replace obsolete automake macros with working ones

2013-01-07 Thread Marko Lindqvist
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../file/file/obsolete_automake_macros.patch| 15 +++ meta/recipes-devtools/file/file_5.11.bb

[OE-core] [PATCH v3 03/12] popt: disable tests

2013-01-07 Thread Marko Lindqvist
Use of $(top_srcdir) in TESTS is an error causing automake-1.13 to abort. Disable the tests completely. Signed-off-by: Marko Lindqvist --- meta/recipes-support/popt/popt/disable_tests.patch | 21 meta/recipes-support/popt/popt_1.16.bb |3 ++- 2 files

[OE-core] [PATCH v3 11/12] gnutls: replace obsolete automake macros with working ones

2013-01-07 Thread Marko Lindqvist
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../gnutls/gnutls/obsolete_automake_macros.patch | 39 meta/recipes-support/gnutls/gnutls_2.12.21.bb

[OE-core] [PATCH v3 05/12] libx11: disable tests

2013-01-07 Thread Marko Lindqvist
Use of $(srcdir) in TESTS is an error causing automake-1.13 to abort. Disable the tests completely. Signed-off-by: Marko Lindqvist --- .../xorg-lib/libx11/disable_tests.patch | 17 + meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb|6 -- 2 files

[OE-core] [PATCH v3 07/12] libusb: replace obsolete automake macros with working ones

2013-01-07 Thread Marko Lindqvist
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../libusb-compat-0.1.4/obsolete_automake_macros.patch | 15 +++ meta/recipes-support/libusb/libusb-compat_0.1.4.bb

[OE-core] [PATCH v3 08/12] pixman: replace obsolete automake macros with working ones

2013-01-07 Thread Marko Lindqvist
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../xorg-lib/pixman/obsolete_automake_macros.patch | 14 ++ meta/recipes-graphics/xorg-lib/pixman_0.28.2.bb

  1   2   3   >