summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore A. Roth <troth@openavr.org>2024-05-01 11:03:43 -0600
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-05-02 17:58:48 +0000
commit56168b10f00e64a438827b781b320bb7f1a9a147 (patch)
tree289633d33fdc43a7d58e427e4084332a5f36b603
parent6e7db363cf8f0a99a160ec944c07c93e95fafd1b (diff)
downloadmeta-virtualization-56168b10f00e64a438827b781b320bb7f1a9a147.tar.gz
podman: Fix missing brace in FILES
When converting to use {systemd_user_unitdir}, the closing brace was omitted Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com> Signed-off-by: Theodore A. Roth <troth@openavr.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index f69dec16..32de3f0c 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -134,7 +134,7 @@ do_install_ptest () {
134FILES:${PN} += " \ 134FILES:${PN} += " \
135 ${systemd_unitdir}/system/* \ 135 ${systemd_unitdir}/system/* \
136 ${nonarch_libdir}/systemd/* \ 136 ${nonarch_libdir}/systemd/* \
137 ${systemd_user_unitdir/* \ 137 ${systemd_user_unitdir}/* \
138 ${nonarch_libdir}/tmpfiles.d/* \ 138 ${nonarch_libdir}/tmpfiles.d/* \
139 ${datadir}/user-tmpfiles.d/* \ 139 ${datadir}/user-tmpfiles.d/* \
140 ${sysconfdir}/cni \ 140 ${sysconfdir}/cni \