diff options
| author | Dariusz Pelowski <dariusz.pelowski@gmail.com> | 2017-10-17 18:13:48 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-10-17 13:18:17 -0400 |
| commit | 8d3beeb4f45a9b9e700dbdd40555f3e62e368104 (patch) | |
| tree | d084203e50f2e5ce7344b121a4417f9c8dcb13f4 | |
| parent | 9c4cefcb712522bb2b85dc04f7c814fc4d7083f7 (diff) | |
| download | meta-virtualization-8d3beeb4f45a9b9e700dbdd40555f3e62e368104.tar.gz | |
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>
| -rw-r--r-- | recipes-containers/kubernetes/kubernetes_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
| 76 | install -d ${D}${systemd_unitdir}/system/ | 76 | install -d ${D}${systemd_unitdir}/system/ |
| 77 | install -d ${D}${systemd_unitdir}/system/kubelet.service.d/ | 77 | install -d ${D}${systemd_unitdir}/system/kubelet.service.d/ |
| 78 | 78 | ||
| 79 | install -d ${sysconfdir}/kubernetes/manifests/ | 79 | install -d ${D}${sysconfdir}/kubernetes/manifests/ |
| 80 | 80 | ||
| 81 | install -m 755 -D ${S}/src/import/_output/bin/kube* ${D}/${bindir} | 81 | install -m 755 -D ${S}/src/import/_output/bin/kube* ${D}/${bindir} |
| 82 | 82 | ||
