diff options
Diffstat (limited to 'recipes-containers/docker-compose/docker-compose_git.bb')
-rw-r--r-- | recipes-containers/docker-compose/docker-compose_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb index 07650126..316bf29d 100644 --- a/recipes-containers/docker-compose/docker-compose_git.bb +++ b/recipes-containers/docker-compose/docker-compose_git.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = " \ | |||
11 | SRCREV_FORMAT="compose_survey" | 11 | SRCREV_FORMAT="compose_survey" |
12 | SRCREV_compose = "3371227794f5f3645f4f19829c60a741635ed329" | 12 | SRCREV_compose = "3371227794f5f3645f4f19829c60a741635ed329" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https" | 14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" |
15 | 15 | ||
16 | include src_uri.inc | 16 | include src_uri.inc |
17 | 17 | ||
@@ -55,7 +55,7 @@ do_compile() { | |||
55 | # our copied .go files are to be used for the build | 55 | # our copied .go files are to be used for the build |
56 | ln -sf vendor.copy vendor | 56 | ln -sf vendor.copy vendor |
57 | # inform go that we know what we are doing | 57 | # inform go that we know what we are doing |
58 | cp ${WORKDIR}/modules.txt vendor/ | 58 | cp ${UNPACKDIR}/modules.txt vendor/ |
59 | 59 | ||
60 | GO_LDFLAGS="-s -w -X internal.Version=${PV} -X ${COMPOSE_PKG}/internal.Version=${PV}" | 60 | GO_LDFLAGS="-s -w -X internal.Version=${PV} -X ${COMPOSE_PKG}/internal.Version=${PV}" |
61 | GO_BUILDTAGS="" | 61 | GO_BUILDTAGS="" |