Re: [oe] [meta-python][PATCH] nghttp2: never build python bindings

2023-03-19 Thread Yue Tao
Sorry, please ignore this review. ytao On 3/20/23 10:59, Yue Tao wrote: From: Joe Slater This has already been done for oe-core/master. Signed-off-by: Joe Slater Signed-off-by: Steve Sakoman --- meta/recipes-support/nghttp2/nghttp2_1.47.0.bb | 4 1 file changed, 4 insertions

[oe] [meta-python][PATCH] Introduce python3-trustme to fix ptest error of python3-requests-toolbelt

2023-03-19 Thread Yue Tao
From: Yue Tao The ptest fails after python3-requests-toolbelt is upgraded to 0.10.1. === Hint: make sure your test modules/packages have valid Python names. Traceback: ../../python3.11/importlib/{}init{}.py:126: in import_module return

[oe] [meta-python][PATCH] nghttp2: never build python bindings

2023-03-19 Thread Yue Tao
From: Joe Slater This has already been done for oe-core/master. Signed-off-by: Joe Slater Signed-off-by: Steve Sakoman --- meta/recipes-support/nghttp2/nghttp2_1.47.0.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb

[oe] [meta-python][kirkstone][PATCH] python3-lxml: Security fix CVE-2022-2309

2022-07-25 Thread Yue Tao
From: Yue Tao CVE-2022-0934: lxml: NULL Pointer Dereference in lxml Reference: https://nvd.nist.gov/vuln/detail/CVE-2022-2309 Patch from: https://github.com/lxml/lxml/commit/86368e9cf70a0ad23cccd5ee32de847149af0c6f Signed-off-by: Yue Tao --- .../python/python3-lxml/CVE-2022-2309.patch

[oe] [meta-oe][master][kirkstone][PATCH] dlt-daemon: upgrade to commit 6a3bd901d8 to fix CVE-2022-31291

2022-07-04 Thread Yue Tao
From: Yue Tao The upstream commit fcb676a79d introduced new option WITH_DLT_ADAPTOR_UDP to select dlt-adaptor-udp.service instread of WITH_DLT_ADAPTOR, so update the PACKAGECONFIG. Signed-off-by: Yue Tao --- meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.8.bb | 7 --- 1 file changed

[oe] [meta-xfce][master][kirkstone][PATCH] exo: upgrade 4.16.3 -> 4.16.4

2022-06-29 Thread Yue Tao
To fix CVE-2022-32278 Upstream fix is: https://gitlab.xfce.org/xfce/exo/-/commit/c71c04ff5882b2866a0d8506fb460d4ef796de9f Signed-off-by: Yue Tao --- meta-xfce/recipes-xfce/exo/{exo_4.16.3.bb => exo_4.16.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-x

[oe] [meta-networking][PATCH] netperf: change SRC_URI to git repository

2017-07-20 Thread Yue Tao
netperf upstream has been migrated to GitHub. They no longer provide ftp and tar balls. Update the SRC_URI to point the GitHub repo instead of the ftp server address, still using the v2.6.0 version. Signed-off-by: Yue Tao <yue@windriver.com> --- .../recipes-support/netperf/netperf_2.

[oe] [meta-yocto][PATCH] yocto-bsp: insert the path of argparse_oe.py into libpath

2017-07-14 Thread Yue Tao
Issue: LIN9-4616 Finding the path of argparse_oe.py in env PATH. Usually, it can be found in project/scripts/lib, or oe-core/scripts/lib. Find the first one and insert it into libpath. (LOCAL REV: NOT UPSTREAM) -- pending Signed-off-by: Robert Yang <liezhi.y...@windriver.com> Signed-off-b

[oe] [meta-networking][PATCH] net-snmp: enable ipv6 support

2016-05-03 Thread Yue Tao
From: Zhu Yanjun <yanjun@windriver.com> Add packageconfig for ipv6 and enable it when it's defined in distro_features. Signed-off-by: Zhu Yanjun <yanjun@windriver.com> Signed-off-by: Yue Tao <yue@windriver.com> --- meta-networking/recipes-protocols/net-snmp/net