summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/ostree/ostree_2022.7.bb6
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
84PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack" 84PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack"
85PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4" 85PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4"
86PACKAGECONFIG[static] = "" 86PACKAGECONFIG[static] = ""
87PACKAGECONFIG[systemd] = "--with-libsystemd --with-systemdsystemunitdir=${systemd_unitdir}/system, --without-libsystemd, systemd" 87PACKAGECONFIG[systemd] = "--with-libsystemd --with-systemdsystemunitdir=${systemd_system_unitdir}, --without-libsystemd, systemd"
88PACKAGECONFIG[trivial-httpd-cmdline] = "--enable-trivial-httpd-cmdline, --disable-trivial-httpd-cmdline" 88PACKAGECONFIG[trivial-httpd-cmdline] = "--enable-trivial-httpd-cmdline, --disable-trivial-httpd-cmdline"
89 89
90EXTRA_OECONF = " \ 90EXTRA_OECONF = " \
@@ -139,7 +139,7 @@ PACKAGE_BEFORE_PN = " \
139FILES:${PN} += " \ 139FILES:${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"
145FILES:${PN}-dracut = " \ 145FILES:${PN}-dracut = " \
@@ -156,7 +156,7 @@ FILES:${PN}-mkinitcpio = " \
156" 156"
157FILES:${PN}-switchroot = " \ 157FILES:${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"
161FILES:${PN}-trivial-httpd = " \ 161FILES:${PN}-trivial-httpd = " \
162 ${libexecdir}/libostree/ostree-trivial-httpd \ 162 ${libexecdir}/libostree/ostree-trivial-httpd \