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>
This commit is contained in:
Amarnath Valluri 2017-02-08 15:46:31 +02:00 committed by Bruce Ashfield
parent a9616ca504
commit a2e5525909

View File

@ -84,6 +84,6 @@ do_install() {
fi
}
FILES_${PN} += "/lib/systemd/system/*"
FILES_${PN} += "${systemd_system_unitdir}/*"
INHIBIT_PACKAGE_STRIP = "1"