diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-08-04 23:42:17 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-05 09:29:56 -0700 |
commit | 8a407d58a30a31627d3ee47601f50be7a360bda4 (patch) | |
tree | 69750406df1eb86b57187aa5091b20191bb8b476 /meta-oe/recipes-devtools | |
parent | 38f525002cf6cf642b11608a6408750c6db850e8 (diff) | |
download | meta-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.bb | 2 |
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 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | LD = "${HOST_PREFIX}ld.bfd${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}" | 15 | CACHED_CONFIGUREVARS = 'LD="${HOST_PREFIX}ld.bfd${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}"' |
16 | 16 | ||
17 | inherit autotools-brokensep | 17 | inherit autotools-brokensep |
18 | 18 | ||