summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker-ce_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-02-17 19:30:10 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-02-21 10:11:32 -0500
commit9a78db8a9174f811baae36a82370f2827c0bc889 (patch)
tree2c22f51aa01e5d84c2be5ac93028f466fb3352ba /recipes-containers/docker/docker-ce_git.bb
parente43d530e992c2b4880262d86dda9390c1b2649ee (diff)
downloadmeta-virtualization-9a78db8a9174f811baae36a82370f2827c0bc889.tar.gz
docker-*: prevent -march being exported in arm builds
* don't export CGO_CFLAGS/CGO_CXXFLAGS like the previous version didn't before: https://git.yoctoproject.org/meta-virtualization/commit/?id=aceed7bf95cc8a42c8f470d8edf3c6f03d49da00 * both docker-moby and docker-ce have the same issue as shown with qemuarm build: docker-moby: http://errors.yoctoproject.org/Errors/Details/690021/ docker-ce: http://errors.yoctoproject.org/Errors/Details/690020/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker/docker-ce_git.bb')
-rw-r--r--recipes-containers/docker/docker-ce_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb
index 0f43da69..b9888d27 100644
--- a/recipes-containers/docker/docker-ce_git.bb
+++ b/recipes-containers/docker/docker-ce_git.bb
@@ -41,7 +41,7 @@ SRC_URI = "\
41 git://github.com/docker/cli;branch=23.0;name=cli;destsuffix=git/cli;protocol=https \ 41 git://github.com/docker/cli;branch=23.0;name=cli;destsuffix=git/cli;protocol=https \
42 file://0001-libnetwork-use-GO-instead-of-go.patch \ 42 file://0001-libnetwork-use-GO-instead-of-go.patch \
43 file://docker.init \ 43 file://docker.init \
44 file://0001-dynbinary-use-go-cross-compiler.patch \ 44 file://0001-dynbinary-use-go-cross-compiler.patch;patchdir=src/import \
45 file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \ 45 file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \
46 " 46 "
47 47