Re: [oe] [PATCH] meta-python: Initial commit of Python3 OBDII module

2019-03-28 Thread Alistair Francis
On Thu, Mar 28, 2019 at 10:04 PM Tim Orling wrote: > > > > On Thu, Mar 28, 2019 at 9:50 PM Alistair Francis wrote: >> >> Signed-off-by: Alistair Francis >> --- >> meta-python/recipes-devtools/python/python-obd.inc | 9 + >> meta-python/recipes-devtools/python/python3-obd_0.7.0.bb

Re: [oe] [PATCH] meta-python: Initial commit of Python3 OBDII module

2019-03-28 Thread Tim Orling
On Thu, Mar 28, 2019 at 9:50 PM Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > meta-python/recipes-devtools/python/python-obd.inc | 9 + > meta-python/recipes-devtools/python/python3-obd_0.7.0.bb | 2 ++ Latest version. Ack. > 2 files changed, 11

[oe] [PATCH] meta-python: Initial commit of Python3 OBDII module

2019-03-28 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-obd.inc | 9 + meta-python/recipes-devtools/python/python3-obd_0.7.0.bb | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-obd.inc create mode

[oe] [meta-oe][PATCH] dbus-broker: 18 -> 19

2019-03-28 Thread William A. Kennington III via Openembedded-devel
Drops the musl compat patch which is upstream in version 19 Signed-off-by: William A. Kennington III --- ...ini-Fix-missing-sys-types.h-includes.patch | 42 --- .../{dbus-broker_18.bb => dbus-broker_19.bb} | 3 +- 2 files changed, 1 insertion(+), 44 deletions(-) delete mode

[oe] [PATCH V2] gnome-system-monitor: upgrade 3.26.0 -> 3.32.0

2019-03-28 Thread Andreas Müller
Remove libwnck3 from DEPENDS. meson_options.txt has an option 'wnck' disabled by default and with a desciption 'enable wnck support, this will likely make system-monitor segfault' which does not sound promising. Signed-off-by: Andreas Müller --- V1 -> V2 * Add PACKAGECONFIG for systemd * polkit

Re: [oe] [meta-oe][PATCH] cli11: 1.6.2 -> 1.7.1

2019-03-28 Thread Khem Raj
On Thu, Mar 28, 2019 at 2:04 AM William Kennington wrote: > > Yeah, sorry about that. This is a known issue with the gitsm and I > sent out a patch yesterday > https://patchwork.openembedded.org/series/16685/# > this was followed up by a maintainer patch to implement similar update > checking >

Re: [oe] [PATCH 13/15] gnome-system-monitor: upgrade 3.26.0 -> 3.32.0

2019-03-28 Thread Andreas Müller
On Thu, Mar 28, 2019 at 5:44 PM Khem Raj wrote: > > On Wed, Mar 27, 2019 at 8:37 AM Andreas Müller > wrote: > > > > Be aware that it needs 'polkit' in DISTRO_FEATURES > > > > Fails on systemd-less based distros > https://errors.yoctoproject.org/Errors/Details/234765/ > > Will check and send a

Re: [oe] [PATCH 13/15] gnome-system-monitor: upgrade 3.26.0 -> 3.32.0

2019-03-28 Thread Khem Raj
On Wed, Mar 27, 2019 at 8:37 AM Andreas Müller wrote: > > Be aware that it needs 'polkit' in DISTRO_FEATURES > Fails on systemd-less based distros https://errors.yoctoproject.org/Errors/Details/234765/ > Signed-off-by: Andreas Müller > --- > ...-build-help-we-do-not-have-yelp-yet.patch} | 32

[oe] [meta-oe][PATCH] s-suite: push SRCREV to version 3.1

2019-03-28 Thread Paolo Valente
Signed-off-by: Paolo Valente --- meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb index 8bd0afc49..47d21d36c 100644 ---

Re: [oe] glibc broken when linked with gold Was: State of OE World, 2019-03-16

2019-03-28 Thread Martin Jansa
On Wed, Mar 27, 2019 at 10:08:32PM -0700, Khem Raj wrote: > On Wed, Mar 27, 2019 at 3:32 PM Martin Jansa wrote: > > > > On Wed, Mar 27, 2019 at 09:39:07PM +0100, Martin Jansa wrote: > > > On Wed, Mar 27, 2019 at 05:35:07PM +0100, Martin Jansa wrote: > > > > On Wed, Mar 27, 2019 at 05:17:54PM

[oe] [meta-oe][PATCH] cpprest: fix build failures on 32bit systems, by reverting two upstream commits

2019-03-28 Thread Gianfranco Costamagna
--- ...0e5b33dfdbd501d618cd7e7498148ffbd559.patch | 26 + ...9f8e214516d2c19aa6ef831ee874a58c0479.patch | 1557 + .../cpprest/cpprest_2.10.12.bb|2 + 3 files changed, 1585 insertions(+) create mode 100644

Re: [oe] [meta-oe][PATCH] libgpiod: bump version to v1.3

2019-03-28 Thread Khem Raj
On Thu, Mar 28, 2019 at 3:29 AM Bartosz Golaszewski wrote: > pon., 25 mar 2019 o 18:30 Khem Raj napisał(a): > > > > On Mon, Mar 25, 2019 at 7:26 AM Bartosz Golaszewski > > wrote: > > > > > > pon., 25 mar 2019 o 15:19 Khem Raj napisał(a): > > > > > > > > > > > > > > > > On Mon, Mar 25, 2019 at

[oe] [meta-oe][PATCH] cpprest: bump version to 2.10.12

2019-03-28 Thread Gianfranco Costamagna
--- .../cpprest/{cpprest_2.10.11.bb => cpprest_2.10.12.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/cpprest/{cpprest_2.10.11.bb => cpprest_2.10.12.bb} (89%) diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.11.bb

Re: [oe] [meta-oe][PATCH] libgpiod: bump version to v1.3

2019-03-28 Thread Bartosz Golaszewski
pon., 25 mar 2019 o 18:30 Khem Raj napisał(a): > > On Mon, Mar 25, 2019 at 7:26 AM Bartosz Golaszewski > wrote: > > > > pon., 25 mar 2019 o 15:19 Khem Raj napisał(a): > > > > > > > > > > > > On Mon, Mar 25, 2019 at 7:05 AM Bartosz Golaszewski wrote: > > >> > > >> From: Bartosz Golaszewski > >

Re: [oe] [meta-oe][PATCH] cli11: 1.6.2 -> 1.7.1

2019-03-28 Thread William Kennington via Openembedded-devel
Yeah, sorry about that. This is a known issue with the gitsm and I sent out a patch yesterday https://patchwork.openembedded.org/series/16685/# this was followed up by a maintainer patch to implement similar update checking https://patchwork.openembedded.org/series/16702/# I don't think we have

[oe] [meta-python][PATCH 2/2] python-cachetools: add recipe

2019-03-28 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../recipes-devtools/python/python-cachetools.inc| 16 .../recipes-devtools/python/python-cachetools_3.1.0.bb | 2 ++ .../recipes-devtools/python/python3-cachetools_3.1.0.bb | 2 ++ 3 files changed, 20 insertions(+) create mode 100644

[oe] [meta-python][PATCH 1/2 v2] python-tqdm: add recipe

2019-03-28 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-python/recipes-devtools/python/python-tqdm.inc| 13 + meta-python/recipes-devtools/python/python-tqdm_4.31.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-tqdm_4.31.1.bb | 2 ++ 3 files changed, 17 insertions(+) create mode 100644

[oe] [meta-python][PATCH 0/2] add python-tqdm and python-cachetools

2019-03-28 Thread Yi Zhao
python-tqdm: Change from V1: add native and nativesdk to BBCLASSEXTEND Yi Zhao (2): python-tqdm: add recipe python-cachetools: add recipe .../recipes-devtools/python/python-cachetools.inc| 16 .../recipes-devtools/python/python-cachetools_3.1.0.bb | 2 ++