[oe] [meta-oe][PATCH] poco: Remove pushd/popd from run-ptest

2023-04-03 Thread Khem Raj
This could be worked out without needing to add bash dependency Signed-off-by: Khem Raj --- meta-oe/recipes-support/poco/poco/run-ptest | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/poco/poco/run-ptest b/meta-oe/recipes-support/poco/poco/run-pt

Re: [oe] [meta-oe][PATCH 04/11] meta-oe-ptest*-image: enable BBCLASSEXTEND parallel execution

2023-04-03 Thread Tim Orling
On Sun, Apr 2, 2023 at 9:13 PM Khem Raj wrote: > Thanks for this patchset Tim, really appreciate it. I have few comments. > > On Sun, Apr 2, 2023 at 3:30 PM Tim Orling wrote: > > > > Similar to "core-image-ptest: Switch to BBCLASSEXTEND parallel execution" > > > > Refactor meta-oe-ptest-image.bb

Re: [oe] p7zip fixes for CVE-2018-5996 and CVE-2016-9296

2023-04-03 Thread Peter Marko via lists.openembedded.org
gentle ping From: openembedded-devel@lists.openembedded.org On Behalf Of Peter Marko via lists.openembedded.org Sent: Tuesday, March 21, 2023 18:18 To: openembedded-devel@lists.openembedded.org Subject: [oe] p7zip fixes for CVE-2018-5996 and CVE-2016-9296 > Dear maintainers, > > CVE-2018-5996

Re: [oe] [meta-oe][dunfell][PATCH] postgresql: CVE-2022-41862 Client memory disclosure when connecting with Kerberos to modified server

2023-04-03 Thread Hitendra Prajapati
Hi Armin, No problem. Thank you for the update. Regards, Hitendra On Mon, 3 Apr 2023, 8:59 pm Armin Kuster, wrote: > > > On 4/3/23 7:15 AM, Hitendra Prajapati wrote: > > Hi Team, > > > > Any update on this issue ? > > Don't know yet. I have only on build system and these things take time > to

[oe] [meta-multimedia] [PATCH] sox: remove ffmpeg dependency

2023-04-03 Thread Enrico Scholz via lists.openembedded.org
From: Enrico Scholz ffmpeg format handler was removed from sox in 2013 ([1]). Drop it also from DEPENDS. This makes sox generally available without the need to whitelist the commercial ffmpeg license. [1] https://sourceforge.net/p/sox/code/ci/5ae4049727d4f29036ad541bde5863c850aa7755 Signed-o

Re: [oe] [meta-oe][dunfell][PATCH] postgresql: CVE-2022-41862 Client memory disclosure when connecting with Kerberos to modified server

2023-04-03 Thread Armin Kuster
On 4/3/23 7:15 AM, Hitendra Prajapati wrote: Hi Team, Any update on this issue ? Don't know yet. I have only on build system and these things take time to work though the branch rotations. -armin Regards, Hitendra -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to thi

[oe] [meta-oe][PATCH] jwt-cpp: enable usage in an SDK

2023-04-03 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.6.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.6.0.bb b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.6.0.bb index 8929115fd78f..2e06b701cc44 100644 --- a/meta-oe/rec

Re: [oe] [meta-oe][dunfell][PATCH] postgresql: CVE-2022-41862 Client memory disclosure when connecting with Kerberos to modified server

2023-04-03 Thread Hitendra Prajapati
Hi Team, Any update on this issue ? Regards, Hitendra -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#101937): https://lists.openembedded.org/g/openembedded-devel/message/101937 Mute This Topic: https://lists.openembedded.org/mt/97822021/21656 Gro

Re: [oe] [meta-oe][dunfell][PATCH] syslog-ng: CVE-2022-38725 An integer overflow in the RFC3164 parser

2023-04-03 Thread Hitendra Prajapati
Hi Team, Any update on this ?? Regards, Hitendra -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#101936): https://lists.openembedded.org/g/openembedded-devel/message/101936 Mute This Topic: https://lists.openembedded.org/mt/97967253/21656 Group Ow

[oe][meta-oe][kirkstone][PATCH 1/1] syslog-ng: fix CVE-2022-38725

2023-04-03 Thread Urade, Yogita
Fix buffer handling of syslog and timestamp parsers. References: https://nvd.nist.gov/vuln/detail/CVE-2022-38725 https://github.com/syslog-ng/syslog-ng/releases https://github.com/syslog-ng/syslog-ng/pull/4110 Signed-off-by: Yogita Urade --- .../syslog-ng/files/CVE-2022-38725-0001.patch | 65 +

[oe] [meta-networking] [PATCH] samba: upgrade 4.18.0 -> 4.18.1

2023-04-03 Thread wangmy
From: Wang Mingyu Changes since 4.18.0 * BUG 15276: CVE-2023-0225. * BUG 15270: CVE-2023-0614. * BUG 15331: ldb wildcard matching makes excessive allocations. * BUG 15332: large_ldap test is inefficient. * BUG 15315: CVE-2023-0922. * BUG 15270: CVE-2023-0614

[oe] [meta-python] [PATCH] python3-watchdog: upgrade 2.3.1 -> 3.0.0

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == Drop support for Python 3.6. watchdog is now PEP 561 compatible, and tested with mypy Fix missing > in FileSystemEvent.__repr__() (#980) [ci] Lots of improvements [inotify] Return from InotifyEmitter.queue_events() if not launched when

[oe] [meta-python] [PATCH] python3-typeguard: upgrade 3.0.1 -> 3.0.2

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: === Improved warnings by ensuring that they target user code and not Typeguard internal code Fixed warn_on_error() not showing where the type violation actually occurred Fixed local assignment to *args or **kwargs being type checked incorrectly

[oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.17.0 -> 1.18.0

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == Updated denylist to include other widely used cookies/headers (#1972) Forward all sentry- baggage items (#1970) Update OSS licensing (#1973) Profiling: Handle non frame types in profiler (#1965) Tests: Bad arq dependency in tests (#1966) Better naming (#196

[oe] [meta-python] [PATCH] python3-rich: upgrade 13.3.2 -> 13.3.3

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: Added Style.clear_meta_and_links Signed-off-by: Wang Mingyu --- .../{python3-rich_13.3.2.bb => python3-rich_13.3.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-rich/{python3-rich_13.3.2.bb => python

[oe] [meta-python] [PATCH] python3-regex: upgrade 2022.10.31 -> 2023.3.23

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: === Disabled repeat guards. They keep causing issues, and it's just simpler to rely on timeouts. Re-enabled modified repeat guards due to regression in speed caused by excessive backtracking. Signed-off-by: Wang Mingyu --- .../{python3-regex_2022.10.31.bb

[oe] [meta-python] [PATCH] python3-redis: upgrade 4.5.1 -> 4.5.4

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == Upgrade urgency: SECURITY, contains fixes to security issues. -- (CVE-2023-28859) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases.

[oe] [meta-python] [PATCH] python3-pywbemtools: upgrade 1.1.1 -> 1.2.0

2023-04-03 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-pywbemtools_1.1.1.bb => python3-pywbemtools_1.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/pywbemtools/{python3-pywbemtools_1.1.1.bb => python3-pywbemtools_1.2.0.bb} (92%) diff --g

[oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.2.1 -> 3.2.2

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: Add forgotten await Signed-off-by: Wang Mingyu --- .../{python3-pymodbus_3.2.1.bb => python3-pymodbus_3.2.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymodbus_3.2.1.bb => python3-pymodbus_3.2.

[oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.169.2 -> 2.4.169.3

2023-04-03 Thread wangmy
From: Wang Mingyu Fix: - Invalid check if taxo is enabled. Signed-off-by: Wang Mingyu --- ...{python3-pymisp_2.4.169.2.bb => python3-pymisp_2.4.169.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.169.2.bb => python3-p

[oe] [meta-python] [PATCH] python3-pydantic: upgrade 1.10.6 -> 1.10.7

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == Fix creating schema from model using ConstrainedStr with regex as dict key Address bug in mypy plugin caused by explicit_package_bases=True Add implicit defaults in the mypy plugin for Field with no default argument Fix schema generated for

[oe] [meta-python] [PATCH] python3-pychromecast: upgrade 13.0.4 -> 13.0.6

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == Fix socket leak (#718) Don't call launch callback on error (#715) Wait for response when stopping app (#714) Simplify request callback handling (#712) Make sure handler is unregistered after quickplay (#713) Signed-off-by: Wang Mingyu

[oe] [meta-python] [PATCH] python3-luma-oled: upgrade 3.11.0 -> 3.12.0

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: Fix 96x16 OLED panel offset Signed-off-by: Wang Mingyu --- ...{python3-luma-oled_3.11.0.bb => python3-luma-oled_3.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-luma-oled_3.11.0.bb => python3-lum

[oe] [meta-python] [PATCH] python3-ipython: upgrade 8.11.0 -> 8.12.0

2023-04-03 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-ipython_8.11.0.bb => python3-ipython_8.12.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ipython_8.11.0.bb => python3-ipython_8.12.0.bb} (89%) diff --git a/meta-p

[oe] [meta-python] [PATCH] python3-jdatetime: upgrade 4.1.0 -> 4.1.1

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == Add -- Add fromisoformat method to jdatetime.date Add support for Python 3.11 Fixed -- Fix two chars month handling in jdatetime.datetime.strptime Signed-off-by: Wang Mingyu --- .../{python3-jdatetime_4.1.0.bb => python3-jdatetime_4.

[oe] [meta-python] [PATCH] python3-imageio: upgrade 2.26.0 -> 2.27.0

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == Fix -- Consistently apply color palettes by default (#955) (938de2d) Allow ffmpeg filters to terminate iter (#954) (a463899) Handle unknown video duration in pyav metadata (#937) (06a1c0d) Update FreeImage backend to v3.18.0 on Windows (

[oe] [meta-python] [PATCH] python3-httplib2: upgrade 0.21.0 -> 0.22.0

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == https: disable_ssl_certificate_validation caused ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled build(deps): bump cryptography from 37.0.4 to 38.0.3 Reason from cryptography changelog: Updated Windows, macOS, and Linux

[oe] [meta-python] [PATCH] python3-google-auth: upgrade 2.16.2 -> 2.17.1

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == Print out reauth plugin error and raise if challenge output is None (#1265) (08d22fe) Experimental service account iam endpoint flow for id token (#1258) (8ff0de5) Python: Remove aws url validation (#1254) (20a966b) Read both applicationId

[oe] [meta-python] [PATCH] python3-googleapis-common-protos: upgrade 1.58.0 -> 1.59.0

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: = Features -- Add overrides_by_request_protocol to BackendRule in google/api/backend.proto (77376dd) Add proto_reference_documentation_uri to Publishing in google/api/client.proto (77376dd) Add SERVICE_NOT_VISIBLE and GCP_SUSPENDED to Err

[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.81.0 -> 2.83.0

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu --- ...ent_2.81.0.bb => python3-google-api-python-client_2.83.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/

[oe] [meta-python] [PATCH] python3-elementpath: upgrade 4.0.1 -> 4.1.0

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == Refactor XPath function call (context=None only as keyword argument) Add external function support (issue #60) Some fixes to string representation and source property of tokens Extend documentation and tests Clean XSD datatypes hierarchy Signed-off-by

[oe] [meta-python] [PATCH] python3-dateparser: upgrade 1.1.7 -> 1.1.8

2023-04-03 Thread wangmy
From: Wang Mingyu Improvements: == Improved date parsing for Chinese (#1148) Improved date parsing for Czech (#1151) Reorder language by popularity (#1152) Fix leak of memory in cache (#1140) Add support for "\d units later" (#1154) Move modification in CLDR data to yaml (#1153)

[oe] [meta-python] [PATCH] python3-cmake: upgrade 3.26.0 -> 3.26.1

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == chore(deps): bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.3 chore(deps): update pre-commit hooks Signed-off-by: Wang Mingyu --- .../python/{python3-cmake_3.26.0.bb => python3-cmake_3.26.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-python] [PATCH] python3-cassandra-driver: upgrade 3.25.0 -> 3.26.0

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: === Features Add support for execution profiles in execute_concurrent (PR 1122) Bug Fixes -- Handle empty non-final result pages (PR 1110) Do not re-use stream IDs for in-flight requests (PR 1114) Asyncore race condition cause

[oe] [meta-python] [PATCH] python3-astroid: upgrade 2.15.0 -> 2.15.1

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == Restore behavior of setting a Call as a base for classes created using six.with_metaclass(), and harden support for using enums as metaclasses in this case. Signed-off-by: Wang Mingyu --- .../{python3-astroid_2.15.0.bb => python3-astroid_2.15.1.bb}|

[oe] [meta-python] [PATCH] python3-argcomplete: upgrade 3.0.0 -> 3.0.5

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: = Call _default as fallback in zsh global completion hook Begin support for mapping-emitting completers activate-global-python-argcomplete: do not overwrite existing dotfile in user directory Add NOTICE file Establish long term name for split_line as arg

[oe] [meta-networking][PATCH 1/2] libldb: upgrade 2.7.1 -> 2.7.2

2023-04-03 Thread Yi Zhao
Required by samba 4.18.1 Signed-off-by: Yi Zhao --- .../libldb/{libldb_2.7.1.bb => libldb_2.7.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/libldb/{libldb_2.7.1.bb => libldb_2.7.2.bb} (95%) diff --git a/meta-networking/rec

[oe] [meta-networking][PATCH 2/2] samba: upgrade 4.18.0 -> 4.18.1

2023-04-03 Thread Yi Zhao
Release Notes: https://www.samba.org/samba/history/samba-4.18.1.html This is a security release in order to address the following defects: CVE-2023-0225 CVE-2023-0922 CVE-2023-0614 Signed-off-by: Yi Zhao --- .../samba/{samba_4.18.0.bb => samba_4.18.1.bb} | 2 +- 1 file changed,

[oe] [meta-python] [PATCH] python3-aenum: upgrade 3.1.11 -> 3.1.12

2023-04-03 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-aenum_3.1.11.bb => python3-aenum_3.1.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aenum_3.1.11.bb => python3-aenum_3.1.12.bb} (77%) diff --git a/meta-pytho

[oe] [meta-oe] [PATCH] ostree: upgrade 2023.1 -> 2023.2

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == Add 'sysroot.bootprefix' option deploy: Use 'semodule --refresh' if available configure: post-release version bump Release rust/ bindings 0.17.1 rust-bindings: Regenerate for 2023.1 rust-bindings: 'Sysroot' is 'Send' itest-pull-space: Use mkfs

[oe] [meta-networking] [PATCH] openvpn: upgrade 2.6.1 -> 2.6.2

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == dco: don't use NetLink to exchange control packets dco: print version to log if available dco-linux: remove M_ERRNO flag when printing netlink error message multi: don't call DCO APIs if DCO is disabled dco-freebsd: use m->instances[] instead of m->has

[oe] [meta-python] [PATCH] python3-pyproj: upgrade 3.4.1 -> 3.5.0

2023-04-03 Thread wangmy
From: Wang Mingyu License-Update: Copyright year updated to 2023. Changelog: DEP: Minimum PROJ version 9.0 (issue #1223) WHL: PROJ 9.2 in wheels (pull #1243) ENH: Add return_back_azimuth: bool to allow compatibility between the azimuth output of the following functions (issue #1

[oe] [meta-oe] [PATCH] links: upgrade 2.28 -> 2.29

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: === Add "#define _GNU_SOURCE" to the configure test for memrchr Implement strike formatting Fixed a bug that image was sometimes displayed with too small size Fixed a bug that webp images from local disk could not be displayed Support AVIF images Updated

[oe] [meta-networking] [PATCH] ndisc6: upgrade 1.0.6 -> 1.0.7

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: = # Do not ignore multicast advertisements when discovery was sent as unicast (fix regression from 1.0.5). Signed-off-by: Wang Mingyu --- .../recipes-support/ndisc6/{ndisc6_1.0.6.bb => ndisc6_1.0.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-webserver] [PATCH] nginx: upgrade 1.23.3 -> 1.23.4

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: === *) Change: now TLSv1.3 protocol is enabled by default. *) Change: now nginx issues a warning if protocol parameters of a listening socket are redefined. *) Change: now nginx closes connections with lingering if pipelining was used by the client. *) F

[oe] [meta-oe] [PATCH] libtraceevent: upgrade 1.7.1 -> 1.7.2

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == - Fix big-endian build breakage in unit tests - Fix double free in process_sizeof() function - Cleaned up process_sizeof() function as well Signed-off-by: Wang Mingyu --- .../{libtraceevent_1.7.1.bb => libtraceevent_1.7.2.bb} | 2 +- 1 file chan

[oe] [meta-oe] [PATCH] libpfm4: upgrade 4.12.0 -> 4.13.0

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == update Intel SKL/SKX/CLX event table add ARM Neoverse V2 core PMU support move ARM Neoverse N2 to ARMv9 support add ARM v9 support basic infrastructure add Arm Neoverse V1 core PMU support Update Intel SapphireRapid event table update Intel Ic

[oe] [meta-networking] [PATCH] libldb: upgrade 2.7.1 -> 2.7.2

2023-04-03 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libldb/{libldb_2.7.1.bb => libldb_2.7.2.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-networking/recipes-support/libldb/{libldb_2.7.1.bb => libldb_2.7.2.bb} (95%) diff --git a/meta-networking/recipe

[oe] [meta-oe] [PATCH] libdeflate: upgrade 1.17 -> 1.18

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == * Fixed a bug where the build type didn't default to "Release" when using CMake 3.10 or earlier. * Fixed a bug where some optimized code wasn't used when building with Clang 15 or later (x86), or with Clang 16 or later (aarch64). * Fixed build errors

[oe] [meta-oe] [PATCH] libbytesize: upgrade 2.7 -> 2.8

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == - Added translation using Weblate (Kazakh) - Translated using Weblate (Kazakh) - Added translation using Weblate (Georgian) - Translated using Weblate (Georgian) - Sync spec with downstream - README: Remove the Travis CI badge - Add a GitHub action for runn

[oe] [meta-gnome] [PATCH] gegl: upgrade 0.4.42 -> 0.4.44

2023-04-03 Thread wangmy
From: Wang Mingyu Changelog: == This release fixes a crashing bug what is umasked by GLib 2.75.3 and newer. Never-allocated data were being passed to g_slice_free, in GeglBuffer's handling of copy-on-write tiles. Signed-off-by: Wang Mingyu --- meta-gnome/recipes-gimp/gegl/{gegl_0.4.42.

[oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230319.0 -> 6.0.20230402.0

2023-04-03 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.0.20230319.0.bb => ctags_6.0.20230402.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.0.20230319.0.bb => ctags_6.0.20230402.0.bb} (95%) diff --git a/meta-oe/recipes

[oe] [meta-oe] [PATCH] abseil-cpp: upgrade 20230125.1 -> 20230125.2

2023-04-03 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb index 08f

[oe] [meta-oe][PATCH] jemalloc: include the missing shell scripts and source the corresponds shell scripts for some test cases.

2023-04-03 Thread Wentao Zhang
The test cases in jemalloc require the appropriate value to be exported to MALLOC_CONF, which is stored in shell scripts. The privious script just ran the test cases without exporting value, causing the tests to fail. Include the missing shell scripts, and source them before running the test cases