[oe] [meta-oe][PATCH] nmap: make ndiff support python3

2020-02-14 Thread mingli.yu
From: Mingli Yu The ndiff is python2 compatible now, backport a patch from debian to make ndiff port to python3. Refer to https://sources.debian.org/data/main/n/nmap/7.80+dfsg1-2/debian/patches/0004-Python3-port-of-ndiff.patch Signed-off-by: Mingli Yu ---

[oe] [meta-python][PATCH] python-pytest: Fix typo in SUMMARY

2020-02-14 Thread Jeremy Puhlman
Signed-off-by: Jeremy Puhlman --- meta-python/recipes-devtools/python/python-pytest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc index 402126300..40ca9c2f1

[oe] [meta-oe] [PATCH] python3-openpyxl: Add initial version 2.6.3

2020-02-14 Thread Jonathan Richardson via Openembedded-devel
openpyxl depends on et-xmlfile and jdcal. --- .../python/python3-openpyxl_2.6.3.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-openpyxl_2.6.3.bb diff --git

[oe] [meta-oe] [PATCH] python3-jdcal: add initial recipe version 1.4.1

2020-02-14 Thread Jonathan Richardson via Openembedded-devel
--- .../python/python3-jdcal_1.4.1.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb diff --git a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb

[oe] [meta-oe] [PATCH] python3-et-xmlfile: add initial recipe version 1.0.1

2020-02-14 Thread Jonathan Richardson via Openembedded-devel
--- .../python/python3-et-xmlfile_1.0.1.bb| 20 +++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-et-xmlfile_1.0.1.bb diff --git a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.0.1.bb

Re: [oe] [meta-python][PATCH] python-pytest: Fix typo in SUMMARY

2020-02-14 Thread Khem Raj
Can you rebase on top of master-next and resend, please On Fri, Feb 14, 2020 at 4:50 PM Jeremy Puhlman wrote: > > Signed-off-by: Jeremy Puhlman > --- > meta-python/recipes-devtools/python/python-pytest.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[oe] [PATCH] libmimetic: Fix ordrered comparision between pointer and zero

2020-02-14 Thread Khem Raj
Found with clang Signed-off-by: Khem Raj Cc: asmitha --- ...eck-for-MMAP_FAILED-return-from-mmap.patch | 49 +++ .../libmimetic/libmimetic_0.9.8.bb| 1 + 2 files changed, 50 insertions(+) create mode 100644

[oe] [meta-multimedia][PATCH v2] x265: add x265 recipe

2020-02-14 Thread Scott Branden via Openembedded-devel
Add x265 recipe for latest tag of Release_3.2 branch (3.2.1). Signed-off-by: Scott Branden --- .../recipes-multimedia/x265/x265_3.2.1.bb | 22 +++ 1 file changed, 22 insertions(+) create mode 100644 meta-openembedded/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb

[oe] [meta-python][PATCH] python-pytest: Fix typo in SUMMARY

2020-02-14 Thread Jeremy Puhlman
Signed-off-by: Jeremy Puhlman --- meta-python/recipes-devtools/python/python-pytest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc index 752d67e36..00f2d6021

[oe] [meta-oe][PATCH] phoronix-test-suite: add missing mime and mime-xdg inherit

2020-02-14 Thread Tim Orling
Fixes: " WARNING: phoronix-test-suite-9.2.1-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: phoronix-test-suite path '/work/all-oe-linux/phoronix-test-suite/9.2.1-r0/packages-split/ \

[oe] [PATCH] image.bbclass, package-index.bb: Delete do_populate_lic task

2020-02-14 Thread Khem Raj
These are meta packages Signed-off-by: Khem Raj --- meta/classes/image.bbclass | 1 + meta/recipes-core/meta/package-index.bb | 1 + 2 files changed, 2 insertions(+) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index c2824395c9..07aa1f1fa5 100644 ---

[oe] [meta-python][PATCH 2/3] pytest-metadata: Add new package

2020-02-14 Thread Jeremy Puhlman
Adds plugin support for accessing pytest metadata. Signed-off-by: Jeremy Puhlman --- .../python/python3-pytest-metadata_1.8.0.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb diff

[oe] [meta-python][PATCH 3/3] pytest-html: Add new package

2020-02-14 Thread Jeremy Puhlman
pytest-html add support for outputing html reports from ptest runs. Signed-off-by: Jeremy Puhlman --- .../python/python3-pytest-html_1.6.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644

[oe] [meta-python][PATCH 1/3] pytest-timeout: New package

2020-02-14 Thread Jeremy Puhlman
Adds plugin for pytest to abort tests after a certain time out. Signed-off-by: Jeremy Puhlman --- .../recipes-devtools/python/python3-pytest-timeout_1.3.4.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644

Re: [oe] [meta-python][PATCH] python3-cffi: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
On Fri, Feb 14, 2020 at 5:02 PM Khem Raj wrote: > On 2/14/20 2:37 PM, Derek Straka wrote: > > Signed-off-by: Derek Straka > > --- > > .../recipes-devtools/python/python-cffi.inc | 17 - > > .../python/python3-cffi_1.13.2.bb | 19 ++- > > 2 files

[oe] [meta-python][PATCH v2] python3-cffi: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-cffi.inc | 17 - .../python/python3-cffi_1.14.0.bb | 19 ++- 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cffi.inc

[oe] [meta-python][PATCH] python3-bitarray: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-bitarray.inc | 11 --- .../python/python3-bitarray_1.2.1.bb| 13 +++-- 2 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644

Re: [oe] [meta-python2][PATCH] python-grpcio: Upgrade to 1.27.1

2020-02-14 Thread Khem Raj
On 2/14/20 8:06 AM, Tim Orling wrote: Thank you. I've merged this, but noticed 1.27.2 was released to patch python. Can you have a look? https://github.com/grpc/grpc/releases/tag/v1.27.2 interesting timing. My intention was to get 64bit time_t fixes only. On Wed, Feb 12, 2020 at 9:55 PM

Re: [oe] [meta-python][PATCH] python3-cffi: consolidate inc and bb files into a single bb file

2020-02-14 Thread Khem Raj
On 2/14/20 2:37 PM, Derek Straka wrote: Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-cffi.inc | 17 - .../python/python3-cffi_1.13.2.bb | 19 ++- 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644

[oe] [meta-python][PATCH] python3-cmd2: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-cmd2.inc | 13 .../python/python3-cmd2_0.9.23.bb | 20 +++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cmd2.inc

[oe] [meta-python][PATCH] python3-click: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-click.inc | 25 -- .../python/python3-click_7.0.bb | 26 ++- 2 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644

[oe] [meta-python][PATCH] python3-chardet: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/python-chardet.inc | 23 --- .../python/python3-chardet_3.0.4.bb | 29 +++ 2 files changed, 23 insertions(+), 29 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH] packagegroup-meta-oe: Remove python2 packages from packagegroup-meta-oe-devtools

2020-02-14 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index 777623ba88..bad4aa769e 100644

[oe] [meta-python][PATCH] python3-cffi: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-cffi.inc | 17 - .../python/python3-cffi_1.13.2.bb | 19 ++- 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cffi.inc

[oe] [meta-python][PATCH] python3-certifi: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-certifi.inc| 13 - .../python/python3-certifi_2019.11.28.bb | 15 ++- 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644

[oe] [meta-python][PATCH] python3-cassandra-driver: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/python-cassandra-driver.inc| 33 - .../python/python3-cassandra-driver_3.14.0.bb | 35 --- 2 files changed, 31 insertions(+), 37 deletions(-) delete mode 100644

[oe] [meta-python][PATCH] python3-can: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-can.inc | 18 -- .../python/python3-can_3.3.2.bb| 17 - 2 files changed, 16 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-can.inc

[oe] [meta-python][PATCH] python3-cachetools: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/python-cachetools.inc | 16 .../python/python3-cachetools_4.0.0.bb | 18 -- 2 files changed, 16 insertions(+), 18 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH v2 1/1] spidev-test: Add initial version of recipe

2020-02-14 Thread Jonathan Richardson via Openembedded-devel
From: Arun Parameswaran Allows for testing SPI interface using spidev driver and is part of the kernel tools. Signed-off-by: Arun Parameswaran Reviewed-by: Jonathan Richardson Tested-by: Jonathan Richardson Signed-off-by: Jonathan Richardson ---

[oe] [meta-python][PATCH] python3-booleanpy: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-booleanpy.inc | 14 -- .../python/python3-booleanpy_3.7.bb | 16 ++-- 2 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644

Re: [oe] [meta-oe] spidev-test: Add initial version of recipe

2020-02-14 Thread Jonathan Richardson via Openembedded-devel
-Original Message- From: Jonathan Richardson [mailto:jonathan.richard...@broadcom.com] Sent: Thursday, February 13, 2020 3:24 PM To: openembedded-devel@lists.openembedded.org Cc: Arun Parameswaran; Jonathan Richardson Subject: [meta-oe] spidev-test: Add initial version of recipe From:

[oe] [meta-python][PATCH] python3-blinker: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-blinker.inc| 7 --- .../recipes-devtools/python/python3-blinker_1.4.bb| 8 +++- 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH v2 1/1] pcimem: add initial version 2.0

2020-02-14 Thread Jonathan Richardson via Openembedded-devel
From: Randy Schacher Initial revision from 09724edb1783a98da2b7ae53c5aaa87493aabc9b Reviewed-by: Jonathan Richardson Reviewed-by: Randy Schacher Signed-off-by: Jonathan Richardson --- meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb | 17 + 1 file changed, 17 insertions(+)

[oe] [meta-python][PATCH] python3-behave: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-behave.inc | 15 --- .../python/python3-behave_1.2.6.bb | 17 +++-- 2 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644

[oe] [meta-python][PATCH] python-beautifulsoup4: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/python-beautifulsoup4.inc | 17 - .../python/python3-beautifulsoup4_4.8.2.bb| 19 +-- 2 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644

[oe] [meta-python][PATCH] python3-bcrypt: consolidate inc and bb files into a single bb file

2020-02-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-bcrypt.inc | 17 - .../python/python3-bcrypt_3.1.7.bb| 19 +-- 2 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644

[oe] [meta-filesystems][master][zeus][PATCHv2] ntfs-3g-ntfsprogs: Make it support usrmerge properly

2020-02-14 Thread Peter Kjellerstedt
An attempt to solve the problem that some files are installed to /sbin even though the usrmerge distro feature is enabled was made in commit 97c0af59 ("ntfs-3g-ntfsprogs: support usrmerge"). However, it merely just removed the problematic files, which meant that the package was rendered unusable.

[oe] [meta-oe][master][zeus][PATCH] ntfs-3g-ntfsprogs: Make it support usrmerge properly

2020-02-14 Thread Peter Kjellerstedt
An attempt to solve the problem that some files are installed to /sbin even though the usrmerge distro feature is enabled was made in commit 97c0af59 ("ntfs-3g-ntfsprogs: support usrmerge"). However, it merely just removed the problematic files, which meant that the package was rendered unusable.

[oe] [meta-oe][PATCH] hwdata: upgrade 0.331 -> 0.332

2020-02-14 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb index e63838f9a..77bb60aed 100644 ---

[oe] [meta-oe][PATCH] libp11: upgrade 0.4.10 -> 11

2020-02-14 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../recipes-support/libp11/{libp11_0.4.10.bb => libp11_11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libp11/{libp11_0.4.10.bb => libp11_11.bb} (93%) diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.10.bb

[oe] [meta-oe][PATCH] libdbi-perl: upgrade 1.642 -> 1.643

2020-02-14 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../perl/{libdbi-perl_1.642.bb => libdbi-perl_1.643.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/perl/{libdbi-perl_1.642.bb => libdbi-perl_1.643.bb} (92%) diff --git

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

2020-02-14 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- meta-oe/recipes-benchmark/fio/{fio_3.17.bb => fio_3.18.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-benchmark/fio/{fio_3.17.bb => fio_3.18.bb} (96%) diff --git a/meta-oe/recipes-benchmark/fio/fio_3.17.bb

[oe] [meta-oe][PATCH] cryptsetup: upgrade 2.2.2 -> 2.3.0

2020-02-14 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../cryptsetup/{cryptsetup_2.2.2.bb => cryptsetup_2.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-crypto/cryptsetup/{cryptsetup_2.2.2.bb => cryptsetup_2.3.0.bb} (96%) diff --git

Re: [oe] [meta-python2][PATCH] python-grpcio: Upgrade to 1.27.1

2020-02-14 Thread Tim Orling
Thank you. I've merged this, but noticed 1.27.2 was released to patch python. Can you have a look? https://github.com/grpc/grpc/releases/tag/v1.27.2 On Wed, Feb 12, 2020 at 9:55 PM Khem Raj wrote: > Delete gettid patch, fixed differenty upstream > Add code to use cross compiler in setup.py > >

[oe] [meta-oe][PATCH] ipmitool: fix CVE-2020-5208

2020-02-14 Thread Wenlin Kang
Fix CVE-2020-5208 Signed-off-by: Wenlin Kang --- ...-Fix-buffer-overflow-vulnerabilities.patch | 133 ++ .../ipmitool/ipmitool_1.8.18.bb | 1 + 2 files changed, 134 insertions(+) create mode 100644