diff options
-rw-r--r-- | meta-oe/recipes-extended/ostree/ostree_2019.6.bb | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2019.6.bb b/meta-oe/recipes-extended/ostree/ostree_2019.6.bb index 19955e973a..bcf511b902 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2019.6.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2019.6.bb | |||
@@ -104,7 +104,7 @@ do_install_append_class-native() { | |||
104 | create_wrapper ${D}${bindir}/ostree OSTREE_GRUB2_EXEC="${STAGING_LIBDIR_NATIVE}/ostree/ostree-grub-generator" | 104 | create_wrapper ${D}${bindir}/ostree OSTREE_GRUB2_EXEC="${STAGING_LIBDIR_NATIVE}/ostree/ostree-grub-generator" |
105 | } | 105 | } |
106 | 106 | ||
107 | PACKAGES += " \ | 107 | PACKAGE_BEFORE_PN = " \ |
108 | ${PN}-dracut \ | 108 | ${PN}-dracut \ |
109 | ${PN}-grub \ | 109 | ${PN}-grub \ |
110 | ${PN}-mkinitcpio \ | 110 | ${PN}-mkinitcpio \ |
@@ -112,22 +112,11 @@ PACKAGES += " \ | |||
112 | ${PN}-trivial-httpd \ | 112 | ${PN}-trivial-httpd \ |
113 | " | 113 | " |
114 | 114 | ||
115 | FILES_${PN} = " \ | 115 | FILES_${PN} += " \ |
116 | ${bindir}/ostree \ | 116 | ${nonarch_libdir}/${BPN} \ |
117 | ${bindir}/rofiles-fuse \ | ||
118 | ${datadir}/${BPN} \ | ||
119 | ${datadir}/gir-1.0 \ | ||
120 | ${nonarch_libdir}/${BPN}/ostree-remount \ | ||
121 | ${libdir}/girepository-1.0 \ | ||
122 | ${libdir}/lib*${SOLIBS} \ | ||
123 | ${libdir}/ostree/ostree-grub-generator \ | ||
124 | ${libdir}/tmpfiles.d/ostree-tmpfiles.conf \ | ||
125 | ${sysconfdir}/ostree/remotes.d \ | ||
126 | ${systemd_unitdir}/system-generators/ostree-system-generator \ | ||
127 | ${systemd_unitdir}/system/ostree-finalize-staged.path \ | ||
128 | ${systemd_unitdir}/system/ostree-finalize-staged.service \ | ||
129 | ${systemd_unitdir}/system/ostree-remount.service \ | ||
130 | ${nonarch_libdir}/tmpfiles.d \ | 117 | ${nonarch_libdir}/tmpfiles.d \ |
118 | ${systemd_unitdir}/system \ | ||
119 | ${systemd_unitdir}/system-generators \ | ||
131 | " | 120 | " |
132 | FILES_${PN}-dracut = " \ | 121 | FILES_${PN}-dracut = " \ |
133 | ${sysconfdir}/dracut.conf.d \ | 122 | ${sysconfdir}/dracut.conf.d \ |
@@ -142,7 +131,7 @@ FILES_${PN}-mkinitcpio = " \ | |||
142 | ${libdir}/initcpio \ | 131 | ${libdir}/initcpio \ |
143 | " | 132 | " |
144 | FILES_${PN}-switchroot = " \ | 133 | FILES_${PN}-switchroot = " \ |
145 | ${nonarch_libdir}/ostree/ostree-prepare-root \ | 134 | ${nonarch_libdir}/${BPN}/ostree-prepare-root \ |
146 | ${systemd_unitdir}/system/ostree-prepare-root.service \ | 135 | ${systemd_unitdir}/system/ostree-prepare-root.service \ |
147 | " | 136 | " |
148 | FILES_${PN}-trivial-httpd = " \ | 137 | FILES_${PN}-trivial-httpd = " \ |