Re: [OE-core] [PATCH 02/21] create-spdx-2.2.bbclass: use hardlink as well

2023-11-22 Thread Peter Kjellerstedt
> -Original Message-
> From: openembedded-core@lists.openembedded.org  c...@lists.openembedded.org> On Behalf Of Martin Jansa
> Sent: den 22 november 2023 13:45
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH 02/21] create-spdx-2.2.bbclass: use hardlink as well

This commit message does not make much sense, unless you also read the 
one for the preceding commit, which you won't do if you run something 
like `git log meta/classes/create-spdx-2.2.bbclass`.

//Peter

> 
> [YOCTO #12937]
> 
> Signed-off-by: Martin Jansa 
> ---
>  meta/classes/create-spdx-2.2.bbclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/classes/create-spdx-2.2.bbclass b/meta/classes/create-
> spdx-2.2.bbclass
> index b0aef80db1..8c77f6b886 100644
> --- a/meta/classes/create-spdx-2.2.bbclass
> +++ b/meta/classes/create-spdx-2.2.bbclass
> @@ -967,7 +967,7 @@ python image_combine_spdx() {
>  if image_link_name:
>  link = imgdeploydir / (image_link_name + suffix)
>  if link != target_path:
> -link.symlink_to(os.path.relpath(target_path,
> link.parent))
> +os.link(target_path, link)
> 
>  spdx_tar_path = imgdeploydir / (image_name + ".spdx.tar.zst")
>  make_image_link(spdx_tar_path, ".spdx.tar.zst")
> --
> 2.43.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#191123): 
https://lists.openembedded.org/g/openembedded-core/message/191123
Mute This Topic: https://lists.openembedded.org/mt/102747720/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH 02/21] create-spdx-2.2.bbclass: use hardlink as well

2023-11-22 Thread Martin Jansa
[YOCTO #12937]

Signed-off-by: Martin Jansa 
---
 meta/classes/create-spdx-2.2.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/create-spdx-2.2.bbclass 
b/meta/classes/create-spdx-2.2.bbclass
index b0aef80db1..8c77f6b886 100644
--- a/meta/classes/create-spdx-2.2.bbclass
+++ b/meta/classes/create-spdx-2.2.bbclass
@@ -967,7 +967,7 @@ python image_combine_spdx() {
 if image_link_name:
 link = imgdeploydir / (image_link_name + suffix)
 if link != target_path:
-link.symlink_to(os.path.relpath(target_path, link.parent))
+os.link(target_path, link)
 
 spdx_tar_path = imgdeploydir / (image_name + ".spdx.tar.zst")
 make_image_link(spdx_tar_path, ".spdx.tar.zst")
-- 
2.43.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#191079): 
https://lists.openembedded.org/g/openembedded-core/message/191079
Mute This Topic: https://lists.openembedded.org/mt/102747720/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-