Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-03-01 Thread Stefan Agner
On 01.03.2019 20:15, Stefan Agner wrote: > On 23.02.2019 13:29, Richard Purdie wrote: >> On Wed, 2019-02-20 at 21:10 +0100, Alexander Kanavin wrote: >>> Drop autotools-specific patches. >>> >>> Rework jku's thumbnailer patch into meson configuration. >>> >>> Signed-off-by: Alexander Kanavin >> >>

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-03-01 Thread Stefan Agner
On 23.02.2019 13:29, Richard Purdie wrote: > On Wed, 2019-02-20 at 21:10 +0100, Alexander Kanavin wrote: >> Drop autotools-specific patches. >> >> Rework jku's thumbnailer patch into meson configuration. >> >> Signed-off-by: Alexander Kanavin > > We've seen it before but its happened again: > >

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-23 Thread Richard Purdie
On Sat, 2019-02-23 at 14:43 +0100, Alexander Kanavin wrote: > On Sat, 23 Feb 2019 at 14:36, Richard Purdie > > I think the problem is in staging_populate_sysroot_dir(). It's > > confusing target and native package_archs since in the case we see > > this > > its x86_64 where the target and build

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-23 Thread Alexander Kanavin
On Sat, 23 Feb 2019 at 14:36, Richard Purdie wrote: > > > I'm at the same time staring at this bit in pixbufcache.bbclass: > > > > > > gdkpixbuf_complete() { > > > GDK_PIXBUF_FATAL_LOADER=1 > > > ${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders > > > --update-cache || exit 1 > > >

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-23 Thread Richard Purdie
On Sat, 2019-02-23 at 13:25 +, Richard Purdie wrote: > On Sat, 2019-02-23 at 13:51 +0100, Alexander Kanavin wrote: > > I'm at the same time staring at this bit in pixbufcache.bbclass: > > > > gdkpixbuf_complete() { > > GDK_PIXBUF_FATAL_LOADER=1 > >

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-23 Thread Richard Purdie
On Sat, 2019-02-23 at 13:51 +0100, Alexander Kanavin wrote: > On Sat, 23 Feb 2019 at 13:43, Richard Purdie > wrote: > > On Sat, 2019-02-23 at 12:29 +, Richard Purdie wrote: > > > On Wed, 2019-02-20 at 21:10 +0100, Alexander Kanavin wrote: > > > > Drop autotools-specific patches. > > > > > >

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-23 Thread Alexander Kanavin
On Sat, 23 Feb 2019 at 13:43, Richard Purdie wrote: > > On Sat, 2019-02-23 at 12:29 +, Richard Purdie wrote: > > On Wed, 2019-02-20 at 21:10 +0100, Alexander Kanavin wrote: > > > Drop autotools-specific patches. > > > > > > Rework jku's thumbnailer patch into meson configuration. > > > > > >

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-23 Thread Richard Purdie
On Sat, 2019-02-23 at 12:29 +, Richard Purdie wrote: > On Wed, 2019-02-20 at 21:10 +0100, Alexander Kanavin wrote: > > Drop autotools-specific patches. > > > > Rework jku's thumbnailer patch into meson configuration. > > > > Signed-off-by: Alexander Kanavin > > We've seen it before but its

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-23 Thread Alexander Kanavin
On Sat, 23 Feb 2019 at 13:29, Richard Purdie wrote: > > Drop autotools-specific patches. > > > > Rework jku's thumbnailer patch into meson configuration. > > > > Signed-off-by: Alexander Kanavin > > We've seen it before but its happened again: > >

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-23 Thread Richard Purdie
On Wed, 2019-02-20 at 21:10 +0100, Alexander Kanavin wrote: > Drop autotools-specific patches. > > Rework jku's thumbnailer patch into meson configuration. > > Signed-off-by: Alexander Kanavin We've seen it before but its happened again:

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-22 Thread Alexander Kanavin
On Fri, 22 Feb 2019 at 11:18, Burton, Ross wrote: > > On Wed, 20 Feb 2019 at 20:11, Alexander Kanavin > wrote: > > -PACKAGECONFIG[x11] = "--with-x11,--without-x11,virtual/libx11" > > +PACKAGECONFIG[x11] = ",,virtual/libx11" > >

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-22 Thread Burton, Ross
On Wed, 20 Feb 2019 at 20:11, Alexander Kanavin wrote: > -PACKAGECONFIG[x11] = "--with-x11,--without-x11,virtual/libx11" > +PACKAGECONFIG[x11] = ",,virtual/libx11" https://gitlab.gnome.org/GNOME/gdk-pixbuf/commit/204082e6a7a404ec7372d78ef7a7890ada595154 is in 2.36.12. > + # Do not install

[OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-20 Thread Alexander Kanavin
Drop autotools-specific patches. Rework jku's thumbnailer patch into meson configuration. Signed-off-by: Alexander Kanavin --- .../0001-Disable-tests-in-native-builds.patch | 31 + ...f-decisions-around-cross-compilation.patch | 38 + ...without-libtiff-not-having-an-effect.patch |

[OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-20 Thread Alexander Kanavin
Drop autotools-specific patches. Rework jku's thumbnailer patch into meson configuration. Add a patch to disable tests in native builds. Signed-off-by: Alexander Kanavin --- .../0001-Disable-tests-in-native-builds.patch | 30 ...f-decisions-around-cross-compilation.patch | 38 +