summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lvm2
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-02-24 07:27:33 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-23 17:36:08 -0800
commit8a29c46188b31851b32414d9d3dbb38b1b48a073 (patch)
tree9eafd21cb9c233d5d83b3053b9a371e5475a3b36 /meta-oe/recipes-support/lvm2
parent7e576c04091dc232c4d456834157d448fb5272d9 (diff)
downloadmeta-openembedded-8a29c46188b31851b32414d9d3dbb38b1b48a073.tar.gz
recipes: drop ld-is-gold support
The gold linker support has been dropped in oe-core[1]. Remove related special cases and patches in recipes. [1] https://git.openembedded.org/openembedded-core/commit/?id=a4addb9ab63011e7c604fc5daff95559e7d214e7 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/lvm2')
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 1f608c29d0..9ff7662a51 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -58,7 +58,3 @@ EXTRA_OECONF = "--with-user= \
58 --with-thin-repair=${sbindir}/thin_repair \ 58 --with-thin-repair=${sbindir}/thin_repair \
59 --with-thin-restore=${sbindir}/thin_restore \ 59 --with-thin-restore=${sbindir}/thin_restore \
60" 60"
61
62# gold doesn't like multiple dm_bitset_parse_list definitions in libdm/.exported_symbols.DM_1_02_138 and libdm/.exported_symbols.DM_1_02_129
63# after it was uncommented in the later in 2.03.12 with https://github.com/lvmteam/lvm2/commit/60eb608d66c2056a78e81f27db3da14139d9faab
64LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', " -fuse-ld=bfd", '', d)}"