diff options
| author | Amarnath Valluri <amarnath.valluri@intel.com> | 2017-02-08 15:46:31 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-02-09 09:13:56 -0500 |
| commit | a2e5525909a0cdc44a41b4fb0130433040638727 (patch) | |
| tree | f34e195be9ad027cf89fbd2676dc0170199d51ce | |
| parent | a9616ca504892a714cae26f6a531637d97f03764 (diff) | |
| download | meta-virtualization-a2e5525909a0cdc44a41b4fb0130433040638727.tar.gz | |
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 <amarnath.valluri@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-containers/containerd/containerd_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
| 84 | fi | 84 | fi |
| 85 | } | 85 | } |
| 86 | 86 | ||
| 87 | FILES_${PN} += "/lib/systemd/system/*" | 87 | FILES_${PN} += "${systemd_system_unitdir}/*" |
| 88 | 88 | ||
| 89 | INHIBIT_PACKAGE_STRIP = "1" | 89 | INHIBIT_PACKAGE_STRIP = "1" |
