From 0343d3f8bb6ba0e9afc52e3fd4f5db87195f972e Mon Sep 17 00:00:00 2001 From: Amarnath Valluri Date: Wed, 8 Feb 2017 15:46:33 +0200 Subject: lxc: Make use of bitbake variables where appropriate. Signed-off-by: Amarnath Valluri Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_2.0.0.bb | 7 +++---- 1 file 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" ALLOW_EMPTY_${PN}-networking = "1" -FILES_${PN}-setup += "/etc/tmpfiles.d" -FILES_${PN}-setup += "/lib/systemd/system" -FILES_${PN}-setup += "/usr/lib/systemd/system" -FILES_${PN}-setup += "/etc/init.d" +FILES_${PN}-setup += "${sysconfdir}/tmpfiles.d" +FILES_${PN}-setup += "${systemd_system_unitdir}" +FILES_${PN}-setup += "${sysconfdir}/init.d" PRIVATE_LIBS_${PN}-ptest = "liblxc.so.1" -- cgit v1.2.3-54-g00ecf