diff options
Diffstat (limited to 'recipes-containers/docker-compose/docker-compose_git.bb')
| -rw-r--r-- | recipes-containers/docker-compose/docker-compose_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb index 274fb520..86f4be27 100644 --- a/recipes-containers/docker-compose/docker-compose_git.bb +++ b/recipes-containers/docker-compose/docker-compose_git.bb | |||
| @@ -70,14 +70,14 @@ do_install() { | |||
| 70 | #install -m 755 "${S}/src/import/bin/docker-compose" "${D}${BIN_PREFIX}/bin" | 70 | #install -m 755 "${S}/src/import/bin/docker-compose" "${D}${BIN_PREFIX}/bin" |
| 71 | 71 | ||
| 72 | # commonly installed to: /usr/lib/docker/cli-plugins/ | 72 | # commonly installed to: /usr/lib/docker/cli-plugins/ |
| 73 | install -d "${D}${libdir}/docker/cli-plugins/" | 73 | install -d "${D}${nonarch_libdir}/docker/cli-plugins/" |
| 74 | install -m 755 "${S}/src/import/bin/docker-compose" "${D}${libdir}/docker/cli-plugins/" | 74 | install -m 755 "${S}/src/import/bin/docker-compose" "${D}${nonarch_libdir}/docker/cli-plugins/" |
| 75 | 75 | ||
| 76 | } | 76 | } |
| 77 | 77 | ||
| 78 | RDEPENDS:${PN} += " docker" | 78 | RDEPENDS:${PN} += " docker" |
| 79 | 79 | ||
| 80 | FILES:${PN} += " ${libdir}/docker/cli-plugins/" | 80 | FILES:${PN} += " ${nonarch_libdir}/docker/cli-plugins/" |
| 81 | 81 | ||
| 82 | INHIBIT_PACKAGE_STRIP = "1" | 82 | INHIBIT_PACKAGE_STRIP = "1" |
| 83 | INSANE_SKIP:${PN} += "ldflags already-stripped" | 83 | INSANE_SKIP:${PN} += "ldflags already-stripped" |
