kubernetes: correct install path

install needs to go to ${D}, not the host path, so we fix up the
offending install lines.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Dariusz Pelowski 2017-10-17 18:13:48 +02:00 committed by Bruce Ashfield
parent 9c4cefcb71
commit 8d3beeb4f4

View File

@ -76,7 +76,7 @@ do_install() {
install -d ${D}${systemd_unitdir}/system/
install -d ${D}${systemd_unitdir}/system/kubelet.service.d/
install -d ${sysconfdir}/kubernetes/manifests/
install -d ${D}${sysconfdir}/kubernetes/manifests/
install -m 755 -D ${S}/src/import/_output/bin/kube* ${D}/${bindir}