cloud-init: package nonarch_libdir

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>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Dan McGregor 2022-09-29 15:42:23 -06:00 committed by Bruce Ashfield
parent f8c8b90244
commit fb780101a1

View File

@ -40,7 +40,8 @@ inherit python3native
PACKAGES += "${PN}-systemd" PACKAGES += "${PN}-systemd"
FILES:${PN} += "${sysconfdir}/* \ FILES:${PN} += "${sysconfdir}/* \
${datadir}/*" ${datadir}/* \
${nonarch_libdir}/${BPN}/*"
FILES:${PN}-systemd += "${systemd_unitdir}/*" FILES:${PN}-systemd += "${systemd_unitdir}/*"
RDEPENDS:${PN}-systemd += " ${PN}" RDEPENDS:${PN}-systemd += " ${PN}"