diff options
| author | Dan McGregor <dan.mcgregor@usask.ca> | 2022-09-29 15:42:23 -0600 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-10-04 16:53:38 -0400 |
| commit | fb780101a18f2d3aa8457a0388dd387cbcfacea8 (patch) | |
| tree | 503c1562f056d0ba5d8a1b5a7342b964bd1826a2 | |
| parent | f8c8b9024421d5d2e434ed598a81d78928ae43d1 (diff) | |
| download | meta-virtualization-fb780101a18f2d3aa8457a0388dd387cbcfacea8.tar.gz | |
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>
| -rw-r--r-- | recipes-extended/cloud-init/cloud-init_21.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_21.4.bb b/recipes-extended/cloud-init/cloud-init_21.4.bb index 5cb62272..9c9b56f1 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 | |||
| 40 | PACKAGES += "${PN}-systemd" | 40 | PACKAGES += "${PN}-systemd" |
| 41 | 41 | ||
| 42 | FILES:${PN} += "${sysconfdir}/* \ | 42 | FILES:${PN} += "${sysconfdir}/* \ |
| 43 | ${datadir}/*" | 43 | ${datadir}/* \ |
| 44 | ${nonarch_libdir}/${BPN}/*" | ||
| 44 | 45 | ||
| 45 | FILES:${PN}-systemd += "${systemd_unitdir}/*" | 46 | FILES:${PN}-systemd += "${systemd_unitdir}/*" |
| 46 | RDEPENDS:${PN}-systemd += " ${PN}" | 47 | RDEPENDS:${PN}-systemd += " ${PN}" |
