I fixed a typo in the commit message: "directory -> directly".

On Tue, Jan 16, 2024 at 10:02 AM <[email protected]> wrote:

> From: Etienne Cordonnier <[email protected]>
>
> This was initially added by
> https://git.yoctoproject.org/meta-darwin/commit/?id=97a84e083d0c2812e44231d48fb478e9a9cfac79
> to the meta-darwin repository, however having it directly in
> openembedded-core will make the maintenance of meta-darwin easier.
>
> Signed-off-by: Dominik Schnitzer <[email protected]>
> Signed-off-by: Etienne Cordonnier <[email protected]>
> ---
>  meta/classes-recipe/cmake.bbclass | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/classes-recipe/cmake.bbclass
> b/meta/classes-recipe/cmake.bbclass
> index d978b88944..1e353f660f 100644
> --- a/meta/classes-recipe/cmake.bbclass
> +++ b/meta/classes-recipe/cmake.bbclass
> @@ -72,6 +72,8 @@ OECMAKE_TARGET_COMPILE ?= "all"
>  OECMAKE_TARGET_INSTALL ?= "install"
>
>  def map_host_os_to_system_name(host_os):
> +    if host_os.startswith('darwin'):
> +        return 'Darwin'
>      if host_os.startswith('mingw'):
>          return 'Windows'
>      if host_os.startswith('linux'):
> --
> 2.36.1.vfs.0.0
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#193844): 
https://lists.openembedded.org/g/openembedded-core/message/193844
Mute This Topic: https://lists.openembedded.org/mt/103758605/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to