From 8d3beeb4f45a9b9e700dbdd40555f3e62e368104 Mon Sep 17 00:00:00 2001 From: Dariusz Pelowski Date: Tue, 17 Oct 2017 18:13:48 +0200 Subject: 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 --- recipes-containers/kubernetes/kubernetes_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb index f574a3e2..2c7161ec 100644 --- a/recipes-containers/kubernetes/kubernetes_git.bb +++ b/recipes-containers/kubernetes/kubernetes_git.bb @@ -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} -- cgit v1.2.3-54-g00ecf