<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-test, branch wrynose</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=wrynose</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=wrynose'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2026-04-10T14:59:52+00:00</updated>
<entry>
<title>catch2: upgrade 3.13.0 -&gt; 3.14.0</title>
<updated>2026-04-10T14:59:52+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2026-04-09T10:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f81a7251f3d552b1dcb4bb5a0eb1bb528f82240d'/>
<id>urn:sha1:f81a7251f3d552b1dcb4bb5a0eb1bb528f82240d</id>
<content type='text'>
Fixes
======
- Added missing &lt;cstdint&gt; includes.
- Fixed suppression of empty variadic macro arguments warning on Clang &lt;19.
- Fixed catch_discover_tests failing during PRE_TEST discovery if a target does
  not have discoverable tests.
- Fixed build of the main library failing with CATCH_CONFIG_PREFIX_ALL defined.
- JUnit reporter outputs single failed (errored/skipped) assertion per test
  case.

Improvements =============
- The default implementation of --list-tags and --list-listeners has a quiet
  variant.
- Suppressed the new Clang warning about __COUNTER__ usage.
- Line-wrapping counts utf-8 codepoints instead of bytes.
- Combining character sequences are still miscounted, but Catch2 does not aim
  to fully support Unicode.

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;khem.raj@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>libfaketime: upgrade 0.9.11 -&gt; 0.9.12</title>
<updated>2026-04-01T20:16:40+00:00</updated>
<author>
<name>Liu Yiding</name>
<email>liuyd.fnst@fujitsu.com</email>
</author>
<published>2026-03-31T09:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=61a9e3d396539036dbc1deb06c0a03e62b1f5528'/>
<id>urn:sha1:61a9e3d396539036dbc1deb06c0a03e62b1f5528</id>
<content type='text'>
Since 0.9.11:
    - Improved macOS compatibility (@usertam)

Signed-off-by: Liu Yiding &lt;liuyd.fnst@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;khem.raj@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>syzkaller: Fix appends overriding values</title>
<updated>2026-04-01T20:16:38+00:00</updated>
<author>
<name>Michal Sieron</name>
<email>michalwsieron@gmail.com</email>
</author>
<published>2026-03-29T21:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=85bcf27db894db32aa79eeef0e0aaa60c53bdc3c'/>
<id>urn:sha1:85bcf27db894db32aa79eeef0e0aaa60c53bdc3c</id>
<content type='text'>
Those LIC_FILES_CHKSUM:class-native(sdk) were actually overriding the
rest of LIC_FILES_CHKSUM.

Signed-off-by: Michal Sieron &lt;michalwsieron@gmail.com&gt;
Signed-off-by: Khem Raj &lt;khem.raj@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>syzkaller: Drop qemu-system-native dependency</title>
<updated>2026-04-01T20:16:38+00:00</updated>
<author>
<name>Michal Sieron</name>
<email>michalwsieron@gmail.com</email>
</author>
<published>2026-03-29T21:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=480015c97cedef6bac48877e8258e605e8b387e0'/>
<id>urn:sha1:480015c97cedef6bac48877e8258e605e8b387e0</id>
<content type='text'>
Either I am missing something or it isn't needed in the build time and
should maybe be a RRECOMMENDS:${PN}?

Signed-off-by: Michal Sieron &lt;michalwsieron@gmail.com&gt;
Cc: Stefan Wiehler &lt;me@sephalon.net&gt;
Signed-off-by: Khem Raj &lt;khem.raj@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>cmocka: upgrade 1.1.8 -&gt; 2.0.2</title>
<updated>2026-03-22T15:57:20+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2026-03-22T15:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a9821a1a420e0a8ed3cccbd80eea8fe20b138d3e'/>
<id>urn:sha1:a9821a1a420e0a8ed3cccbd80eea8fe20b138d3e</id>
<content type='text'>
License-Update: Rename COPYING to LICENSE, no text content changed.

ChangeLog:
https://gitlab.com/cmocka/cmocka/-/blob/cmocka-2.0.2/CHANGELOG.md

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;khem.raj@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>libfaketime: Upgrade to 0.9.11</title>
<updated>2026-03-18T23:18:31+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2026-03-18T23:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a68f03454b1b1097a4cb6930f3ccb3a3ca73954c'/>
<id>urn:sha1:a68f03454b1b1097a4cb6930f3ccb3a3ca73954c</id>
<content type='text'>
Fix build with glibc 2.43+

Changes:
Fixed various cross-platform compile-time issues
Honor nanosecond parameters/fields in relevant system calls
Limited improvements to enhance compatibility with other LD_PRELOAD libraries
Added selected more intercepted system calls
Unset FAKETIME_SHARED automatically for child processes when enabling FAKETIME_FLSHM=1
Disable shared memory for child processes through FAKETIME_DISABLE_SHM=1

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cmocka: upgrade 1.1.7 -&gt; 1.1.8</title>
<updated>2026-03-18T21:33:22+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2026-03-13T12:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e5026ce1260e9eeea28406014ff56b204846a402'/>
<id>urn:sha1:e5026ce1260e9eeea28406014ff56b204846a402</id>
<content type='text'>
ChangeLog:
https://gitlab.com/cmocka/cmocka/-/blob/cmocka-1.1.8/ChangeLog

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>catch2: upgrade 3.12.0 -&gt; 3.13.0</title>
<updated>2026-02-25T17:49:48+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2026-02-25T09:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=052eca7394d624b1e1bffcc944127a0ce93179d3'/>
<id>urn:sha1:052eca7394d624b1e1bffcc944127a0ce93179d3</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>catch2: upgrade 3.8.1 -&gt; 3.12.0</title>
<updated>2026-01-23T06:01:03+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2026-01-21T11:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f2c2e4d50cc8aa65d97427f56f109ad836aa621a'/>
<id>urn:sha1:f2c2e4d50cc8aa65d97427f56f109ad836aa621a</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cunit: inherit sourceforge-releases class</title>
<updated>2025-11-12T17:38:58+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2025-11-12T13:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ef576a4701f32f20a2c6671c1c2e44b17154f4cb'/>
<id>urn:sha1:ef576a4701f32f20a2c6671c1c2e44b17154f4cb</id>
<content type='text'>
Inherit sourceforge-releases class to check the correct latest stable
verison.

Before the patch:
$ devtool latest-version cunit
INFO: Current version: 2.1-3
INFO: Latest version:

After the patch:
$ devtool latest-version cunit
INFO: Current version: 2.1-3
INFO: Latest version: 2.1-3

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
