All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 1/2] cloud-init: package nonarch_libdir
@ 2022-09-29 21:42 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 ` [meta-virtualization][PATCH 1/2] cloud-init: package nonarch_libdir Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Dan McGregor @ 2022-09-29 21:42 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Dan McGregor

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-04 21:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [meta-virtualization][PATCH 1/2] cloud-init: package nonarch_libdir Bruce Ashfield

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.