mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
f8c8b90244
commit
fb780101a1
|
@ -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}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user