[oe] [meta-gnome][PATCH] gnome-settings-daemon: Remove duplicate outdated SRC_URI hashes

2020-08-19 Thread Adrian Bunk
They got overwritten later with the correct values. Signed-off-by: Adrian Bunk --- .../gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb b/meta-gnome

[oe] [meta-gnome][dunfell][PATCH] gnome-settings-daemon: Backport 3.36 fix for building without wayland

2020-08-19 Thread Adrian Bunk
/usr/src/debug/gnome-settings-daemon/3.34.2-r0/build/../gnome-settings-daemon-3.34.2/plugins/wacom/gsd-wacom-manager.c:195: undefined reference to `gdk_wayland_device_get_node_path' Signed-off-by: Adrian Bunk --- ...gins-wacom-Fix-build-without-WAYLAND.patch | 27 +++ .../gnome

[oe] [meta-gnome][PATCH] gnome-settings-daemon: smartcard support is optional, and needs nss

2020-08-12 Thread Adrian Bunk
../gnome-settings-daemon-3.36.1/meson.build:165:2: ERROR: Dependency "nss" not found, tried pkgconfig This happened when networkmanager is configured without nss, or nm support disabled in gnome-settings-daemon. Signed-off-by: Adrian Bunk --- .../gnome-settings-daemon/gnom

Re: [oe] [meta-oe][PATCH] libpeas: gobject-introspection is mandatory and cannot be configured

2020-08-11 Thread Adrian Bunk
On Mon, Aug 10, 2020 at 09:15:53PM +0200, Alexander Kanavin wrote: > I had a look at this, the failure is in unit tests which do not honour the > meson option to switch introspection off - can be easily patched out I > think. Andreas has just fixed that upstream. :-) > Alex cu Adrian

Re: [oe] [meta-oe][PATCH] libpeas: gobject-introspection is mandatory and cannot be configured

2020-08-11 Thread Adrian Bunk
On Mon, Aug 10, 2020 at 12:08:17PM -0700, Khem Raj wrote: > On Sat, Aug 8, 2020 at 5:54 AM Adrian Bunk wrote: > > > > ../libpeas-1.26.0/tests/libpeas/introspection/meson.build:47:0: ERROR: > > Unknown variable "libpeas_gir". > > > > Signed-off-by: Adri

[oe] [meta-oe][PATCH] libpeas: gobject-introspection is mandatory and cannot be configured

2020-08-08 Thread Adrian Bunk
../libpeas-1.26.0/tests/libpeas/introspection/meson.build:47:0: ERROR: Unknown variable "libpeas_gir". Signed-off-by: Adrian Bunk --- meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.

Re: [oe] [dunfell 1/2] Revert "jsoncpp: upgrade 1.9.2 -> 1.9.3"

2020-07-18 Thread Adrian Bunk
On Fri, Jul 17, 2020 at 01:57:24PM -0700, akuster808 wrote: > > > On 7/17/20 12:53 PM, Adrian Bunk wrote: > > On Fri, Jul 17, 2020 at 12:16:10PM -0700, akuster808 wrote: > >> > >> On 7/17/20 10:24 AM, Adrian Bunk wrote: > >>> On Fri, Ju

Re: [oe] [dunfell 1/2] Revert "jsoncpp: upgrade 1.9.2 -> 1.9.3"

2020-07-17 Thread Adrian Bunk
On Fri, Jul 17, 2020 at 12:16:10PM -0700, akuster808 wrote: > > > On 7/17/20 10:24 AM, Adrian Bunk wrote: > > On Fri, Jul 17, 2020 at 08:20:54AM -0700, akuster wrote: > >> ... > >> --- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb > >> +++ b/meta

Re: [oe] [dunfell 1/2] Revert "jsoncpp: upgrade 1.9.2 -> 1.9.3"

2020-07-17 Thread Adrian Bunk
On Fri, Jul 17, 2020 at 08:20:54AM -0700, akuster wrote: >... > --- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb > +++ b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb >... This would make the version going backwards, please add PV = "1.9.3+really1.9.2" cu Adrian

Re: [oe] [dunfel 08/32] multipath-tools: Fix build with json-c 0.14 and newer

2020-07-01 Thread Adrian Bunk
dunfell has json-c 0.13.1 cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#85538): https://lists.openembedded.org/g/openembedded-devel/message/85538 Mute This Topic: https://lists.openembedded.org/mt/75225751/21656 Group Owner:

Re: [oe] meta-python Dunfell branch maintenance

2020-06-29 Thread Adrian Bunk
On Mon, Jun 29, 2020 at 07:59:13AM -0700, akuster wrote: > Hello all, > > I have notice many meta-python3 recipes are having their .inc files > being consolidated. I am considering backporting those consolidations > that are bug fix only Those consolidations can never be "bug fix only" - part of

Re: [oe] standardizing HOMEPAGE values in python3 recipes

2020-06-16 Thread Adrian Bunk
On Tue, Jun 16, 2020 at 06:36:50AM -0400, Robert P. J. Day wrote: > > given the current flurry of python recipe cleanup, just want to > verify a couple things that could/should be standardized. > > first, HOMEPAGE values of the form: > > https://pypi.python.org/pypi/astroid > > can be

Re: [oe] [meta-oe][dunfell][PATCH] uftrace: add PV to update the package version

2020-06-10 Thread Adrian Bunk
On Wed, Jun 10, 2020 at 07:09:11AM -0700, akuster808 wrote: > On 6/10/20 12:02 AM, Adrian Bunk wrote: > > From: Honggyu Kim > > > > uftrace_0.9.4.bb now doesn't actually use exact 0.9.4 version, so it has > > to add a PV value to update the package version. > &g

Re: [oe] [meta-oe][dunfell][PATCH] gpsd: mark CLEANBROKEN

2020-06-10 Thread Adrian Bunk
On Wed, Jun 10, 2020 at 07:14:48AM -0700, akuster808 wrote: > On 6/10/20 12:02 AM, Adrian Bunk wrote: > > From: Sean Nyekjaer > > > > Signed-off-by: Sean Nyekjaer > > Signed-off-by: Khem Raj > > Signed-off-by: Adrian Bunk > > --- > > meta-oe/recip

[oe] [meta-python][dunfell][PATCH] python3-docutils: Remove, moved to OE-core

2020-06-10 Thread Adrian Bunk
Signed-off-by: Khem Raj [ python3-docutils was already in the Yocto 3.1 release of OE-core ] Signed-off-by: Adrian Bunk --- .../python/python3-docutils_0.15.2.bb | 15 --- 1 file changed, 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3

[oe] [meta-oe][dunfell][PATCH] gpsd: mark CLEANBROKEN

2020-06-10 Thread Adrian Bunk
From: Sean Nyekjaer Signed-off-by: Sean Nyekjaer Signed-off-by: Khem Raj Signed-off-by: Adrian Bunk --- meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.19

[oe] [meta-oe][dunfell][PATCH] uftrace: add PV to update the package version

2020-06-10 Thread Adrian Bunk
From: Honggyu Kim uftrace_0.9.4.bb now doesn't actually use exact 0.9.4 version, so it has to add a PV value to update the package version. Signed-off-by: Honggyu Kim Signed-off-by: Khem Raj Signed-off-by: Adrian Bunk --- meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | 2 +- 1 file

[oe] [meta-oe][dunfell][PATCH] qpdf: fix typo in RDEPENDS

2020-06-10 Thread Adrian Bunk
From: Maciej Pijanowski Signed-off-by: Maciej Pijanowski Signed-off-by: Khem Raj Signed-off-by: Adrian Bunk --- meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb b/meta-oe/recipes

[oe] [meta-networking][PATCH] postfix: Upgrade 3.4.10 -> 3.4.12

2020-05-20 Thread Adrian Bunk
Remove patch applied upstream. Manual -fcommon is no longer necessary. Signed-off-by: Adrian Bunk --- ...ure-with-glibc-2.30-due-to-dropped-R.patch | 37 --- .../recipes-daemons/postfix/postfix.inc | 2 +- .../{postfix_3.4.10.bb => postfix_3.4.12.bb} | 3 +- 3 fi

Re: [oe] [meta-oe][PATCH] unicode-ucd: Stop broken license downloading

2020-05-19 Thread Adrian Bunk
On Tue, May 19, 2020 at 03:05:24PM -0700, Khem Raj wrote: > On Tue, May 19, 2020 at 3:00 PM Adrian Bunk wrote: > > > > Hi Khem, > > > > it seems some kind of dos2unix was run when you applied my patch, > > which changed the license hash. > > Thanks for n

[oe] [meta-oe][PATCH v2] unicode-ucd: Stop broken license downloading

2020-05-19 Thread Adrian Bunk
changes. Replace with a dummy check on a local copy of the license file. License checksum changed due to dos2unix conversion. Signed-off-by: Adrian Bunk --- .../unicode-ucd/files/license.html| 98 +++ .../unicode-ucd/unicode-ucd_12.1.0.bb | 7 +- 2 files

Re: [oe] [meta-oe][PATCH] unicode-ucd: Stop broken license downloading

2020-05-19 Thread Adrian Bunk
Hi Khem, it seems some kind of dos2unix was run when you applied my patch, which changed the license hash. cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84501): https://lists.openembedded.org/g/openembedded-devel/message/84501 Mute

Re: [oe] [meta-oe][PATCH] unicode-ucd: Remove pointless license check

2020-05-19 Thread Adrian Bunk
On Mon, May 18, 2020 at 08:10:21AM -0700, Khem Raj wrote: > > Isn’t there any other file in archive to checksum ? > If not perhaps add one or compare against the MIT template from licenses > from OE-core having no entry can trip post processing tools I've sent a new version that adds a local

[oe] [meta-oe][PATCH] unicode-ucd: Stop broken license downloading

2020-05-19 Thread Adrian Bunk
changes. Replace with a dummy check on a local copy of the license file. Signed-off-by: Adrian Bunk --- .../unicode-ucd/files/license.html| 98 +++ .../unicode-ucd/unicode-ucd_12.1.0.bb | 7 +- 2 files changed, 100 insertions(+), 5 deletions(-) create mode

Re: [oe] [dunfell][PATCH 11/18] gnome-themes-extra: correct the recipe name

2020-05-19 Thread Adrian Bunk
On Tue, May 19, 2020 at 07:43:25AM -0700, akuster wrote: >... > So rename the recipe name to reflect the > current status to avoid confusion. >... > ...nome-themes-standard_3.28.bb => gnome-themes-extra_3.28.bb} | 3 --- >... Change looks fine for master, but not appropriate for stable series:

Re: [oe] [dunfell 00/57] Patch review

2020-05-18 Thread Adrian Bunk
On Mon, May 18, 2020 at 07:49:05AM -0700, akuster wrote: >... > Adrian Bunk (1): > mraa: Replace -fcommon with fix >... I'd drop that one: Cleanup patch that replaces a harmless workaround with a trivial fix. cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent t

Re: [oe] [dunfell 00/57] Patch review

2020-05-18 Thread Adrian Bunk
On Mon, May 18, 2020 at 05:38:21PM +0100, Paul Barker wrote: > On Mon, 18 May 2020 at 17:12, akuster wrote: > > > > Groups.io has a limit on the number of emails in a given time. > > > > this patch set exceeded that limit so patches 39-57 got dropped. > > > > > > "500 We have received more than

[oe] [meta-gnome][warrior][PATCH] desktop-file-utils: remove - a more recent version is in oe-core

2020-05-18 Thread Adrian Bunk
From: Andreas Müller Signed-off-by: Andreas Müller Signed-off-by: Khem Raj [ desktop-file-utils was already in the Yocto 2.7 release of OE-core ] Signed-off-by: Adrian Bunk --- .../desktop-file-utils_0.18.bb | 18 -- 1 file changed, 18 deletions(-) delete

[oe] [meta-oe][PATCH] unicode-ucd: Remove pointless license check

2020-05-18 Thread Adrian Bunk
changes. Signed-off-by: Adrian Bunk --- meta-oe/recipes-support/unicode-ucd/unicode-ucd_12.1.0.bb | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-support/unicode-ucd/unicode-ucd_12.1.0.bb b/meta-oe/recipes-support/unicode-ucd/unicode-ucd_12.1.0.bb index

[oe] [meta-gnome][PATCH] libhandy: Remove, moved to OE-core

2020-05-18 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../recipes-support/libhandy/libhandy_git.bb | 21 --- 1 file changed, 21 deletions(-) delete mode 100644 meta-gnome/recipes-support/libhandy/libhandy_git.bb diff --git a/meta-gnome/recipes-support/libhandy/libhandy_git.bb b/meta-gnome/recipes

[oe] [meta-python][PATCH 3/4] python3-cython: Remove, moved to OE-core

2020-05-17 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../packagegroups/packagegroup-meta-python.bb | 2 +- .../recipes-devtools/python/python-cython.inc | 40 --- .../python/python3-cython_0.29.14.bb | 18 - 3 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 meta

[oe] [meta-python][PATCH 4/4] python3-pyparsing: Remove, moved to OE-core

2020-05-17 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../packagegroups/packagegroup-meta-python.bb | 2 +- .../python/python3-pyparsing_2.4.6.bb | 21 --- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyparsing_2.4.6.bb diff

[oe] [meta-python][PATCH 1/4] python3-docutils: Remove, moved to OE-core

2020-05-17 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../packagegroups/packagegroup-meta-python.bb | 2 +- .../python/python3-docutils_0.15.2.bb | 15 --- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-docutils_0.15.2.bb

[oe] [meta-python][PATCH 2/4] python3-dbusmock: Remove, moved to OE-core

2020-05-17 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- ...y-to-add-own-objects-to-internal-obj.patch | 52 --- ...ty-to-import-templates-from-packages.patch | 27 -- .../python/python3-dbusmock_0.16.7.bb | 25 - 3 files changed, 104 deletions(-) delete mode 100644 meta-python

Re: [oe] [meta-oe] [PATCH] gpsd: fix build on aarch64

2020-05-15 Thread Adrian Bunk
On Fri, May 15, 2020 at 05:07:37PM +0200, Martin Jansa wrote: > I was seeing this issue also on arm (raspberrypi4), so it's not specific to > aarch64 as subject says. > > With this fix I'm still seeing build failure: > | ppsthread.c:1281: error: undefined reference to 'pthread_create' > > going

[oe] [meta-networking][warrior][PATCH] wireless-regdb: Upgrade 2019.06.03 -> 2020.04.29

2020-05-15 Thread Adrian Bunk
From: Adrian Bunk (From OE-Core rev: 5b71a3f3d1bca6b52f53b97971131a6771618420) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- Recipe moved to OE-core in zeus. --- ...reless-regdb_2019.06.03.bb => wireless-regdb_2020.04.29.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deleti

[oe] [meta-oe][PATCH] protobuf-c: Remove workarounds for gcc < 6

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb index 94c389357..bb8aecded 100644 --- a/meta

[oe] [meta-oe][PATCH] flatbuffers: Remove workarounds for gcc < 6

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb index

[oe] [meta-oe][PATCH] mozjs: Remove workaround for gcc < 4.9

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../0014-fallback-to-2011-C++-standard.patch | 42 --- .../recipes-extended/mozjs/mozjs_60.9.0.bb| 1 - 2 files changed, 43 deletions(-) delete mode 100644 meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs/0014-fallback-to-2011

[oe] [meta-oe][PATCH] mraa: Replace -fcommon with fix

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- ...de-Declare-gVERSION-global-as-extern.patch | 31 +++ meta-oe/recipes-extended/mraa/mraa_git.bb | 3 +- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 meta-oe/recipes-extended/mraa/mraa/0001-include-Declare-gVERSION

Re: [oe] [OE-core][PATCH] iproute2: Remove -fcommon

2020-05-12 Thread Adrian Bunk
Sorry, wrong list for these patches. cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84322): https://lists.openembedded.org/g/openembedded-devel/message/84322 Mute This Topic: https://lists.openembedded.org/mt/74158697/21656 Group Owner:

[oe] [OE-core][PATCH] libxcrypt2: Remove -fcommon

2020-05-12 Thread Adrian Bunk
This was fixed in upstream version 4.4.12. Signed-off-by: Adrian Bunk --- meta/recipes-core/libxcrypt/libxcrypt.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index bee1367c99..2d2a0b03e3 100644

[oe] [OE-core][PATCH] llvm: Remove -fcommon

2020-05-12 Thread Adrian Bunk
I cannot reproduce the problem. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/llvm/llvm_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index a8607f5008..d24ed761bf 100644 --- a/meta/recipes

[oe] [OE-core][PATCH] at-spi2-atk: Remove -fcommon

2020-05-12 Thread Adrian Bunk
This was fixed in upstream version 2.34.0. Signed-off-by: Adrian Bunk --- meta/recipes-support/atk/at-spi2-atk_2.34.2.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-support/atk/at-spi2-atk_2.34.2.bb b/meta/recipes-support/atk/at-spi2-atk_2.34.2.bb index db62ae8fac

[oe] [OE-core][PATCH] iproute2: Remove -fcommon

2020-05-12 Thread Adrian Bunk
This was fixed in upstream version 5.5.0. Signed-off-by: Adrian Bunk --- meta/recipes-connectivity/iproute2/iproute2_5.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.5.0.bb b/meta/recipes-connectivity/iproute2

[oe] [OE-core][PATCH] matchbox-wm: Replace -fcommon with fix

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../0001-Fix-build-with-gcc-10.patch | 40 +++ .../matchbox-wm/matchbox-wm_1.2.2.bb | 3 +- 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-graphics/matchbox-wm/matchbox-wm/0001-Fix-build

[oe] [OE-core][PATCH] menu-cache: Replace -fcommon with fix

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../0001-Support-gcc10-compilation.patch | 110 ++ .../menu-cache/menu-cache_1.1.0.bb| 6 +- 2 files changed, 113 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-graphics/menu-cache/files/0001-Support-gcc10

[oe] [OE-core][PATCH] xorg-xserver: Remove -fcommon

2020-05-12 Thread Adrian Bunk
This was fixed in upstream version 1.20.8. Signed-off-by: Adrian Bunk --- meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.8.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.8.bb b/meta/recipes-graphics/xorg-xserver/xserver

[oe] [OE-core][PATCH] mesa: Remove -fcommon

2020-05-12 Thread Adrian Bunk
This was fixed in upstream version 20.0. Signed-off-by: Adrian Bunk --- meta/recipes-graphics/mesa/mesa_20.0.2.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa_20.0.2.bb b/meta/recipes-graphics/mesa/mesa_20.0.2.bb index 56ee28c870..ee0260e073 100644

Re: [oe] [meta-oe][PATCH] php: fix opcache link error in 7.4

2020-05-08 Thread Adrian Bunk
On Fri, May 08, 2020 at 10:42:22AM -0400, Claude Bing wrote: > On 5/8/20 6:56 AM, Adrian Bunk wrote: > > On Thu, May 07, 2020 at 02:28:06PM -0400, Claude Bing wrote: > >> Explicitly specifying -lrt is required for opcache to be linked against > >> the proper depen

Re: [oe] [meta-oe][PATCH] php: fix opcache link error in 7.4

2020-05-08 Thread Adrian Bunk
On Thu, May 07, 2020 at 02:28:06PM -0400, Claude Bing wrote: > Explicitly specifying -lrt is required for opcache to be linked against > the proper dependencies. Additionally, PHP disables libdl when it > detects a cross-compilation environment for some reason. In order to > load any type of

[oe] [meta-oe][PATCH] uftrace: Fix PR

2020-05-06 Thread Adrian Bunk
The latest update moved uftrace from a stable release to a git snapshot. Adjust PR accordingly. Signed-off-by: Adrian Bunk --- meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4

Re: [oe] [meta-filesystems] [PATCH] fatresize: upgrade 1.0.2-11 -> 1.0.2

2020-03-25 Thread Adrian Bunk
On Tue, Mar 24, 2020 at 11:47:14PM -0700, Wang Mingyu wrote: >... > -PV = "1.0.2-11" > +PV = "1.0.2" >... PV shouldn't be going backwards. >... > -SRCREV = "3f80afc76ad82d4a1b852a6c8dea24cd9f5e7a24" > +SRCREV = "eb87617875abe47fb307ac3c5a741afc4f88b855" >... This downgrades from 1.0.2-11 to

[oe] [meta-oe][PATCH] octave: Fix QA issues

2020-03-21 Thread Adrian Bunk
WARNING: octave-4.4.1-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg [mime-xdg] WARNING: octave-4.4.1-r0 do_package_qa: QA Issue: octave: SRC_URI uses PN not BPN [src-uri-bad] Signed-off-by: Adrian Bunk --- meta-oe/recipes-devtools

Re: [oe] proper way to report(?) conflicting files being installed?

2020-03-19 Thread Adrian Bunk
On Thu, Mar 19, 2020 at 01:09:13PM -0400, Robert P. J. Day wrote: > On Thu, 19 Mar 2020, Adrian Bunk wrote: > > > On Thu, Mar 19, 2020 at 09:22:54AM -0400, Robert P. J. Day wrote: > > >... > > > +# ax_code_coverage.m4 and ax_check_enable_debug.m4 are in gnome-commo

Re: [oe] proper way to report(?) conflicting files being installed?

2020-03-19 Thread Adrian Bunk
On Thu, Mar 19, 2020 at 09:22:54AM -0400, Robert P. J. Day wrote: >... > +# ax_code_coverage.m4 and ax_check_enable_debug.m4 are in gnome-common only > +# because older versions of autoconf-archive didn't have them yet. Now they > +# are in autoconf-archive from OE-core. We depend on that below to

[oe] [meta-networking][PATCH] networkmanager: Upgrade 1.22.8 -> 1.22.10

2020-03-18 Thread Adrian Bunk
Upgrade on the 1.22 stable branch. Signed-off-by: Adrian Bunk --- .../{networkmanager_1.22.8.bb => networkmanager_1.22.10.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.22.8

[oe] [meta-oe][PATCH] libqmi: Upgrade 1.24.6 -> 1.24.8

2020-03-18 Thread Adrian Bunk
Bugfix release on the 1.24 stable branch. Signed-off-by: Adrian Bunk --- .../libqmi/{libqmi_1.24.6.bb => libqmi_1.24.8.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.24.6.bb => libqmi_1.24.8.bb} (85%) diff

[oe] [meta-oe][PATCH] modemmanager: Upgrade 1.12.6 -> 1.12.8

2020-03-18 Thread Adrian Bunk
Bugfix release on the 1.12 stable branch. Signed-off-by: Adrian Bunk --- .../{modemmanager_1.12.6.bb => modemmanager_1.12.8.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.12.6.bb => modemmanager_1.1

Re: [oe] [meta-oe][PATCH] flashrom: Fix build with clang

2020-03-16 Thread Adrian Bunk
On Sun, Mar 15, 2020 at 05:06:54PM -0700, Khem Raj wrote: >... > +clang complains like below > + > +libflashrom.c:191:43: error: implicit conversion from enumeration type > 'const enum test_state' to different enumeration type 'enum > flashrom_test_state' [-Werror,-Wenum-conversion] > +

Re: [oe] [meta-multimedia][PATCH 2/5] vlc: Depend on gst-1.0 ugly plugins instead of 0.10

2020-03-04 Thread Adrian Bunk
On Wed, Mar 04, 2020 at 09:19:24AM -0800, Khem Raj wrote: >... > -PACKAGECONFIG[gstreamer] = > "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 > gstreamer1.0-plugins-base gst-plugins-bad" > +PACKAGECONFIG[gstreamer] = > "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 >

[oe] [meta-oe][PATCH] Revert "piglist: add from oe-core"

2020-03-04 Thread Adrian Bunk
This reverts commit af22a7a46ab6306aa4d59037e59b4dcf373b2603. The recipe is staying in OE-core. Signed-off-by: Adrian Bunk --- ...-bash-completions-in-the-right-place.patch | 35 -- ...proper-WAYLAND_INCLUDE_DIRS-variable.patch | 32 -- meta-oe/recipes-graphics/piglit

[oe] [meta-oe][PATCH] libidn: Remove obsolete patches for issues already fixed upstream

2020-02-27 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- ...R_P_warning_error_with_automake_1.12.patch | 34 -- .../libidn/libidn_fix_for_automake-1.12.patch | 35 --- .../recipes-extended/libidn/libidn_1.35.bb| 2 -- 3 files changed, 71 deletions(-) delete mode 100644 meta-oe

[oe] [meta-oe][PATCH] libidn: Moved from OE-core

2020-02-23 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../0001-idn-format-security-warnings.patch | 181 ++ ...R_P_warning_error_with_automake_1.12.patch | 34 .../libidn/dont-depend-on-help2man.patch | 23 +++ .../libidn/libidn_fix_for_automake-1.12.patch | 35 .../recipes-extended

Re: [oe] [meta-oe][PATCH] ipmiutil: gzip man pages with out timestamp

2020-02-23 Thread Adrian Bunk
On Sun, Feb 23, 2020 at 10:23:48AM -0800, Jeremy A. Puhlman wrote: > On 2/23/2020 12:15 AM, Khem Raj wrote: > > fails with clang > > > > https://errors.yoctoproject.org/Errors/Details/392235/ > > Its a hosttools issue. I was using hosttools tarball that uses pigz > as its gzip. Just needs a

[oe] [meta-oe][PATCH] modemmanager: Upgrade 1.12.4 -> 1.12.6

2020-02-23 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../{modemmanager_1.12.4.bb => modemmanager_1.12.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.12.4.bb => modemmanager_1.12.6.bb} (93%) diff --git a/meta-oe/r

[oe] [meta-oe][PATCH] libqmi: Upgrade 1.24.2 -> 1.24.4

2020-02-23 Thread Adrian Bunk
Upgrade on the 1.24 stable branch. Signed-off-by: Adrian Bunk --- .../libqmi/{libqmi_1.24.2.bb => libqmi_1.24.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.24.2.bb => libqmi_1.24.4.bb} (85%) diff --git

Re: [oe] [meta-networking][warrior][PATCH] modemmanager: Upgrade 1.8.2 -> 1.8.4

2020-02-21 Thread Adrian Bunk
This one and the next 2 patches have been resent with the correct [meta-oe]. cu Adrian -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-networking][warrior][PATCH] dnsmasq: CVE-2019-14834

2020-02-21 Thread Adrian Bunk
From: Zhixiong Chi Backport the CVE patch from the upstream to fix the memory leak. Signed-off-by: Zhixiong Chi Signed-off-by: Khem Raj (cherry picked from commit c8ca82feb5d6ceb843aad33dada947b456f7fcac) Signed-off-by: Armin Kuster Signed-off-by: Adrian Bunk --- ...-dnsmasq-fix-memory

[oe] [meta-networking][warrior][PATCH] freeradius: fix CVE-2019-10143

2020-02-21 Thread Adrian Bunk
From: Yi Zhao Reference: https://nvd.nist.gov/vuln/detail/CVE-2019-10143 Patch from: https://github.com/FreeRADIUS/freeradius-server/commit/1f233773962bf1a9c2d228a180eacddb9db2d574 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj Signed-off-by: Armin Kuster Signed-off-by: Adrian Bunk

[oe] [meta-networking][warrior][PATCH] networkmanager: Upgrade 1.16.0 -> 1.16.4

2020-02-21 Thread Adrian Bunk
Upgrade on the 1.16 stable branch. Removed patch for issue fixed upstream. Signed-off-by: Adrian Bunk --- .../networkmanager/0003-dlopen-failure.patch | 34 --- ...ger_1.16.0.bb => networkmanager_1.16.4.bb} | 5 ++- 2 files changed, 2 insertions(+), 37 deletions(-) del

[oe] [meta-networking][warrior][PATCH 2/2] wireshark: Upgrade 3.0.6 -> 3.0.8

2020-02-21 Thread Adrian Bunk
Upgrade on the 3.0 stable branch, including fixes for CVE-2019-19553 and CVE-2020-7045. Signed-off-by: Adrian Bunk --- .../wireshark/{wireshark_3.0.6.bb => wireshark_3.0.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/wiresh

[oe] [meta-networking][warrior][PATCH 1/2] wireshark: upgrade 3.0.3 -> 3.0.6

2020-02-21 Thread Adrian Bunk
From: Zheng Ruoqin Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj [Bug fix only update includes: CVE-2019-16319 ] Signed-off-by: Armin Kuster Signed-off-by: Adrian Bunk --- .../wireshark/{wireshark_3.0.3.bb => wireshark_3.0.6.bb} | 4 ++-- 1 file changed, 2 insertions(+)

[oe] [meta-oe][warrior][PATCH] mariadb: upgrade 10.3.16 -> 10.3.18

2020-02-21 Thread Adrian Bunk
From: Zheng Ruoqin Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj [Bug fix only update https://mariadb.com/kb/en/library/mariadb-10318-release-notes/ includes: CVE-2019-2805 CVE-2019-2740 CVE-2019-2739 CVE-2019-2737 CVE-2019-2758 ] Signed-off-by: Armin Kuster Signed-off-by: Adrian Bunk

[oe] [meta-oe][warrior][PATCH] modemmanager: Upgrade 1.8.2 -> 1.8.4

2020-02-21 Thread Adrian Bunk
Bugfix release on the 1.8 stable branch. Signed-off-by: Adrian Bunk --- .../{modemmanager_1.8.2.bb => modemmanager_1.8.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.8.2.bb => modemmanager_1.8.4.b

[oe] [meta-oe][warrior][PATCH] libqmi: Upgrade 1.22.2 -> 1.22.6

2020-02-21 Thread Adrian Bunk
Upgrade on the 1.22 stable branch. Signed-off-by: Adrian Bunk --- .../libqmi/{libqmi_1.22.2.bb => libqmi_1.22.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.22.2.bb => libqmi_1.22.6.bb} (85%) diff --git

[oe] [meta-networking][warrior][PATCH] libqmi: Upgrade 1.22.2 -> 1.22.6

2020-02-21 Thread Adrian Bunk
Upgrade on the 1.22 stable branch. Signed-off-by: Adrian Bunk --- .../libqmi/{libqmi_1.22.2.bb => libqmi_1.22.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.22.2.bb => libqmi_1.22.6.bb} (85%) diff --git

[oe] [meta-networking][warrior][PATCH] modemmanager: Upgrade 1.8.2 -> 1.8.4

2020-02-21 Thread Adrian Bunk
Bugfix release on the 1.8 stable branch. Signed-off-by: Adrian Bunk --- .../{modemmanager_1.8.2.bb => modemmanager_1.8.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.8.2.bb => modemmanager_1.8.4.b

[oe] [meta-networking][warrior][PATCH] mariadb: upgrade 10.3.16 -> 10.3.18

2020-02-21 Thread Adrian Bunk
From: Zheng Ruoqin Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj [Bug fix only update https://mariadb.com/kb/en/library/mariadb-10318-release-notes/ includes: CVE-2019-2805 CVE-2019-2740 CVE-2019-2739 CVE-2019-2737 CVE-2019-2758 ] Signed-off-by: Armin Kuster Signed-off-by: Adrian Bunk

[oe] [meta-networking][zeus][PATCH] wireshark: Upgrade 3.0.6 -> 3.0.8

2020-02-21 Thread Adrian Bunk
Upgrade on the 3.0 stable branch, including fixes for CVE-2019-19553 and CVE-2020-7045. Signed-off-by: Adrian Bunk --- .../wireshark/{wireshark_3.0.6.bb => wireshark_3.0.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/wiresh

Re: [oe] S variable for svn fetcher Was: State of OE world - 2020-02-18

2020-02-20 Thread Adrian Bunk
On Thu, Feb 20, 2020 at 04:37:58PM +0100, Martin Jansa wrote: > On Thu, Feb 20, 2020 at 05:16:20PM +0200, Adrian Bunk wrote: > > On Thu, Feb 20, 2020 at 03:48:48PM +0100, Martin Jansa wrote: > > >... > > > Any idea why these aren't shown in our build? > >

Re: [oe] S variable for svn fetcher Was: State of OE world - 2020-02-18

2020-02-20 Thread Adrian Bunk
On Thu, Feb 20, 2020 at 03:48:48PM +0100, Martin Jansa wrote: >... > Any idea why these aren't shown in our build? >... What is your mirror configuration? Default configuration downloads the tarball from [1]. > Cheers, cu Adrian [1] http://downloads.yoctoproject.org/mirror/sources/ --

Re: [oe] [meta-oe][PATCH] fio: upgrade 3.17 -> 3.18

2020-02-18 Thread Adrian Bunk
On Tue, Feb 18, 2020 at 11:37:33AM -0800, Jonathan Richardson via Openembedded-devel wrote: > I was just about to submit a patch to remove the disabling of compiler > optimizations to fio. On our cortex A72 this kills the performance of fio > by 25%. That would solve this build issue also. >... >

[oe] [meta-oe][PATCH] modemmanager: Add a PACKAGECONFIG for the new --with-at-command-via-dbus option

2020-02-07 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.4.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.4.bb index 3639f02ca

Re: [oe] [meta-oe][PATCH] libnih: Remove

2020-01-15 Thread Adrian Bunk
ping Thanks Adrian -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-oe][PATCH] enchant2: Remove, moved to oe-core

2020-01-11 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../recipes-support/enchant/enchant2_2.2.7.bb | 28 --- 1 file changed, 28 deletions(-) delete mode 100644 meta-oe/recipes-support/enchant/enchant2_2.2.7.bb diff --git a/meta-oe/recipes-support/enchant/enchant2_2.2.7.bb b/meta-oe/recipes-support

Re: [oe] [PATCH] rocksdb: Fix compile error for DEBUG_BUILD

2020-01-09 Thread Adrian Bunk
On Thu, Jan 09, 2020 at 04:30:41PM +0800, Robert Yang wrote: > On 1/9/20 4:14 PM, Adrian Bunk wrote: > > On Thu, Jan 09, 2020 at 03:13:57PM +0800, Robert Yang wrote: > > > > > > > > > On 1/8/20 5:27 PM, Adrian Bunk wrote: > > > > On Wed, Jan

Re: [oe] [PATCH] rocksdb: Fix compile error for DEBUG_BUILD

2020-01-09 Thread Adrian Bunk
On Thu, Jan 09, 2020 at 03:13:57PM +0800, Robert Yang wrote: > > > On 1/8/20 5:27 PM, Adrian Bunk wrote: > > On Wed, Jan 08, 2020 at 02:09:03PM +0800, Robert Yang wrote: > > > Fixed do_compile error when DEBUG_BUILD = "1": > > > db/write_thread.cc:183:1

Re: [oe] [PATCH] rocksdb: Fix compile error for DEBUG_BUILD

2020-01-08 Thread Adrian Bunk
On Wed, Jan 08, 2020 at 02:09:03PM +0800, Robert Yang wrote: > Fixed do_compile error when DEBUG_BUILD = "1": > db/write_thread.cc:183:14: error: 'state' may be used uninitialized in this > function [-Werror=maybe-uninitialized] >... -Og warnings are not 100% reliable, and in general -Werror is

[oe] [meta-oe][PATCH] enchant2: Upgrade 2.2.3 -> 2.2.7

2020-01-06 Thread Adrian Bunk
Also add UPSTREAM_CHECK_URI. Signed-off-by: Adrian Bunk --- .../enchant/{enchant2_2.2.3.bb => enchant2_2.2.7.bb}| 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/enchant/{enchant2_2.2.3.bb => enchant2_2.2.7.bb} (76%) diff --git a/m

[oe] [meta-oe][PATCH] geany-plugins: Use enchant2 instead of the old enchant

2020-01-06 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb index c43d23b34..a6a0b17dd 100644

Re: [oe] [zeus 00/17] Patch review

2020-01-03 Thread Adrian Bunk
On Thu, Jan 02, 2020 at 07:38:38PM -0800, Khem Raj wrote: > On Thu, Jan 2, 2020 at 6:49 PM Armin Kuster wrote: >... > > Khem Raj (9): > > grpc: Define libdir and cmakedir in terms of multilib > > tinyalsa: fix installation libdir path to match multilibs > > libqb: Add

Re: [oe] [meta-oe][PATCH 4/6] hddtemp: Fix build with latest gettext 0.20.x

2020-01-02 Thread Adrian Bunk
On Wed, Jan 01, 2020 at 10:13:28PM -0800, Khem Raj wrote: >... > ...ame-to-configure.ac-and-use-external.patch | 14743 It should not be necessary to remove intl/ in the diff. Removing intl from SUBDIRS and AC_CONFIG_FILES should be sufficient and keep the patch at a readable

Re: [oe] [meta-oe][PATCH 3/6] gtkperf: Fix build with latest gettext 0.20.x

2020-01-02 Thread Adrian Bunk
It might be time to remove gtkperf? It is a benchmarking tool for the old GTK+2, and with no upstream release in 15 years there is not much chance that gtkperf will get ported to more recent GTK versions. cu Adrian -- ___ Openembedded-devel mailing

Re: [oe] [meta-oe][PATCH 1/8] glfw: Update to latest

2019-12-31 Thread Adrian Bunk
On Mon, Dec 30, 2019 at 05:06:46PM -0800, Khem Raj wrote: >... > FPIC in static archives is needed for arches like aarch64 This is not true. What is the problem you were trying to fix? >... > +PV .= "git${SRCPV}" >... This should be +git${SRCPV} cu Adrian --

Re: [oe] [meta-oe][PATCH 7/8] upm: Disable -Wno-misleading-indentation with clang10+

2019-12-30 Thread Adrian Bunk
On Mon, Dec 30, 2019 at 05:06:51PM -0800, Khem Raj wrote: >... > ++# clang-10 added -Wmisleading-indentation as well, skipp it too > ++if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION > VERSION_GREATER "9") > ++ list (APPEND C_CXX_WARNING_FLAGS

Re: [oe] [meta-oe][PATCH 5/8] sanlock: Upgrade to 3.8.0+

2019-12-30 Thread Adrian Bunk
On Mon, Dec 30, 2019 at 05:06:50PM -0800, Khem Raj wrote: > The original SRCREV was at 3.7.3 even though PV was 3.8.0 >... > -SRCREV = "7afe0e66f5c7f24894896fad20ffa6f39733d80f" >... This looks like 3.8.0 to me. > this upgrades to latest on top of 3.8.0 to get py3 support >... This should also

Re: [oe] [meta-networking][PATCH 5/5] ippool: Fix strncpy -Wformat-truncation warning

2019-12-27 Thread Adrian Bunk
On Thu, Dec 26, 2019 at 07:56:39PM -0800, Khem Raj wrote: >... > +--- a/cli/cli_readline.c > b/cli/cli_readline.c > +@@ -261,6 +261,11 @@ static void cli_rl_display_wrapped_text( > + if (left_margin == 0) { > + left_margin = 3; > + } > ++ > ++if (left_margin >=

Re: [oe] [meta-networking][PATCH 5/5] ippool: Fix strncpy -Wformat-truncation warning

2019-12-26 Thread Adrian Bunk
On Thu, Dec 26, 2019 at 07:56:39PM -0800, Khem Raj wrote: >... > +| ippool_config.c:112:2: note: 'snprintf' output between 8 and 55 bytes into > a destination of size 48 > +| 112 | snprintf(prompt, sizeof(prompt), "ippool-%s", server_name); > +| |

[oe] [meta-oe][zeus][PATCH] libqmi: Upgrade 1.24.0 -> 1.24.2

2019-12-23 Thread Adrian Bunk
This is a bugfix release on the 1.24 stable branch. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- .../libqmi/{libqmi_1.24.0.bb => libqmi_1.24.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.24.0

  1   2   3   4   5   6   >