[oe] [meta-python][PATCH 1/5] python3-gmpy2: add new package

2020-07-10 Thread akuster
Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-gmpy2_2.0.8.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-gmpy2_2.0.8.bb diff --git a/meta-python/recipes-devtools/python/python3-gmpy2_2.0.8.bb

[oe] [meta-python][PATCH 3/5] python3-rsa: add new package

2020-07-10 Thread akuster
Signed-off-by: Armin Kuster --- .../python/python3-rsa_3.4.2.bb | 44 +++ 1 file changed, 44 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-rsa_3.4.2.bb diff --git a/meta-python/recipes-devtools/python/python3-rsa_3.4.2.bb

[oe] [meta-python][PATCH 2/5] python3-ecdsa: add package

2020-07-10 Thread akuster
Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-ecdsa_0.15.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-ecdsa_0.15.bb diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.15.bb

[oe] [meta-python][PATCH 4/5] python3-gnupg: add new package

2020-07-10 Thread akuster
Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-gnupg_0.4.6.bb| 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb

[oe] [meta-python][PATCH 5/5] python3-qrcode: add package

2020-07-10 Thread akuster
Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-qrcode_6.1.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-qrcode_6.1.bb diff --git a/meta-python/recipes-devtools/python/python3-qrcode_6.1.bb

Re: [oe] [meta-oe][PATCH 1/2] safestringlib: add recipe

2020-07-10 Thread Khem Raj
On 7/9/20 10:16 PM, Naveen Saini wrote: The Secure Development Lifecycle (SDL) recommends banning certain C Library functions because they directly contribute to security vulnerabilities such as buffer overflows. However routines for the manipulation of strings and memory buffers are common

[oe] [meta-python][PATCH 2/4] python3-pep8: add recipe for v1.7.1

2020-07-10 Thread Sakib Sajal
Recipe is brought in from meta-cloud-services Signed-off-by: Sakib Sajal --- .../python/python3-pep8_1.7.1.bb| 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb diff --git

[oe] [meta-python][PATCH 1/4] python3-mock: add recipe for v4.0.1

2020-07-10 Thread Sakib Sajal
Recipe is brought in from meta-cloud-services Signed-off-by: Sakib Sajal --- .../python/python3-mock_4.0.1.bb| 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-mock_4.0.1.bb diff --git

[oe] [meta-python][PATCH 0/4] python3-requests-toolbelt: add ptest

2020-07-10 Thread Sakib Sajal
These recipes are required to enable ptest for python3-requests-toolbelt and are brought in from meta-cloud-services. i) python3-mock_4.0.1.bb ii) python3-pep8_1.7.1.bb iii) python3-mccabe_0.2.1.bb The original recipes remain in meta-cloud-services. The .inc and .bb have been consolidated

[oe] [meta-python][PATCH 3/4] python3-mccabe: add recipe for v0.2.1

2020-07-10 Thread Sakib Sajal
Recipe is brought in from meta-cloud-services Signed-off-by: Sakib Sajal --- .../python/python3-mccabe_0.2.1.bb| 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-mccabe_0.2.1.bb diff --git

[oe] [meta-python][PATCHv2] python3-pybind11: Use cmake to build and add -native version

2020-07-10 Thread Philip Balister
* Switch to git repo to pick up cmake files for recipes to use * Use cmake to build innstead of pypi so cmake files are included in sysroot * Disable tests to prevent configure failure (I tried adding pytest asa DEPEND) * Patch out cmake that strips output to prevent QA failures * Do not

Re: [oe] [dunfel 03/32] jsoncpp: upgrade 1.9.2 -> 1.9.3

2020-07-10 Thread Khem Raj
On 7/10/20 8:55 AM, akuster808 wrote: On 7/9/20 6:08 PM, Khem Raj wrote: On 7/9/20 9:48 AM, Martin Jansa wrote: I don't have a strong opinion about this one. It's easy enough to undo by downstream layers if they care about ABI. At LGE we do have some prebuilt binaries which use jsoncpp,

Re: [oe] [dunfel 03/32] jsoncpp: upgrade 1.9.2 -> 1.9.3

2020-07-10 Thread akuster
On 7/9/20 6:08 PM, Khem Raj wrote: > > On 7/9/20 9:48 AM, Martin Jansa wrote: >> I don't have a strong opinion about this one. >> >> It's easy enough to undo by downstream layers if they care about ABI. >> >> At LGE we do have some prebuilt binaries which use jsoncpp, so we do >> care, but

Re: [oe] [meta-networking][zeus][dunfell][PATCH] freediameter: Fix testcnx ptest failure

2020-07-10 Thread akuster
On 7/9/20 9:32 PM, Ovidiu Panait wrote: > > Hi, > > On 09.07.2020 18:58, akuster808 wrote: >> >> >> On 7/8/20 9:45 PM, Ovidiu Panait wrote: >>> Currently, testcnx ptest fails due to expired CA certificates: >>> Test project /usr/lib64/freeDiameter/ptest >>> ... >>> Start 10: testcnx >>> 10/11

Re: [oe] [PATCH] Update fstools SRC to latest

2020-07-10 Thread Khem Raj
Can you send it as. pull request against meta-openwrt on github. On Fri, Jul 10, 2020 at 5:14 AM Praveen Gowda wrote: > > From: Praveen Gowda > > Signed-off-by: Praveen Gowda > --- > recipes-core/fstools/fstools_git.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff

[oe] [PATCH 2/2] recipes-graphics: Add parallel-deqp-runner recipe

2020-07-10 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- ...-WORKAROUND-Remove-vulkan-dependency.patch | 42 +++ .../parallel-deqp-runner_git.bb | 14 +++ 2 files changed, 56 insertions(+) create mode 100644

[oe] [PATCH 1/2] recipes-graphics: Add opengl-es-cts install in /usr/lib

2020-07-10 Thread Anibal Limon
From: Dmitry Baryshkov Commonly this kind of testing tools are installed in /usr/lib like piglit, remove version. Signed-off-by: Dmitry Baryshkov Signed-off-by: Aníbal Limón --- .../vk-gl-cts/opengl-es-cts_3.2.6.1.bb| 45 +++ 1 file changed, 45 insertions(+) create

Re: [oe] [meta-python][PATCH 6/7] python3-pyconnman: Consolidate in a single file

2020-07-10 Thread Trevor Gamblin
On 7/8/20 5:46 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python-pyconnman/python-pyconnman.inc | 12 .../python-pyconnman/python3-pyconnman_0.2.0.bb | 13 ++---

Re: [oe] [meta-python][PATCH 5/7] python3-luma-oled: Upgrade 3.4.0 -> 3.5.0

2020-07-10 Thread Trevor Gamblin
On 7/8/20 5:46 AM, Leon Anavi wrote: Upgrade to release 3.5.0: - Drop support for Python 2.7, only 3.5 or newer is supported now Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-luma-oled_3.4.0.bb => python3-luma-oled_3.5.0.bb} | 4 ++-- 1 file changed, 2

Re: [oe] [meta-python][PATCH 7/7] python3-jsonref: Consolidate in a single file

2020-07-10 Thread Trevor Gamblin
On 7/8/20 5:46 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python-jsonref/python-jsonref.inc| 11 --- .../python-jsonref/python3-jsonref_0.2.bb| 12 +++-

Re: [oe] [meta-python][PATCH 2/7] python3-imageio: Upgrade 2.8.0 -> 2.9.0

2020-07-10 Thread Trevor Gamblin
On 7/8/20 5:46 AM, Leon Anavi wrote: Upgrade to release 2.9.0: - More robust loading of FEI SEM data. - Fix webcam not working on Win10. - Add a few standard images useful to 3D visualization. - The timeout used in HTTP requests can now be set with an environment variable. - The DICOM

Re: [oe] [meta-python][PATCH 3/7] python3-humanize: Upgrade 2.4.1 -> 2.5.0

2020-07-10 Thread Trevor Gamblin
On 7/8/20 5:46 AM, Leon Anavi wrote: Upgrade to release 2.5.0: - Add pt_PT locale Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-humanize_2.4.1.bb => python3-humanize_2.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [oe] [meta-python][PATCH 4/7] python3-tinyrecord: Upgrade 0.1.5 -> 0.2.0

2020-07-10 Thread Trevor Gamblin
On 7/8/20 5:46 AM, Leon Anavi wrote: Upgrade 0.2.0: - Add LICENSE and MANIFEST.in - Pin tinydb<4 - Drop support for EOL Python 2.7, 3.3 and 3.4 Use LICENSE for LIC_FILES_CHKSUM. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...hon3-tinyrecord_0.1.5.bb =>

Re: [oe] [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.1.0 -> 7.1.1

2020-07-10 Thread Trevor Gamblin
On 7/8/20 5:46 AM, Leon Anavi wrote: Upgrade to release 7.1.1: - Add debug prints - Bump flake8 from 3.7.9 to 3.8.3 Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...n3-pychromecast_7.1.0.bb => python3-pychromecast_7.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[oe] [PATCH] Update fstools SRC to latest

2020-07-10 Thread Praveen Gowda
From: Praveen Gowda Signed-off-by: Praveen Gowda --- recipes-core/fstools/fstools_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-core/fstools/fstools_git.bb b/recipes-core/fstools/fstools_git.bb index 3bd56f7..8541a62 100644 ---

[oe] [meta-oe][PATCH] rsyslog: get alias of syslog back

2020-07-10 Thread Changqing Li
From: Changqing Li since upstream rsyslog commit https://github.com/rsyslog/rsyslog/pull/4317/commits/7a671da74f78047b3fd0eb65203f045de28cec0f , Alias=syslog.service is removed from service file, which will make systemctl restart syslog fail since Unit syslog.service not found when we set

Re: [oe] [dunfel 03/32] jsoncpp: upgrade 1.9.2 -> 1.9.3

2020-07-10 Thread Mikko Rapeli
Hi, jsoncpp seems to have messy ABI history so I would not update even minor versions in stable branch: https://abi-laboratory.pro/index.php?view=timeline=jsoncpp Cheers, -Mikko-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#85691):