meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [master][scarthgap][meta-virtualization][PATCH] podman: Fix missing brace in FILES
@ 2024-05-01 17:03 Theodore A. Roth
  2024-05-02 17:59 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Theodore A. Roth @ 2024-05-01 17:03 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Bruce Ashfield, Theodore A. Roth, Theodore A . Roth

From: "Theodore A. Roth" <troth@openavr.org>

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>
---
 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 \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [master][scarthgap][meta-virtualization][PATCH] podman: Fix missing brace in FILES
  2024-05-01 17:03 [master][scarthgap][meta-virtualization][PATCH] podman: Fix missing brace in FILES Theodore A. Roth
@ 2024-05-02 17:59 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2024-05-02 17:59 UTC (permalink / raw)
  To: Theodore A. Roth; +Cc: meta-virtualization, Theodore A . Roth

merged.

Bruce

In message: [master][scarthgap][meta-virtualization][PATCH] podman: Fix missing brace in FILES
on 01/05/2024 Theodore A. Roth wrote:

> From: "Theodore A. Roth" <troth@openavr.org>
> 
> 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>
> ---
>  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 \
> -- 
> 2.34.1
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-02 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-01 17:03 [master][scarthgap][meta-virtualization][PATCH] podman: Fix missing brace in FILES Theodore A. Roth
2024-05-02 17:59 ` Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).