On Fri, Jul 23, 2021 at 11:45 AM Ruslan Babayev (fib) via
lists.openembedded.org <[email protected]> wrote:
>
> From: Samuli Piippo <[email protected]>
>
> CMake depends on having all formats supported and build issues can
> arise when zstd is not available:
> https://gitlab.kitware.com/cmake/cmake/-/issues/21552
>
> Quote from a CMake dev:
> "As far as CMake's design is concerned, we have no optional formats.
> All should be supported. That's why we bundle sufficiently new versions
> of libarchive and libzstd. If a distro builds with an older libarchive
> that doesn't have zstd support, then that is not a proper packaging of CMake."
>
> Signed-off-by: Samuli Piippo <[email protected]>
> Signed-off-by: Richard Purdie <[email protected]>
> Signed-off-by: Ruslan Babayev <[email protected]>
> ---
>  meta/recipes-devtools/cmake/cmake-native_3.16.5.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/cmake/cmake-native_3.16.5.bb 
> b/meta/recipes-devtools/cmake/cmake-native_3.16.5.bb
> index b2952ee5f5..6034b654da 100644
> --- a/meta/recipes-devtools/cmake/cmake-native_3.16.5.bb
> +++ b/meta/recipes-devtools/cmake/cmake-native_3.16.5.bb
> @@ -1,7 +1,7 @@
>  require cmake.inc
>  inherit native
>
> -DEPENDS += "bzip2-replacement-native expat-native xz-native zlib-native 
> curl-native ncurses-native"
> +DEPENDS += "bzip2-replacement-native expat-native xz-native zlib-native 
> curl-native ncurses-native zstd-native"

In hardknott/master the zstd recipe has been moved from
meta-openembedded to oe-core.  This is not the case for dunfell, so
this change will result in failures for builds that do not include
meta-openembedded.

So this patch is not suitable for dunfell unless the
community/steering committee decide to also move the recipe in
dunfell.

Steve

>
>  SRC_URI += "file://OEToolchainConfig.cmake \
>              file://environment.d-cmake.sh \
> --
> 2.26.2.Cisco
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#154144): 
https://lists.openembedded.org/g/openembedded-core/message/154144
Mute This Topic: https://lists.openembedded.org/mt/84410822/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to