mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-14 22:25:28 +01:00
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:
parent
a9616ca504
commit
a2e5525909
|
|
@ -84,6 +84,6 @@ do_install() {
|
|||
fi
|
||||
}
|
||||
|
||||
FILES_${PN} += "/lib/systemd/system/*"
|
||||
FILES_${PN} += "${systemd_system_unitdir}/*"
|
||||
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user