summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-08-04 23:42:17 -0700
committerKhem Raj <raj.khem@gmail.com>2023-08-05 09:29:56 -0700
commit8a407d58a30a31627d3ee47601f50be7a360bda4 (patch)
tree69750406df1eb86b57187aa5091b20191bb8b476 /meta-oe/recipes-devtools
parent38f525002cf6cf642b11608a6408750c6db850e8 (diff)
downloadmeta-openembedded-8a407d58a30a31627d3ee47601f50be7a360bda4.tar.gz
ply: Pass LD via environment to configure
This sets is correctly across all following tasks e.g. compile/install Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/ply/ply_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/ply/ply_git.bb b/meta-oe/recipes-devtools/ply/ply_git.bb
index c22dcbd12..779397108 100644
--- a/meta-oe/recipes-devtools/ply/ply_git.bb
+++ b/meta-oe/recipes-devtools/ply/ply_git.bb
@@ -12,7 +12,7 @@ SRCREV = "864fac79116870df1ab7aa21e639578807e41e75"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15LD = "${HOST_PREFIX}ld.bfd${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}" 15CACHED_CONFIGUREVARS = 'LD="${HOST_PREFIX}ld.bfd${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}"'
16 16
17inherit autotools-brokensep 17inherit autotools-brokensep
18 18