diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2025-07-25 21:19:57 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-25 17:12:11 -0700 |
commit | bd6a43e5f1902f93469c5ccad6ddab56cdac8e95 (patch) | |
tree | b1c905292fa4c137c6e016c467fb864c717dd23e /meta-oe | |
parent | 48ada00ee1bec2b7a9d139552b05d9920c2b7995 (diff) | |
download | meta-openembedded-bd6a43e5f1902f93469c5ccad6ddab56cdac8e95.tar.gz |
catch2: enable native and nativesdk
Since commit de3c8d3ff2d0 ("cli11: Upgrade 2.3.2 -> 2.5.0 to allow CMake
4+ compatibility"), cli11 depends on catch2 and is native&nativesdk. So,
catch2 also need to be native&nativesdk.
Fixes these warnings from AB[0]:
WARNING: Nothing PROVIDES 'nativesdk-catch2' (but virtual:nativesdk:[...]/meta-openembedded/meta-oe/recipes-support/cli11/cli11_2.5.0.bb DEPENDS on or otherwise requires it). Close matches:
WARNING: Nothing PROVIDES 'catch2-native' (but virtual:native:[...]/meta-openembedded/meta-oe/recipes-support/cli11/cli11_2.5.0.bb DEPENDS on or otherwise requires it). Close matches:
[0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/377/steps/12/logs/warnings
Cc: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-test/catch2/catch2_3.8.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_3.8.1.bb b/meta-oe/recipes-test/catch2/catch2_3.8.1.bb index 6a7fc5ad47..48ed26708c 100644 --- a/meta-oe/recipes-test/catch2/catch2_3.8.1.bb +++ b/meta-oe/recipes-test/catch2/catch2_3.8.1.bb | |||
@@ -19,3 +19,5 @@ do_install:append() { | |||
19 | # Header-only library | 19 | # Header-only library |
20 | RDEPENDS:${PN}-dev = "" | 20 | RDEPENDS:${PN}-dev = "" |
21 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 21 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
22 | |||
23 | BBCLASSEXTEND = "native nativesdk" | ||