[oe] [meta-oe][PATCH] android-tools: adb: add u3 ss descriptor support

2022-03-10 Thread Macpaul Lin via lists.openembedded.org
Porting u3 Superspeed descriptor support to open-embedded android-tools package. This patch origins from the the patch in android project [1], but has been modified for backporting to android-tools_5.1.1.r37. [1]

Re: [oe] [PATCH] ecryptfs-utils: add CVE-2016-1572 to allowlist

2022-03-10 Thread Marta Rybczynska
On Fri, Mar 11, 2022, 05:14 Matsunaga-Shinji wrote: > Patch for CVE-2016-1572 is applied in version 109. > > Signed-off-by: matsunaga-shinji > --- > recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

Re: [oe] [PATCH] ecryptfs-utils: add CVE-2016-1572 to allowlist

2022-03-10 Thread Khem Raj
I guess this belongs to meta-security, please prefix the patch subject with layer name [meta-security] in this case. On Thu, Mar 10, 2022 at 8:14 PM Matsunaga-Shinji wrote: > > Patch for CVE-2016-1572 is applied in version 109. > > Signed-off-by: matsunaga-shinji > --- >

[oe] [PATCH] ecryptfs-utils: add CVE-2016-1572 to allowlist

2022-03-10 Thread Matsunaga-Shinji
Patch for CVE-2016-1572 is applied in version 109. Signed-off-by: matsunaga-shinji --- recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb

[oe] [meta-oe][PATCH] pcp: Do not search headers on build host during cross compile

2022-03-10 Thread Khem Raj
This is required for cross-compile to work correctly Signed-off-by: Khem Raj --- meta-oe/recipes-support/pcp/pcp.inc | 3 +- ...e-Limit-the-header-search-to-sysroot.patch | 88 +++ 2 files changed, 90 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-oe][dunfell][PATCH] p7zip: refresh patches

2022-03-10 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- .../p7zip/files/CVE-2018-5996.patch | 72 +-- ...nge_numMethods_from_bool_to_unsigned.patch | 14 ++-- 2 files changed, 44 insertions(+), 42 deletions(-) diff --git

Re: [oe] [meta-oe] [PATCH] libcereal: upgrade 1.3.1 -> 1.3.2

2022-03-10 Thread Khem Raj
this fails to build on qemumips see https://errors.yoctoproject.org/Errors/Details/651369/ perhaps its clang being more fussy here I dont know, can you build it for qemumips and see if it works ok with gcc atleast On Mon, Mar 7, 2022 at 4:45 AM wangmy wrote: > > This is a minor bug fix and build

[oe] [meta-oe][PATCH] pcp: Upgrade to 5.3.6

2022-03-10 Thread Khem Raj
Signed-off-by: Khem Raj --- .../pcp/{pcp-native_5.3.5.bb => pcp-native_5.3.6.bb} | 0 meta-oe/recipes-support/pcp/pcp.inc | 9 +++-- .../recipes-support/pcp/{pcp_5.3.5.bb => pcp_5.3.6.bb} | 0 3 files changed, 3 insertions(+), 6 deletions(-) rename

Re: [oe] [meta-oe][PATCH] nspr-native: build correclty with extended buildtools.

2022-03-10 Thread Jeremy Puhlman
On 3/10/2022 10:21 AM, Khem Raj wrote: On Thu, Mar 10, 2022 at 9:58 AM Jeremy Puhlman wrote: Adding -ldl should resolve it. It corrected the issue on ubuntu-18.04 + extended-buildtools and with out. Lemme check centos as well. Thanks Jeremy Since, I merged the patch. Please send and

[oe] [meta-oe][PATCH] nspr-native: fix ubuntu 18.04 builds using system gcc.

2022-03-10 Thread Jeremy Puhlman
gcc abstract.o -Xlinker -L../../dist/lib -lplc4 -L../../dist/lib -lnspr4 -lpthread -lrt -o abstract ../../dist/lib/libnspr4.so: undefined reference to `dlopen' ../../dist/lib/libnspr4.so: undefined reference to `dlclose' ../../dist/lib/libnspr4.so: undefined reference to `dlerror'

Re: [oe] [meta-oe][PATCH] nspr-native: build correclty with extended buildtools.

2022-03-10 Thread Khem Raj
On Thu, Mar 10, 2022 at 9:58 AM Jeremy Puhlman wrote: > > Adding -ldl should resolve it. It corrected the issue on ubuntu-18.04 + > extended-buildtools and with out. Lemme check centos as well. > Thanks Jeremy Since, I merged the patch. Please send and incremental fix. > > On 3/10/2022 9:04

Re: [oe] [meta-oe][PATCH] nspr-native: build correclty with extended buildtools.

2022-03-10 Thread Jeremy Puhlman
Adding -ldl should resolve it. It corrected the issue on ubuntu-18.04 + extended-buildtools and with out. Lemme check centos as well. On 3/10/2022 9:04 AM, Khem Raj wrote: sadly I am seeing this failure https://errors.yoctoproject.org/Errors/Details/651342/ On Wed, Mar 9, 2022 at 12:31 PM

Re: [oe] [meta-oe][PATCH] nspr-native: build correclty with extended buildtools.

2022-03-10 Thread Ross Burton
I came here to say the same. :) Ross On Thu, 10 Mar 2022 at 17:04, Khem Raj wrote: > > sadly I am seeing this failure > > https://errors.yoctoproject.org/Errors/Details/651342/ > > On Wed, Mar 9, 2022 at 12:31 PM Jeremy Puhlman wrote: > > > > > > > > On 3/9/2022 12:06 PM, Khem Raj wrote: > > >

Re: [oe] [meta-oe][PATCH] nspr-native: build correclty with extended buildtools.

2022-03-10 Thread Khem Raj
sadly I am seeing this failure https://errors.yoctoproject.org/Errors/Details/651342/ On Wed, Mar 9, 2022 at 12:31 PM Jeremy Puhlman wrote: > > > > On 3/9/2022 12:06 PM, Khem Raj wrote: > > Thanks Jeremy > > > > I wonder why we don't see it failing on AB or in my local testing. is > > it

[oe] [meta-oe][PATCH] ttf-vlgothic: Specify accurate BSD license type

2022-03-10 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb index

[oe] [meta-networking][PATCH] net-snmp: Avoid running `make clean` as it may fail

2022-03-10 Thread Peter Kjellerstedt
Rebuilding net-snmp may cause autotools_preconfigure() to run `make clean`, which in turn can cause `configure`to be run. However, since CACHED_CONFIGUREVARS is not set under those circumstances, `configure` will run with an incorrect configuration and the build will fail with: checking for

Re: [oe] [meta-xfce][PATCH 2/2] catfish: Do not set PYPA_WHEEL

2022-03-10 Thread Khem Raj
On Thu, Mar 10, 2022 at 1:31 AM Ross Burton wrote: > Ah, if those patches have landed I can send my patchbomb to meta-oe :) > Ok > Ross > > On Wed, 9 Mar 2022 at 19:05, Khem Raj wrote: > > > > OE-Core has addressed the pertaining issue which does not require > > setting this here anymore > >

[oe] [PATCH 8/9] python3-pylint: upgrade to 2.12.2

2022-03-10 Thread Ross Burton
The test suite is no longer shipped in the sources, so remove PN-tests. Signed-off-by: Ross Burton --- .../python/python3-pylint_1.8.3.bb| 38 --- .../python/python3-pylint_2.12.2.bb | 18 + 2 files changed, 18 insertions(+), 38 deletions(-) delete

[oe] [PATCH 9/9] meta-python: migrate away from setuptool3 where possible

2022-03-10 Thread Ross Burton
Many recipes are currently building with setuptools3 but can use a more modern tool: typically setuptools_build_meta but ordered-set can use flit_core and pyrad can use poetry_core. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-aiohttp_3.8.1.bb | 3 ++-

[oe] [PATCH 4/9] python3-backports-functional-lru-cache: remove, not needed for Python 3

2022-03-10 Thread Ross Burton
This is a backport of the Python 3 lru_cache for Python 2 users, so obviously it makes no sense to have for Python 3. Signed-off-by: Ross Burton --- .../packagegroups/packagegroup-meta-python.bb | 2 -- ...on3-backports-functools-lru-cache_1.6.4.bb | 31 --- 2 files changed, 33

[oe] [PATCH 5/9] python3-pyzmq: clean up recipe

2022-03-10 Thread Ross Burton
Put the patch into a directory named after PN to avoid needing to set FILESEXTRAPATHS. Remove explicit FILES:${PN}-dbg, as these are packaged automatically. Signed-off-by: Ross Burton --- .../{python-pyzmq => python3-pyzmq}/club-rpath-out.patch | 0

[oe] [PATCH 6/9] python3-pycurl: fix DEPENDS

2022-03-10 Thread Ross Burton
By assigning directly to DEPENDS the dependencies in setuptools3 are overwritten, so python3-setuptools-native is present to let the build succeed entirely through luck. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-pycurl_7.44.1.bb | 7 ++- 1 file changed, 2

[oe] [PATCH 7/9] python3-twisted: remove empty PN-src and PN-dbg

2022-03-10 Thread Ross Burton
Nothing is packaged in these, there are no debug symbols and the sources are packaged into the regular packages. Signed-off-by: Ross Burton --- .../python/python3-twisted_22.2.0.bb| 13 - 1 file changed, 13 deletions(-) diff --git

[oe] [PATCH 3/9] python3-configparser: remove, not needed for Python 3

2022-03-10 Thread Ross Burton
This is a backport of the Python 3 configparser for Python 2 users, so obviously it makes no sense to have for Python 3. Signed-off-by: Ross Burton --- .../packagegroups/packagegroup-meta-python.bb | 1 - .../python/python3-configparser_5.2.0.bb| 13 - 2 files

[oe] [PATCH 1/9] packagegroup-meta-python: add poetry-core and unattended-upgrade

2022-03-10 Thread Ross Burton
These were missing from the packagegroup. Signed-off-by: Ross Burton --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb

Re: [oe] [meta-xfce][PATCH 2/2] catfish: Do not set PYPA_WHEEL

2022-03-10 Thread Ross Burton
Ah, if those patches have landed I can send my patchbomb to meta-oe :) Ross On Wed, 9 Mar 2022 at 19:05, Khem Raj wrote: > > OE-Core has addressed the pertaining issue which does not require > setting this here anymore > > Signed-off-by: Khem Raj > --- >