From 74455bb615443ee8ee85b7ac76f45d771940d87e Mon Sep 17 00:00:00 2001 From: "Theodore A. Roth" Date: Wed, 1 May 2024 11:03:43 -0600 Subject: podman: Fix missing brace in FILES When converting to use {systemd_user_unitdir}, the closing brace was omitted Signed-off-by: Theodore A. Roth Signed-off-by: Theodore A. Roth Signed-off-by: Bruce Ashfield --- recipes-containers/podman/podman_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { FILES:${PN} += " \ ${systemd_unitdir}/system/* \ ${nonarch_libdir}/systemd/* \ - ${systemd_user_unitdir/* \ + ${systemd_user_unitdir}/* \ ${nonarch_libdir}/tmpfiles.d/* \ ${datadir}/user-tmpfiles.d/* \ ${sysconfdir}/cni \ -- cgit v1.2.3-54-g00ecf