[OE-core] [PATCH] libsolf: update to 0.7.5

2019-06-29 Thread Oleksandr Kravchuk
Removed patch was upstreamed. Signed-off-by: Oleksandr Kravchuk --- .../0001-build-use-GNUInstallDirs.patch | 188 -- .../{libsolv_0.7.4.bb => libsolv_0.7.5.bb}| 3 +- 2 files changed, 1 insertion(+), 190 deletions(-) delete mode 100644 meta/recipes-exten

[OE-core] [PATCH] dpkg: update to 1.19.7

2019-06-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...s-expect-D-to-be-set-when-running-in.patch | 20 +-- .../dpkg/{dpkg_1.19.4.bb => dpkg_1.19.7.bb} | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) rename meta/recipes-devtools/dpkg/{dpkg_1.19.4.bb => dpkg_1.19.7.b

[OE-core] [PATCH] apt: update to 1.2.31

2019-06-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../apt/{apt-native_1.2.24.bb => apt-native_1.2.31.bb}| 0 meta/recipes-devtools/apt/apt.inc | 4 ++-- meta/recipes-devtools/apt/{apt_1.2.24.bb => apt_1.2.31.bb}| 0 3 files changed, 2 insertions(+), 2 del

[OE-core] [PATCH] libevent: update to 2.1.11

2019-08-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libevent/{libevent_2.1.10.bb => libevent_2.1.11.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libevent/{libevent_2.1.10.bb => libevent_2.1.11.bb} (88%) diff --git a/meta/recipes-support/li

[OE-core] [PATCH] librepo: update to 1.10.5

2019-08-13 Thread Oleksandr Kravchuk
Also cleanedup the recipe. Signed-off-by: Oleksandr Kravchuk --- .../{librepo_1.10.4.bb => librepo_1.10.5.bb} | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) rename meta/recipes-devtools/librepo/{librepo_1.10.4.bb => librepo_1.10.5.bb} (58%) diff --git

[OE-core] [PATCH] python3-git: update to 3.0.0

2019-08-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../python/{python3-git_2.1.13.bb => python3-git_3.0.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-git_2.1.13.bb => python3-git_3.0.0.bb} (88%) diff --git a/meta/recipes-devtools/

Re: [OE-core] [oe-core] [BUG] patch linux-firmware: bump to 20190618 breaks package index

2019-08-12 Thread Oleksandr Kravchuk
Hi Nicola, How do I reproduce this? It builds fine for me. On 12/08/2019 15:38, nick83ola wrote: > Hi all > after this patch I got a ton of errors regarding Package version went > backwards > > Cheers > Nicola Lunghi > > ERROR: linux-firmware-20190618-r0 do_packagedata: QA Issue: Package >

[OE-core] [PATCH] linux-firmware: add PE back

2019-08-12 Thread Oleksandr Kravchuk
Add PE (package epoch) from the previous version of the recipe to avoid problems with package upgrade due to changed versioning scheme. See: http://lists.openembedded.org/pipermail/openembedded-core/2019-August/285633.html Signed-off-by: Oleksandr Kravchuk --- meta/recipes-kernel/linux

[OE-core] [PATCH] xrandr: update to 1.5.1

2019-08-13 Thread Oleksandr Kravchuk
SRC_URI was moved from xorg-app-common.inc, since it has hardcoded file extension (tar.bz2), but upstream stopped publishing tar.bz2 archives for newer versions of the packages. Signed-off-by: Oleksandr Kravchuk --- .../xorg-app/{xrandr_1.5.0.bb => xrandr_1.5.1.bb} | 6 -- 1 f

[OE-core] [PATCH] git: update to 2.22.1

2019-08-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/git/git_2.22.0.bb | 11 --- meta/recipes-devtools/git/git_2.22.1.bb | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/git/git_2.22.0.bb create mode 100644 meta

[OE-core] [PATCH] xf86-input-libinput: update to 0.29.0

2019-08-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...input-libinput_0.28.2.bb => xf86-input-libinput_0.29.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.28.2.bb => xf86-input-libinput_0.29.0.bb} (63%) diff --git

[OE-core] [PATCH] ofono: update to 1.30

2019-08-16 Thread Oleksandr Kravchuk
Removed upstreamed patches. Signed-off-by: Oleksandr Kravchuk --- ...-t-overwrite-src_ofonod_DEPENDENCIES.patch | 50 --- ...Add-check-for-explicit_bzero-support.patch | 27 -- .../0001-build-Fix-a-race-condition.patch | 28 --- ...in-Quiet-ld-errors

[OE-core] [PATCH] bitbake: runqueue: Ensure data is handled correctly

2019-08-15 Thread Oleksandr Kravchuk
From: Richard Purdie This doesn't appear to have ill effects right now but there is a correctness issue which this so fix it. (Bitbake rev: a5e084a266f63c2fd370122327615e49beaeb94e) Signed-off-by: Richard Purdie --- bitbake/lib/bb/runqueue.py | 2 ++ 1 file changed, 2 insertions(+) diff

[OE-core] [PATCH] python-setuptools: update to 41.1.0

2019-08-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- ...ython-setuptools_41.0.1.bb => python-setuptools_41.1.0.bb} | 0 ...hon3-setuptools_41.0.1.bb => python3-setuptools_41.1.0.bb} | 0 3 files changed, 2 insertions(+), 2 del

[OE-core] [PATCH] ffmpeg: update to 4.2

2019-08-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../ffmpeg/{ffmpeg_4.1.4.bb => ffmpeg_4.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/ffmpeg/{ffmpeg_4.1.4.bb => ffmpeg_4.2.bb} (97%) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg

[OE-core] [PATCH] python3-scons: update to 3.1.1

2019-08-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...n3-scons-native_3.1.0.bb => python3-scons-native_3.1.1.bb} | 0 .../python/{python3-scons_3.1.0.bb => python3-scons_3.1.1.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-scons-native_3.

[OE-core] [PATCH] git: update to 2.23.0

2019-08-17 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/git/git_2.22.1.bb | 11 --- meta/recipes-devtools/git/git_2.23.0.bb | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/git/git_2.22.1.bb create mode 100644 meta

[OE-core] [PATCH] cups: update to 2.2.12

2019-08-17 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-extended/cups/cups_2.2.11.bb | 6 -- meta/recipes-extended/cups/cups_2.2.12.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-extended/cups/cups_2.2.11.bb create mode 100644 meta/recipes

[OE-core] [PATCH] python-setuptools: update to 41.2.0

2019-08-21 Thread Oleksandr Kravchuk
From: Oleksandr Kravchuk Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- ...ython-setuptools_41.1.0.bb => python-setuptools_41.2.0.bb} | 0 ...hon3-setuptools_41.1.0.bb => python3-setuptools_41.2.0.bb} | 0 3 files chan

[OE-core] [PATCH] nftables: update to 0.9.2

2019-08-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../nftables/{nftables_0.9.1.bb => nftables_0.9.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-filter/nftables/{nftables_0.9.1.bb => nftables_0.9.2.bb} (85%) diff --git a/meta-networking/r

[OE-core] [PATCH] libevdev: update to 1.8.0

2019-08-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libevdev/{libevdev_1.7.0.bb => libevdev_1.8.0.bb}| 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-support/libevdev/{libevdev_1.7.0.bb => libevdev_1.8.0.bb} (74%) diff --git a/meta/recipes-support/li

[OE-core] [PATCH] ell: update to 0.22

2019-08-29 Thread Oleksandr Kravchuk
Changelog: - Fix issue with DHCP and T1 timeout handling. - Fix issue with escape characters in peer identity string. - Add support for setting peer certificate's subject CN mask. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/ell/{ell_0.21.bb => ell_0.22.bb} | 4 ++-- 1 file chan

[OE-core] [PATCH] libsolv: update to 0.7.6

2019-08-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libsolv/{libsolv_0.7.5.bb => libsolv_0.7.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.7.5.bb => libsolv_0.7.6.bb} (93%) diff --git a/meta/recipes-extended/l

[OE-core] [PATCH] go-dep: update to 0.5.4

2019-08-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/go/{go-dep_0.5.0.bb => go-dep_0.5.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-devtools/go/{go-dep_0.5.0.bb => go-dep_0.5.4.bb} (90%) diff --git a/meta/recipes-devtools/go/go-dep_0.5.0.bb

[OE-core] [PATCH] libogg: udpate to 1.3.4

2019-09-05 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libogg/{libogg_1.3.3.bb => libogg_1.3.4.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/libogg/{libogg_1.3.3.bb => libogg_1.3.4.bb} (80%) diff --git a/meta/recipes-multimedia/

[OE-core] [PATCH] libjpeg-turbo: update to 2.0.3

2019-09-05 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../jpeg/{libjpeg-turbo_2.0.2.bb => libjpeg-turbo_2.0.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/jpeg/{libjpeg-turbo_2.0.2.bb => libjpeg-turbo_2.0.3.bb} (95%) diff --git a/meta/recipes-graphic

[OE-core] [PATCH] libsecret: 0.19.0

2019-09-05 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libsecret/{libsecret_0.18.8.bb => libsecret_0.19.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libsecret/{libsecret_0.18.8.bb => libsecret_0.19.0.bb} (81%) diff --git a/meta/recipes-gnome/lib

[OE-core] [PATCH 3/3] python3-git: update to 3.0.2

2019-09-05 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../python/{python3-git_3.0.0.bb => python3-git_3.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-git_3.0.0.bb => python3-git_3.0.2.bb} (88%) diff --git a/meta/recipes-devtools/

[OE-core] [PATCH 2/3] python3-pbr: update to 5.4.3

2019-09-05 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python3-pbr_5.4.2.bb | 5 - meta/recipes-devtools/python/python3-pbr_5.4.3.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.2.bb create mode

[OE-core] [PATCH 1/3] python3-dbus: update to 1.2.10

2019-09-05 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{python3-dbus_1.2.8.bb => python3-dbus_1.2.10.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-devtools/python/{python3-dbus_1.2.8.bb => python3-dbus_1.2.10.bb} (82%) diff --git a/meta/recipes-devtools/

[OE-core] [PATCH] libxcrypt: update to 4.4.8

2019-09-05 Thread Oleksandr Kravchuk
LICENSE file checksum changed because few contributors were mentioned (see @edbdbbc50beced9c723e7405334583c60a702796). Signed-off-by: Oleksandr Kravchuk --- ...{libxcrypt-compat_4.4.6.bb => libxcrypt-compat_4.4.8.bb} | 0 .../libxcrypt/{libxcrypt_4.4.6.bb => libxcrypt_4.4.8.bb}| 6 ++-

[OE-core] [PATCH] font-util: update to 1.3.2

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-font/{font-util_1.3.1.bb => font-util_1.3.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-font/{font-util_1.3.1.bb => font-util_1.3.2.bb} (83%) diff --git a/meta/recipes-graphics/xor

[OE-core] [PATCH] python3-pygobject: update to 3.34.0

2019-09-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...ython3-pygobject_3.32.2.bb => python3-pygobject_3.34.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pygobject_3.32.2.bb => python3-pygobject_3.34.0.bb} (87%) diff --git a/meta/r

[OE-core] [PATCH] expat: update to 2.2.8

2019-09-14 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/expat/{expat_2.2.7.bb => expat_2.2.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/expat/{expat_2.2.7.bb => expat_2.2.8.bb} (81%) diff --git a/meta/recipes-core/expat/expat_2.2.7.bb b/meta/r

[OE-core] [PATCH]] curl: update to 7.66.0

2019-09-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-support/curl/{curl_7.65.3.bb => curl_7.66.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.65.3.bb => curl_7.66.0.bb} (95%) diff --git a/meta/recipes-support/curl/curl_7.65.3.bb

[OE-core] [PATCH] python3-dbus: update to 1.2.12

2019-09-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{python3-dbus_1.2.10.bb => python3-dbus_1.2.12.bb}| 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/python/{python3-dbus_1.2.10.bb => python3-dbus_1.2.12.bb} (82%) diff --git a/meta/recipes-devtools/

[OE-core] [PATCH v2] curl: update to 7.66.0

2019-09-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-support/curl/{curl_7.65.3.bb => curl_7.66.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.65.3.bb => curl_7.66.0.bb} (95%) diff --git a/meta/recipes-support/curl/curl_7.65.3.bb

Re: [OE-core] [PATCH v2] curl: update to 7.66.0

2019-09-13 Thread Oleksandr Kravchuk
Just a mistake - there was no v1. On 13/09/2019 22:58, akuster808 wrote: > > On 9/13/19 12:17 PM, Oleksandr Kravchuk wrote: >> Signed-off-by: Oleksandr Kravchuk > What is in Version 2? >> --- >> meta/recipes-support/curl/{curl_7.65.3.bb => curl_7.66.0.bb}

[OE-core] [PATCH] aspell: update to 0.60.7

2019-08-07 Thread Oleksandr Kravchuk
Removed patch was upstreamed. Signed-off-by: Oleksandr Kravchuk --- ...60.6.1.bbappend => aspell_0.60.7.bbappend} | 0 meta/recipes-support/aspell/aspell/gcc7.patch | 40 --- .../{aspell_0.60.6.1.bb => aspell_0.60.7.bb} | 8 ++-- 3 files changed, 3 insertions(+), 45 del

[OE-core] [PATCH] python3-git: update to 2.1.13

2019-08-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../python/{python3-git_2.1.12.bb => python3-git_2.1.13.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-git_2.1.12.bb => python3-git_2.1.13.bb} (88%) diff --git a/meta/recipes-devtools/

[OE-core] [PATCH] ethtool: update to 5.2

2019-07-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../ethtool/ethtool/avoid_parallel_tests.patch | 10 -- .../ethtool/{ethtool_5.1.bb => ethtool_5.2.bb} | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_5.1.bb => ethtool_

[OE-core] [PATCH] ell: update to 0.21

2019-08-05 Thread Oleksandr Kravchuk
Changelog: - Fix issue with resetting DHCP lease on client stop. - Add support for GPIO helper functionality. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/ell/{ell_0.20.bb => ell_0.21.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/

Re: [OE-core] [PATCH] maintainers.inc: give python recipes to Oleksandr Kravchuk

2019-08-05 Thread Oleksandr Kravchuk
parse = "Derek Straka " > -RECIPE_MAINTAINER_pn-python3-mako = "Derek Straka " > -RECIPE_MAINTAINER_pn-python3-native = "Derek Straka " > -RECIPE_MAINTAINER_pn-python3-nose = "Derek Straka " > -RECIPE_MAINTAINER_pn-python3-numpy = &qu

[OE-core] [PATCH v2] aspell: update to 0.60.7

2019-08-08 Thread Oleksandr Kravchuk
From: Oleksandr Kravchuk Removed patch was upstreamed. Signed-off-by: Oleksandr Kravchuk --- .../recipes-test/aspell/aspell_0.0.0.1.bb | 2 - ...60.6.1.bbappend => aspell_0.60.7.bbappend} | 0 meta/recipes-support/aspell/aspell/gcc7.patch | 40 --- .../{aspell_0.60.

[OE-core] [PATCH] python3-mako: update to 1.1.0

2019-08-08 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../python/{python3-mako_1.0.14.bb => python3-mako_1.1.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-mako_1.0.14.bb => python3-mako_1.1.0.bb} (75%) diff --git a/meta/recipes-devtools/

[OE-core] [PATCH] wpa-supplicant: update to 2.9

2019-08-08 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{wpa-supplicant_2.8.bb => wpa-supplicant_2.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant_2.8.bb => wpa-supplicant_2.9.bb} (96%) diff --git a/meta/r

[OE-core] [PATCH] libinput: update to 1.14.0

2019-08-08 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../wayland/{libinput_1.13.4.bb => libinput_1.14.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.13.4.bb => libinput_1.14.0.bb} (86%) diff --git a/meta/recipes-graphics/w

[OE-core] [PATCH v3] aspell: update to 0.60.7

2019-08-09 Thread Oleksandr Kravchuk
Removed patch was upstreamed. Signed-off-by: Oleksandr Kravchuk --- ...60.6.1.bbappend => aspell_0.60.7.bbappend} | 0 meta/recipes-support/aspell/aspell/gcc7.patch | 40 --- .../{aspell_0.60.6.1.bb => aspell_0.60.7.bb} | 10 ++--- 3 files changed, 3 insertions(

[OE-core] [PATCH] udev-extraconf: do not mount swap partitions

2019-07-20 Thread Oleksandr Kravchuk
-by: Oleksandr Kravchuk --- meta/recipes-core/udev/udev-extraconf/mount.sh | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-core/udev/udev-extraconf/mount.sh b/meta/recipes-core/udev/udev-extraconf/mount.sh index 3ee67b1318..79eb0145c2 100644 --- a/meta/recipes-core/udev/udev

[OE-core] [PATCH] python3-pbr: update to 5.4.1

2019-07-20 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python3-pbr_5.4.0.bb | 5 - meta/recipes-devtools/python/python3-pbr_5.4.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.0.bb create mode

[OE-core] [PATCH 5/6] python3-mako: update to 1.0.14

2019-07-21 Thread Oleksandr Kravchuk
Got rid of python-git since there is no python2 version of the package. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python3-mako_1.0.13.bb | 3 --- .../python/{python-mako.inc => python3-mako_1.0.14.bb} | 6 +++--- 2 files changed, 3 insertions(+)

[OE-core] [PATCH 4/6] python3-git: update to 2.1.12

2019-07-21 Thread Oleksandr Kravchuk
Got rid of python-git since there is no python2 version of the package. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python3-git_2.1.11.bb | 2 -- .../python/{python-git.inc => python3-git_2.1.12.bb} | 7 --- 2 files changed, 4 insertions(+), 5 deleti

[OE-core] [PATCH 2/6] python3-scons: update to 3.1.0

2019-07-21 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...n3-scons-native_3.0.5.bb => python3-scons-native_3.1.0.bb} | 0 .../python/{python3-scons_3.0.5.bb => python3-scons_3.1.0.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-scons-native_3.

[OE-core] [PATCH 6/6] python3-pbr: update to 5.4.1

2019-07-21 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python3-pbr_5.4.0.bb | 5 - meta/recipes-devtools/python/python3-pbr_5.4.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.0.bb create mode

[OE-core] [PATCH 1/6] python-scons: update to 3.1.0

2019-07-21 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...hon-scons-native_3.0.5.bb => python-scons-native_3.1.0.bb} | 0 .../python/{python-scons_3.0.5.bb => python-scons_3.1.0.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-scons-native_3.

[OE-core] [PATCH] xinput: update to 1.6.3

2019-07-21 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-app/{xinput_1.6.2.bb => xinput_1.6.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xinput_1.6.2.bb => xinput_1.6.3.bb} (67%) diff --git a/meta/recipes-graphics/xo

[OE-core] [PATCH 3/6] python3-docutils: update to 0.15

2019-07-21 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{python3-docutils_0.14.bb => python3-docutils_0.15.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-docutils_0.14.bb => python3-docutils_0.15.bb} (74%) diff --git a/meta/recipes-de

[OE-core] [PATCH v2] python3-git: update to 2.1.12

2019-07-24 Thread Oleksandr Kravchuk
Got rid of python-git since there is no python2 version of the package. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python3-git_2.1.11.bb | 2 -- .../python/{python-git.inc => python3-git_2.1.12.bb} | 9 + 2 files changed, 5 insertions(+), 6 deleti

[OE-core] [PATCH] python3-pip: update to 19.2.1

2019-07-25 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../python/{python3-pip_19.1.1.bb => python3-pip_19.2.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pip_19.1.1.bb => python3-pip_19.2.1.bb} (81%) diff --git a/meta/recipes-devtools/

Re: [OE-core] [PATCH 4/6] python3-git: update to 2.1.12

2019-07-22 Thread Oleksandr Kravchuk
quot;, line 6, in >> | from ez_setup import use_setuptools >> | ModuleNotFoundError: No module named 'ez_setup' >> >> Ross >> >> On Mon, 22 Jul 2019 at 01:19, Oleksandr Kravchuk >> wrote: >>> Got rid of python-git since there is no pytho

[OE-core] [PATCH] ell: update to 0.23

2019-09-25 Thread Oleksandr Kravchuk
Changelog: - Add support for checking if uintset is empty. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/ell/{ell_0.22.bb => ell_0.23.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/ell/{ell_0.22.bb => ell_0.23.bb} (83%) diff --git

[OE-core] [PATCH] bzip2: update to 1.0.7

2019-06-30 Thread Oleksandr Kravchuk
Removed patches were upstreamed. Signed-off-by: Oleksandr Kravchuk --- .../bzip2/bzip2-1.0.6/CVE-2016-3189.patch | 18 -- ...p2-qt-returns-0-for-corrupt-archives.patch | 55 --- .../bzip2/{bzip2-1.0.6 => bzip2}/Makefile.am | 0 .../bzip2/{bzip2-1.0.6 =>

[OE-core] [PATCH] bison: update to 3.4.1

2019-06-30 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../recipes-devtools/bison/{bison_3.3.2.bb => bison_3.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/bison/{bison_3.3.2.bb => bison_3.4.1.bb} (90%) diff --git a/meta/recipes-devtools/bison/bison_3.3.2

[OE-core] [PATCH] ruby: update to 2.5.5

2019-06-30 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/ruby/{ruby_2.5.3.bb => ruby_2.5.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/ruby/{ruby_2.5.3.bb => ruby_2.5.5.bb} (94%) diff --git a/meta/recipes-devtools/ruby/ruby_2.5.3.bb

[OE-core] [PATCH] quilt: update to 0.66

2019-06-30 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../quilt/{quilt-native_0.65.bb => quilt-native_0.66.bb} | 0 meta/recipes-devtools/quilt/quilt.inc | 4 ++-- .../quilt/0001-tests-Allow-different-output-from-mv.patch | 8 .../quilt/{quilt_0.65.bb => quilt_0

Re: [OE-core] [PATCH] bitbake: cooker: list all nonexistent bblayer directories

2019-06-13 Thread Oleksandr Kravchuk
this information to a user. On 14/06/2019 01:42, Oleksandr Kravchuk wrote: > Check existence of all the bblayer direcotories at once and print them > all, so if there are multiple nonexistent directories, user does not > have to correct bblayers.conf and restart bitbake multiple times. &

[OE-core] [PATCH] bitbake: cooker: list all nonexistent bblayer directories

2019-06-13 Thread Oleksandr Kravchuk
Check existence of all the bblayer direcotories at once and print them all, so if there are multiple nonexistent directories, user does not have to correct bblayers.conf and restart bitbake multiple times. [YOCTO #11647] Signed-off-by: Oleksandr Kravchuk --- bitbake/lib/bb/cookerdata.py | 16

[OE-core] [PATCH] python3-pbr: update to 5.4.0

2019-07-06 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python3-pbr_5.3.1.bb | 5 - meta/recipes-devtools/python/python3-pbr_5.4.0.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.3.1.bb create mode

[OE-core] [PATCH] git: update to 2.24.0

2019-11-04 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/git/git_2.23.0.bb | 11 --- meta/recipes-devtools/git/git_2.24.0.bb | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/git/git_2.23.0.bb create mode 100644 meta

Re: [OE-core] [PATCH] ell: update to 0.26

2019-11-05 Thread Oleksandr Kravchuk
On 05/11/2019 16:42, Ross Burton wrote: > On 05/11/2019 15:30, Khem Raj wrote: >> >> >> On Tue, Nov 5, 2019 at 2:39 AM Ross Burton > > wrote: >> >>     On 04/11/2019 23:25, Khem Raj wrote: >> > This has API changes that will break iwd >> >>     What version of

[OE-core] [PATCH] ofono: update to 1.31

2019-10-31 Thread Oleksandr Kravchuk
Changelog: - Fix issue with handling CID 0 context identifier - Fix issue with handling detach state and running LTE - Fix issue with handling SIM states and Quectel modems Signed-off-by: Oleksandr Kravchuk --- .../ofono/{ofono_1.30.bb => ofono_1.31.bb}| 4 ++-- 1 f

[OE-core] [PATCH] ell: update to 0.26

2019-10-31 Thread Oleksandr Kravchuk
Changelog: - Fix issue with memory leak and TLS certificates - Fix issue with buffer size and TLS PRF handling - Add support for D-Bus non-root ObjectManager Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/ell/{ell_0.25.bb => ell_0.26.bb} | 4 ++-- 1 file changed, 2 insertions(+)

[OE-core] [PATCH v2] ofono: update to 1.31

2019-10-31 Thread Oleksandr Kravchuk
Changelog: - Fix issue with handling CID 0 context identifier - Fix issue with handling detach state and running LTE - Fix issue with handling SIM states and Quectel modems Signed-off-by: Oleksandr Kravchuk --- .../ofono/{ofono_1.30.bb => ofono_1.31.bb}| 4 ++-- 1 f

Re: [OE-core] [PATCH] ell: update to 0.23

2019-10-16 Thread Oleksandr Kravchuk
Hey Ross, Is this still a code freeze? On 26/09/2019 13:04, Ross Burton wrote: > On 26/09/2019 01:54, Oleksandr Kravchuk wrote: >> Changelog: >> - Add support for checking if uintset is empty. >> >> Signed-off-by: Oleksandr Kravchuk > > This is in ross/mu

[OE-core] [PATCH] ell: update to 0.25

2019-10-28 Thread Oleksandr Kravchuk
0.24: - Add support for extended groups in settings files. 0.25: - Fix issue with stopping DHCP client and owner notification. - Fix issue with time calculation overflow and DHCP. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/ell/{ell_0.23.bb => ell_0.25.bb} | 4 ++-- 1 file chan

[OE-core] [PATCH] ell: update to 0.23

2019-09-22 Thread Oleksandr Kravchuk
Changelog: - Add support for checking if uintset is empty. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/ell/{ell_0.22.bb => ell_0.23.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/ell/{ell_0.22.bb => ell_0.23.bb} (83%) diff --git

[OE-core] [PATCH] ell: updte to 0.33

2020-09-08 Thread Oleksandr Kravchuk
-by: Oleksandr Kravchuk --- meta/recipes-core/ell/{ell_0.32.bb => ell_0.33.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.32.bb => ell_0.33.bb} (89%) diff --git a/meta/recipes-core/ell/ell_0.32.bb b/meta/recipes-core/ell/ell_0.33.bb similarity in

[OE-core] [PATCH] iproute2: update to 5.8.0

2020-08-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../0001-devlink.c-add-missing-include.patch | 23 --- ...01-libc-compat.h-add-musl-workaround.patch | 10 .../{iproute2_5.7.0.bb => iproute2_5.8.0.bb} | 2 +- 3 files changed, 5 insertions(+), 30 deletions(-) delete mode 100

[OE-core] [PATCH] ethtool: update to 5.8

2020-08-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../ethtool/ethtool/avoid_parallel_tests.patch | 6 +++--- .../ethtool/{ethtool_5.7.bb => ethtool_5.8.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_5.7.bb => ethto

[OE-core] [PATCH] python3-setuptools: update to 49.3.1

2020-08-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...ython3-setuptools_49.2.1.bb => python3-setuptools_49.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools_49.2.1.bb => python3-setuptools_49.3.1.bb} (95%) diff --git a/meta/r

Re: [OE-core] [PATCH] iproute2: update to 5.8.0

2020-08-12 Thread Oleksandr Kravchuk
On 12/08/2020 16:49, Richard Purdie wrote: On Wed, 2020-08-12 at 02:10 +0200, Oleksandr Kravchuk wrote: Signed-off-by: Oleksandr Kravchuk --- .../0001-devlink.c-add-missing-include.patch | 23 --- ...01-libc-compat.h-add-musl-workaround.patch | 10

[OE-core] [PATCH] ell: update to 0.32

2020-06-20 Thread Oleksandr Kravchuk
Changelog: - Fix issue with handling D-Bus watch removal. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/ell/{ell_0.31.bb => ell_0.32.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/ell/{ell_0.31.bb => ell_0.32.bb} (83%) diff --git

[OE-core] [PATCH] python3-setuptools: update to 47.3.0

2020-06-25 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- ...hon3-setuptools_47.1.1.bb => python3-setuptools_47.3.0.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_47.1.1

[OE-core] [PATCH] python3-setuptools: update to 49.2.0

2020-07-25 Thread Oleksandr Kravchuk
Rebased patch and got rid of the .inc file as Python 2 is not supported anymore. Signed-off-by: Oleksandr Kravchuk --- ...nally-do-not-fetch-code-by-easy_install.patch | 16 +--- .../python/python3-setuptools_47.3.1.bb | 6 -- ...tuptools.inc => pyth

[OE-core] [PATCH] bash-completion: update to 2.11

2020-07-26 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{bash-completion_2.10.bb => bash-completion_2.11.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/bash-completion/{bash-completion_2.10.bb => bash-completion_2.11.bb} (87%) diff --git a/meta/r

[OE-core] [PATCH] libhandy: update to 0.80.0

2020-07-26 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libhandy/{libhandy_git.bb => libhandy_0.80.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libhandy/{libhandy_git.bb => libhandy_0.80.0.bb} (89%) diff --git a/meta/recipes-gnome/li

[OE-core] [PATCH] libwpe: update to 1.7.1

2020-07-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-sato/webkit/{libwpe_1.6.0.bb => libwpe_1.7.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-sato/webkit/{libwpe_1.6.0.bb => libwpe_1.7.1.bb} (82%) diff --git a/meta/recipes-sato/webkit/libwpe_1.6.0.bb

[OE-core] [PATCH] re2c: update to 2.0

2020-07-26 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-support/re2c/{re2c_1.3.bb => re2c_2.0.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/re2c/{re2c_1.3.bb => re2c_2.0.bb} (74%) diff --git a/meta/recipes-support/re2c/re2c_1.3.bb b/meta/r

[OE-core] [PATCH] diffoscope: update to 153

2020-07-26 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../diffoscope/{diffoscope_151.bb => diffoscope_153.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_151.bb => diffoscope_153.bb} (83%) diff --git a/meta/recipes-support/diff

[OE-core] [PATCH] json-c: update to 0.15

2020-07-27 Thread Oleksandr Kravchuk
Remove upstreamed patch. Signed-off-by: Oleksandr Kravchuk --- .../json-c/json-c/CVE-2020-12762.patch| 160 -- .../json-c/{json-c_0.14.bb => json-c_0.15.bb} | 6 +- 2 files changed, 2 insertions(+), 164 deletions(-) delete mode 100644 meta/recipes-devtools/json-c/j

[OE-core] [PATCH] git: update 2.28.0

2020-07-27 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/git/{git_2.27.0.bb => git_2.28.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-devtools/git/{git_2.27.0.bb => git_2.28.0.bb} (51%) diff --git a/meta/recipes-devtools/git/git_2.27.0.bb

Re: [OE-core] [PATCH] re2c: update to 2.0

2020-07-27 Thread Oleksandr Kravchuk
On 27/07/2020 21:22, Richard Purdie wrote: On Sun, 2020-07-26 at 21:42 +0200, Oleksandr Kravchuk wrote: Signed-off-by: Oleksandr Kravchuk --- meta/recipes-support/re2c/{re2c_1.3.bb => re2c_2.0.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/r

[OE-core] [PATCH] python3: update to 3.8.5

2020-07-25 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../python/{python3_3.8.3.bb => python3_3.8.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3_3.8.3.bb => python3_3.8.5.bb} (99%) diff --git a/meta/recipes-devtools/

[OE-core] [PATCH] python3-numpy: update to 0.20.0

2021-02-03 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{python3-numpy_1.19.5.bb => python3-numpy_1.20.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python-numpy/{python3-numpy_1.19.5.bb => python3-numpy_1.20.0.bb} (92%) diff --git a/meta/recipes-de

[OE-core] [PATCH] python3-smmap: update to 4.0.0

2021-02-03 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python-smmap.inc | 2 +- .../python/{python3-smmap_3.0.4.bb => python3-smmap_4.0.0.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-smmap_3.0.4

[OE-core] [PATCH] connman: update to 1.39

2021-02-10 Thread Oleksandr Kravchuk
Changelog: - Fix issue with scanning state synchronization and iwd. - Fix issue with invalid key with 4-way handshake offloading. - Fix issue with DNS proxy length checks to prevent buffer overflow. - Fix issue with DHCP leaking stack data via uninitialized variable. Signed-off-by: Oleksandr

[OE-core] [PATCH] ell: update to 0.39

2021-04-04 Thread Oleksandr Kravchuk
Changelog: - Add support for serialized test execution framework. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} (90%) diff --git

[OE-core] [PATCH] python3-setuptools: update to 54.1.0

2021-03-06 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...ython3-setuptools_53.0.0.bb => python3-setuptools_54.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools_53.0.0.bb => python3-setuptools_54.1.0.bb} (94%) diff --git a/meta/r

[OE-core] [PATCH] autoconf-archive: update to 2021.02.19

2021-04-17 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...nf-archive_2019.01.06.bb => autoconf-archive_2021.02.19.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-devtools/autoconf-archive/{autoconf-archive_2019.01.06.bb => autoconf-archive_2021.02.19.bb} (78%) diff

[OE-core] [PATCH] python3-setuptools: update to 56.0.0

2021-04-17 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...ython3-setuptools_54.1.1.bb => python3-setuptools_56.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools_54.1.1.bb => python3-setuptools_56.0.0.bb} (94%) diff --git a/meta/r

<    1   2   3   4   >