diff options
author | Amarnath Valluri <amarnath.valluri@intel.com> | 2017-02-08 15:46:33 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-02-09 09:13:57 -0500 |
commit | 0343d3f8bb6ba0e9afc52e3fd4f5db87195f972e (patch) | |
tree | 0e37046bb54f14d29941c80e8a5f2e0fa5b14568 | |
parent | 0ea0ae357af514184bc71b2970fbd98e596d2099 (diff) | |
download | meta-virtualization-0343d3f8bb6ba0e9afc52e3fd4f5db87195f972e.tar.gz |
lxc: Make use of bitbake variables where appropriate.
Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-containers/lxc/lxc_2.0.0.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-containers/lxc/lxc_2.0.0.bb b/recipes-containers/lxc/lxc_2.0.0.bb index f34d9bca..7ec9cb97 100644 --- a/recipes-containers/lxc/lxc_2.0.0.bb +++ b/recipes-containers/lxc/lxc_2.0.0.bb | |||
@@ -93,10 +93,9 @@ RDEPENDS_${PN}-templates += "bash" | |||
93 | 93 | ||
94 | ALLOW_EMPTY_${PN}-networking = "1" | 94 | ALLOW_EMPTY_${PN}-networking = "1" |
95 | 95 | ||
96 | FILES_${PN}-setup += "/etc/tmpfiles.d" | 96 | FILES_${PN}-setup += "${sysconfdir}/tmpfiles.d" |
97 | FILES_${PN}-setup += "/lib/systemd/system" | 97 | FILES_${PN}-setup += "${systemd_system_unitdir}" |
98 | FILES_${PN}-setup += "/usr/lib/systemd/system" | 98 | FILES_${PN}-setup += "${sysconfdir}/init.d" |
99 | FILES_${PN}-setup += "/etc/init.d" | ||
100 | 99 | ||
101 | PRIVATE_LIBS_${PN}-ptest = "liblxc.so.1" | 100 | PRIVATE_LIBS_${PN}-ptest = "liblxc.so.1" |
102 | 101 | ||