[OE-core] [PATCH] stress-ng: upgrade 0.15.01 -> 0.15.02

2023-01-14 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../stress-ng/{stress-ng_0.15.01.bb => stress-ng_0.15.02.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/stress-ng/{stress-ng_0.15.01.bb => stress-ng_0.15.02.bb} (94%) diff --git

[OE-core] [PATCH] xz: upgrade 5.4.0 -> 5.4.1

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: == * liblzma: - Fixed the return value of lzma_microlzma_encoder() if the LZMA options lc/lp/pb are invalid. Invalid lc/lp/pb options made the function return LZMA_STREAM_END without encoding anything instead of returning

[OE-core] [PATCH] python3-pygments: upgrade 2.13.0 -> 2.14.0

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: == - Added lexers: * Arturo (#2259) * GAP session (#2211) * Fift (#2249) * func (#2232) * Jsonnet (#2239) * Minecraft schema (#2276) * MIPS (#2228) * Phix (#) * Portugol (#2300) * TL-b (#2247) * World of Warcraft TOC format (#2244,

[OE-core] [PATCH] python3-pbr: upgrade 5.11.0 -> 5.11.1

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog = * Run PBR integration on Ubuntu Focal too * Remove numpy dependencies * Tie recursion calls to Dist object, not module * Update tox.ini to work with tox 4 Signed-off-by: Wang Mingyu --- .../python/{python3-pbr_5.11.0.bb => python3-pbr_5.11.1.bb} | 2

[OE-core] [PATCH] python3-packaging: upgrade 22.0 -> 23.0

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: == Allow "extra" to be None in the marker environment (:issue:'650') Refactor tags._generic_api to use EXT_SUFFIX (:issue:'607') Correctly handle trailing whitespace on URL requirements (:issue:'642') Fix typing for specifiers.BaseSpecifier.filter()

[OE-core] [PATCH] python3-importlib-metadata: upgrade 5.2.0 -> 6.0.0

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: === * #419: Declared "Distribution" as an abstract class, enforcing definition of abstract methods in instantiated subclasses. It's no longer possible to instantiate a "Distribution" or any subclasses unless they define the abstract methods.

[OE-core] [PATCH] python3-hypothesis: upgrade 6.61.0 -> 6.62.0

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: we now support @example(...).xfail(), with the same (optional) condition, reason, and raises arguments as pytest.mark.xfail(). Signed-off-by: Wang Mingyu --- ...ython3-hypothesis_6.61.0.bb => python3-hypothesis_6.62.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] python3-hatchling: upgrade 1.12.1 -> 1.12.2

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: === Add macos-max-compat option to the wheel target that is enabled by default to support the latest version 22.0 of the packaging library Signed-off-by: Wang Mingyu --- ...{python3-hatchling_1.12.1.bb => python3-hatchling_1.12.2.bb} | 2 +- 1 file

[OE-core] [PATCH] python3-dbusmock: upgrade 0.28.6 -> 0.28.7

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: == blue5-obex template: Fix OBEX PullAll power_profiles template: Fix Actions property type README: Explain container tests and how to debug them Signed-off-by: Wang Mingyu --- .../{python3-dbusmock_0.28.6.bb => python3-dbusmock_0.28.7.bb} | 2 +- 1

[OE-core] [PATCH] python3-cython: upgrade 0.29.32 -> 0.29.33

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: == Features added -- * The "cythonize" and "cython" commands have a new option "-M" / "--depfile" to generate ".dep" dependency files for the compilation unit. This can be used by external build tools to track these dependencies. The

[OE-core] [PATCH] patchelf: upgrade 0.17.0 -> 0.17.2

2023-01-14 Thread wangmy
From: Wang Mingyu 8d2cb4f9ab8d564904c292099a022ffb3cccd52d.patch included in 0.17.2 Changelog: === Also pass STRIP to the tests Fix Out-of-bounds read in the function modifySoname Split segment size fix Signed-off-by: Wang Mingyu --- ...b4f9ab8d564904c292099a022ffb3cccd52d.patch |

[OE-core] [PATCH] python3-setuptools: upgrade 65.6.3 -> 65.7.0

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: = * #3594: Added "htmlcov" to FlatLayoutModuleFinder.DEFAULT_EXCLUDE -- by :user:'demianbrecht' * #3667: Added a human-readable error description when ".egg-info" directory is not writeable -- by :user:'droodev' * #3713: Fixed incomplete "getattr" statement

[OE-core] [PATCH] python3-alabaster: upgrade 0.7.12 -> 0.7.13

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: https://github.com/bitprophet/alabaster/blob/main/docs/changelog.rst License-Update: Copyright year updated to 2020. Signed-off-by: Wang Mingyu --- ...ython3-alabaster_0.7.12.bb => python3-alabaster_0.7.13.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH] gi-docgen: upgrade 2022.2 -> 2023.1

2023-01-14 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../gi-docgen/{gi-docgen_git.bb => gi-docgen_2023.1.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-gnome/gi-docgen/{gi-docgen_git.bb => gi-docgen_2023.1.bb} (93%) diff --git

[OE-core] [PATCH] ed: upgrade 1.18 -> 1.19

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: == * main_loop.c (exec_command): Fix commands 'e', 'E'; they did set the 'modified' flag if file not found. (Reported by Harry Graf). (main_loop): Print script error line to stdout instead of stderr. * Change long name of option '-s' to '--script'.

[OE-core] [PATCH] dpkg: upgrade 1.21.17 -> 1.21.18

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: == * Perl modules: - Dpkg::BuildFlags: Fix strip method to always work with duplicates. * Documentation: - man: Add a note to dpkg-fsys-usrunmess(8) about Debian support. * Code internals: - libdpkg: Move compression level max bound check

[OE-core] [PATCH] man-db: upgrade 2.11.1 -> 2.11.2

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: = Fixes: -- * Fix compile and test failures when 'troff' is not 'groff'. * Fix segfault in typical uses of 'man' when 'nroff' is not installed. * Fix crash in 'mandb' when processing stray cats. Improvements: - * Check for stray cats even

[OE-core] [PATCH] libwebp: upgrade 1.2.4 -> 1.3.0

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: == * add libsharpyuv, which exposes -sharp_yuv/config.use_sharp_yuv functionality to other libraries; libwebp now depends on this library * major updates to the container and lossless bitstream docs (#448, #546, #551) * miscellaneous warning, bug & build

[OE-core] [PATCH] libpcap: upgrade 1.10.2 -> 1.10.3

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: Source code: Sort the PUBHDR variable in Makefile.in in "ls" order. Fix typo in comment in pflog.h. Remove two no-longer-present files from .gitignore. Update code and comments for handling failure to set promiscuous mode based on new

[OE-core] [PATCH] btrfs-tools: upgrade 6.1 -> 6.1.2

2023-01-14 Thread wangmy
From: Wang Mingyu Changelog: revert libbtrfs changes to v6.0.2, fix remaining build problems Signed-off-by: Wang Mingyu --- .../btrfs-tools/{btrfs-tools_6.1.bb => btrfs-tools_6.1.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH] Make oe-setup-layers efficiently idempotent

2023-01-14 Thread Chuck Wolber
The effect of subsequent setup-layers executions is now either a NOOP or the minimal set of changes required to ensure layers precisely match the JSON configuration. This change allows setup-layers to be incorporated into a team's configuration management strategy. In particular, the

[OE-Core][PATCH v2] gstreamer1.0-plugins-good: Fix libsoup runtime dependency

2023-01-14 Thread Tom Hochstein
The runtime dependency on libsoup set via PACKAGECONFIG does not work. The problem is the dependency is placed on the main package, but the soup package has no dependency on the main package. I considered modifying the call to do_split_packages from gstreamer1.0-plugins-packaging.inc, changing

Re: [OE-core] [PATCH] gstreamer1.0-plugins-good: Fix libsoup runtime dependency

2023-01-14 Thread Tom Hochstein
Thanks. An earlier commit [1] did add libsoup back to the DEPENDS list, though it was not mentioned in the commit message, and I overlooked it in the code what with the dropping of the -Dsoup=disabled. [1]

[OE-core] [PATCHv3] mesa: allow mesa (gbm) to compile without backend

2023-01-14 Thread Vincent Davis Jr
Commit introduces a patch that allows for gbm to be built with an empty backend. There are situation where mesa-gl is the preferred provider for virtual/libgbm, virtual/libgl, virtual/mesa, etc... But the x11 DISTRO_FEATURE isn't included this leads to build errors such as | /../../../ld:

Re: [OE-core] [PATCH] gstreamer1.0-plugins-good: Fix libsoup runtime dependency

2023-01-14 Thread Richard Purdie
On Fri, 2023-01-13 at 16:51 -0600, Tom Hochstein wrote: > The runtime dependency on libsoup set via PACKAGECONFIG does not work. > The problem is the dependency is placed on the main package, but the > soup package has no dependency on the main package. > > I considered modifying the call to

[OE-core][kirkstone 00/11] Pull request (cover letter only)

2023-01-14 Thread Steve Sakoman
The following changes since commit 5fa9d58f59bebfc9eb495b50ef9a767a5c765b77: oeqa/concurrencytest: Add number of failures to summary output (2023-01-06 17:30:18 +) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next

[OE-core][langdale 00/11] Pull request (cover letter only)

2023-01-14 Thread Steve Sakoman
The following changes since commit 670f4f103b25897524d115c1f290ecae441fe4bd: build-appliance-image: Update to langdale head revision (2023-01-06 17:42:06 +) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/langdale-next

[OE-core] [PATCH 2/5] groff: Drop use of `register` storage class

2023-01-14 Thread Khem Raj
Backport a patch to make it work with c17 standard Signed-off-by: Khem Raj --- .../files/0001-Fix-code-style-issues.patch| 536 ++ meta/recipes-extended/groff/groff_1.22.4.bb | 3 +- 2 files changed, 538 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 5/5] gperf: Make the code C++17 compliant

2023-01-14 Thread Khem Raj
Fixes | ../../gperf-3.1/lib/getline.cc:58:7: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] | register int c = getc (stream); | ^ Signed-off-by: Khem Raj --- .../0001-Make-the-code-C-17-compliant.patch | 29 +++

[OE-core] [PATCH 3/5] vulkan-samples: Update to the tip of trunk

2023-01-14 Thread Khem Raj
Drop backported patches Signed-off-by: Khem Raj --- ...o-not-hardcode-lib-as-installation-t.patch | 29 -- .../0001-Qualify-move-as-std-move.patch | 405 -- .../vulkan/vulkan-samples_git.bb | 4 +- 3 files changed, 1 insertion(+), 437 deletions(-) delete

[OE-core] [PATCH 4/5] unfs3: Fix implicit function declarations of fix_dir_times()

2023-01-14 Thread Khem Raj
Signed-off-by: Khem Raj --- .../unfs3/0001-locate.c-Include-attr.h.patch | 28 +++ meta/recipes-devtools/unfs3/unfs3_git.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 meta/recipes-devtools/unfs3/unfs3/0001-locate.c-Include-attr.h.patch diff --git

[OE-core] [PATCH 1/5] cpio: Do not use _Noreturn in gnulib

2023-01-14 Thread Khem Raj
Backport a gnulib patch Signed-off-by: Khem Raj --- .../0001-obstack-Fix-a-clang-warning.patch| 27 +++ meta/recipes-extended/cpio/cpio_2.13.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644