both cloud-init patches are merged.

Bruce

In message: [meta-virtualization][PATCH 1/2] cloud-init: package nonarch_libdir
on 29/09/2022 Dan McGregor wrote:

> From: Dan McGregor <[email protected]>
> 
> cloud-init installs its data in nonarch_libdir, not libdir, so package
> that. On non-multilib builds this wouldn't be noticed.
> 
> Signed-off-by: Dan McGregor <[email protected]>
> ---
>  recipes-extended/cloud-init/cloud-init_21.4.bb | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-extended/cloud-init/cloud-init_21.4.bb 
> b/recipes-extended/cloud-init/cloud-init_21.4.bb
> index 5cb62272c23..9c9b56f18e3 100644
> --- a/recipes-extended/cloud-init/cloud-init_21.4.bb
> +++ b/recipes-extended/cloud-init/cloud-init_21.4.bb
> @@ -40,7 +40,8 @@ inherit python3native
>  PACKAGES += "${PN}-systemd"
>  
>  FILES:${PN} += "${sysconfdir}/* \
> -                ${datadir}/*"
> +                ${datadir}/* \
> +                ${nonarch_libdir}/${BPN}/*"
>  
>  FILES:${PN}-systemd += "${systemd_unitdir}/*"
>  RDEPENDS:${PN}-systemd += " ${PN}"
> -- 
> 2.37.3
> 

> 
> 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7642): 
https://lists.yoctoproject.org/g/meta-virtualization/message/7642
Mute This Topic: https://lists.yoctoproject.org/mt/94005025/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to