diff options
-rw-r--r-- | meta-oe/recipes-extended/ostree/ostree_2022.7.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2022.7.bb b/meta-oe/recipes-extended/ostree/ostree_2022.7.bb index 771b17b34b..0a56ad7c83 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2022.7.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2022.7.bb | |||
@@ -84,7 +84,7 @@ PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux, bubblew | |||
84 | PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack" | 84 | PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack" |
85 | PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4" | 85 | PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4" |
86 | PACKAGECONFIG[static] = "" | 86 | PACKAGECONFIG[static] = "" |
87 | PACKAGECONFIG[systemd] = "--with-libsystemd --with-systemdsystemunitdir=${systemd_unitdir}/system, --without-libsystemd, systemd" | 87 | PACKAGECONFIG[systemd] = "--with-libsystemd --with-systemdsystemunitdir=${systemd_system_unitdir}, --without-libsystemd, systemd" |
88 | PACKAGECONFIG[trivial-httpd-cmdline] = "--enable-trivial-httpd-cmdline, --disable-trivial-httpd-cmdline" | 88 | PACKAGECONFIG[trivial-httpd-cmdline] = "--enable-trivial-httpd-cmdline, --disable-trivial-httpd-cmdline" |
89 | 89 | ||
90 | EXTRA_OECONF = " \ | 90 | EXTRA_OECONF = " \ |
@@ -139,7 +139,7 @@ PACKAGE_BEFORE_PN = " \ | |||
139 | FILES:${PN} += " \ | 139 | FILES:${PN} += " \ |
140 | ${nonarch_libdir}/${BPN} \ | 140 | ${nonarch_libdir}/${BPN} \ |
141 | ${nonarch_libdir}/tmpfiles.d \ | 141 | ${nonarch_libdir}/tmpfiles.d \ |
142 | ${systemd_unitdir}/system \ | 142 | ${systemd_system_unitdir} \ |
143 | ${systemd_unitdir}/system-generators \ | 143 | ${systemd_unitdir}/system-generators \ |
144 | " | 144 | " |
145 | FILES:${PN}-dracut = " \ | 145 | FILES:${PN}-dracut = " \ |
@@ -156,7 +156,7 @@ FILES:${PN}-mkinitcpio = " \ | |||
156 | " | 156 | " |
157 | FILES:${PN}-switchroot = " \ | 157 | FILES:${PN}-switchroot = " \ |
158 | ${nonarch_libdir}/${BPN}/ostree-prepare-root \ | 158 | ${nonarch_libdir}/${BPN}/ostree-prepare-root \ |
159 | ${systemd_unitdir}/system/ostree-prepare-root.service \ | 159 | ${systemd_system_unitdir}/ostree-prepare-root.service \ |
160 | " | 160 | " |
161 | FILES:${PN}-trivial-httpd = " \ | 161 | FILES:${PN}-trivial-httpd = " \ |
162 | ${libexecdir}/libostree/ostree-trivial-httpd \ | 162 | ${libexecdir}/libostree/ostree-trivial-httpd \ |