From a2e5525909a0cdc44a41b4fb0130433040638727 Mon Sep 17 00:00:00 2001 From: Amarnath Valluri Date: Wed, 8 Feb 2017 15:46:31 +0200 Subject: containerd: Replace /lib/systemd/system with ${systemd_system_unitdir} Make use of bitbake variable where appropriate, this makes the recipe portable. Signed-off-by: Amarnath Valluri Signed-off-by: Bruce Ashfield --- 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 096a164c..a5062e0b 100644 --- a/recipes-containers/containerd/containerd_git.bb +++ b/recipes-containers/containerd/containerd_git.bb @@ -84,6 +84,6 @@ do_install() { fi } -FILES_${PN} += "/lib/systemd/system/*" +FILES_${PN} += "${systemd_system_unitdir}/*" INHIBIT_PACKAGE_STRIP = "1" -- cgit v1.2.3-54-g00ecf