From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Dan McGregor <danismostlikely@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org,
Dan McGregor <dan.mcgregor@usask.ca>
Subject: Re: [meta-virtualization][PATCH 1/2] cloud-init: package nonarch_libdir
Date: Tue, 4 Oct 2022 17:07:55 -0400 [thread overview]
Message-ID: <20221004210755.GC60875@gmail.com> (raw)
In-Reply-To: <20220929214224.2054-1-danismostlikely@gmail.com>
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 <dan.mcgregor@usask.ca>
>
> 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 <dan.mcgregor@usask.ca>
> ---
> 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 (#7634): https://lists.yoctoproject.org/g/meta-virtualization/message/7634
> Mute This Topic: https://lists.yoctoproject.org/mt/94005025/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2022-10-04 21:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-29 21:42 [meta-virtualization][PATCH 1/2] cloud-init: package nonarch_libdir Dan McGregor
2022-09-29 21:42 ` [meta-virtualization][PATCH 2/2] cloud-init: add Apache-2.0 as a LICENSE option Dan McGregor
2022-10-04 21:07 ` Bruce Ashfield [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221004210755.GC60875@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=dan.mcgregor@usask.ca \
--cc=danismostlikely@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.