mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-16 15:15:24 +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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "/lib/systemd/system/*"
|
FILES_${PN} += "${systemd_system_unitdir}/*"
|
||||||
|
|
||||||
INHIBIT_PACKAGE_STRIP = "1"
|
INHIBIT_PACKAGE_STRIP = "1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user