From: Changqing Li <[email protected]>
Signed-off-by: Changqing Li <[email protected]>
---
recipes-containers/docker-compose/docker-compose_git.bb | 4 ++--
1 file 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 ccb36a16..443184c0 100644
--- a/recipes-containers/docker-compose/docker-compose_git.bb
+++ b/recipes-containers/docker-compose/docker-compose_git.bb
@@ -61,7 +61,7 @@ do_compile() {
export CGO_CFLAGS="${CFLAGS} --sysroot=${STAGING_DIR_TARGET}"
export CGO_LDFLAGS="${LDFLAGS} --sysroot=${STAGING_DIR_TARGET}"
- GO_LDFLAGS="-s -w -X internal.Version=${PV} -X
${COMPOSE_PKG}/internal.Version=${PV}"
+ GO_LDFLAGS="-s -w -X internal.Version=${PV} -X
${COMPOSE_PKG}/internal.Version=${PV} -buildid="
GO_BUILDTAGS=""
mkdir -p ./bin
${GO} build ${GOBUILDFLAGS} -tags "$GO_BUILDTAGS" -ldflags
"$GO_LDFLAGS" -o ./bin/docker-compose ./cmd
@@ -85,4 +85,4 @@ INSANE_SKIP:${PN} += "ldflags already-stripped"
# the AWS dependency is 8GB, try and control the
# size of the clones
-BB_GIT_SHALLOW = "1"
\ No newline at end of file
+BB_GIT_SHALLOW = "1"
--
2.34.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9532):
https://lists.yoctoproject.org/g/meta-virtualization/message/9532
Mute This Topic: https://lists.yoctoproject.org/mt/117148689/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-