All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] containerd: Replace /lib/systemd/system with ${systemd_system_unitdir}
@ 2017-02-08 13:46 Amarnath Valluri
  2017-02-08 13:46 ` [PATCH 2/4] docker: Replace /usr/share with ${datadir} Amarnath Valluri
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Amarnath Valluri @ 2017-02-08 13:46 UTC (permalink / raw)
  To: meta-virtualization

Make use of bitbake variable where appropriate, this makes the recipe portable.

Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
---
 recipes-containers/containerd/containerd_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb
index ca99e55..77c3e93 100644
--- a/recipes-containers/containerd/containerd_git.bb
+++ b/recipes-containers/containerd/containerd_git.bb
@@ -83,6 +83,6 @@ do_install() {
 	fi
 }
 
-FILES_${PN} += "/lib/systemd/system/*"
+FILES_${PN} += "${systemd_system_unitdir}/*"
 
 INHIBIT_PACKAGE_STRIP = "1"
-- 
2.7.4



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

end of thread, other threads:[~2017-02-09 14:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-08 13:46 [PATCH 1/4] containerd: Replace /lib/systemd/system with ${systemd_system_unitdir} Amarnath Valluri
2017-02-08 13:46 ` [PATCH 2/4] docker: Replace /usr/share with ${datadir} Amarnath Valluri
2017-02-08 13:46 ` [PATCH 3/4] lxc: Make use of bitbake variables where appropriate Amarnath Valluri
2017-02-08 13:46 ` [PATCH 4/4] libvirt: Replace systemd units location to match with bitbake environment Amarnath Valluri
2017-02-08 14:15   ` Mark Asselstine
2017-02-08 14:37     ` avalluri
2017-02-08 14:38       ` Mark Asselstine
2017-02-09 14:16 ` [PATCH 1/4] containerd: Replace /lib/systemd/system with ${systemd_system_unitdir} Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.