diff mbox series

package/libostree: select libarchive for s390x architecture

Message ID 20221011062647.741292-1-marcus.folkesson@gmail.com
State Accepted
Headers show
Series package/libostree: select libarchive for s390x architecture | expand

Commit Message

Marcus Folkesson Oct. 11, 2022, 6:26 a.m. UTC
libarchive is needed when building for s390x.

Introduced in this patch:
c6a53ef6e8f9491633b0d494991f94c629791e1d s390x: use 'libarchive' to modify initrd in SE case

Fixes:
http://autobuild.buildroot.net/results/14cc164ab3005be9b3efde57b4bd914414e3acf0/

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 package/libostree/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Marcus Folkesson Oct. 24, 2022, 5:47 a.m. UTC | #1
Bump

Med vänliga hälsningar / Best regards
Marcus Folkesson

Den tis 11 okt. 2022 kl 08:26 skrev Marcus Folkesson <
marcus.folkesson@gmail.com>:

> libarchive is needed when building for s390x.
>
> Introduced in this patch:
> c6a53ef6e8f9491633b0d494991f94c629791e1d s390x: use 'libarchive' to modify
> initrd in SE case
>
> Fixes:
>
> http://autobuild.buildroot.net/results/14cc164ab3005be9b3efde57b4bd914414e3acf0/
>
> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> ---
>  package/libostree/Config.in | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/package/libostree/Config.in b/package/libostree/Config.in
> index 14ae4da4c8..a36e12ddde 100644
> --- a/package/libostree/Config.in
> +++ b/package/libostree/Config.in
> @@ -7,6 +7,7 @@ config BR2_PACKAGE_LIBOSTREE
>         # doesn't build with musl due to lack of TEMP_FAILURE_RETRY()
>         depends on !BR2_TOOLCHAIN_USES_MUSL
>         select BR2_PACKAGE_E2FSPROGS
> +    select BR2_PACKAGE_LIBARCHIVE if BR2_s390x
>         select BR2_PACKAGE_LIBGLIB2
>         select BR2_PACKAGE_LIBGPG_ERROR
>         select BR2_PACKAGE_LIBGPGME
> --
> 2.37.1
>
>
Thomas Petazzoni Oct. 31, 2022, 10:27 a.m. UTC | #2
Hello Marcus,

On Tue, 11 Oct 2022 08:26:47 +0200
Marcus Folkesson <marcus.folkesson@gmail.com> wrote:

> libarchive is needed when building for s390x.
> 
> Introduced in this patch:
> c6a53ef6e8f9491633b0d494991f94c629791e1d s390x: use 'libarchive' to modify initrd in SE case
> 
> Fixes:
> http://autobuild.buildroot.net/results/14cc164ab3005be9b3efde57b4bd914414e3acf0/
> 
> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> ---
>  package/libostree/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/libostree/Config.in b/package/libostree/Config.in
> index 14ae4da4c8..a36e12ddde 100644
> --- a/package/libostree/Config.in
> +++ b/package/libostree/Config.in
> @@ -7,6 +7,7 @@ config BR2_PACKAGE_LIBOSTREE
>  	# doesn't build with musl due to lack of TEMP_FAILURE_RETRY()
>  	depends on !BR2_TOOLCHAIN_USES_MUSL
>  	select BR2_PACKAGE_E2FSPROGS
> +    select BR2_PACKAGE_LIBARCHIVE if BR2_s390x

Thanks for the patch! The indentation was not correct here, so I fixed
that up and applied. Thanks!

Thomas
diff mbox series

Patch

diff --git a/package/libostree/Config.in b/package/libostree/Config.in
index 14ae4da4c8..a36e12ddde 100644
--- a/package/libostree/Config.in
+++ b/package/libostree/Config.in
@@ -7,6 +7,7 @@  config BR2_PACKAGE_LIBOSTREE
 	# doesn't build with musl due to lack of TEMP_FAILURE_RETRY()
 	depends on !BR2_TOOLCHAIN_USES_MUSL
 	select BR2_PACKAGE_E2FSPROGS
+    select BR2_PACKAGE_LIBARCHIVE if BR2_s390x
 	select BR2_PACKAGE_LIBGLIB2
 	select BR2_PACKAGE_LIBGPG_ERROR
 	select BR2_PACKAGE_LIBGPGME