diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2025-02-24 07:27:33 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-23 17:36:08 -0800 |
commit | 8a29c46188b31851b32414d9d3dbb38b1b48a073 (patch) | |
tree | 9eafd21cb9c233d5d83b3053b9a371e5475a3b36 /meta-networking | |
parent | 7e576c04091dc232c4d456834157d448fb5272d9 (diff) | |
download | meta-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-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.19.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb b/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb index beff73b1b3..05dca8d9c0 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb | |||
@@ -125,7 +125,7 @@ EXTRA_OECONF += "--enable-fhs \ | |||
125 | --pythondir=${PYTHON_SITEPACKAGES_DIR} \ | 125 | --pythondir=${PYTHON_SITEPACKAGES_DIR} \ |
126 | " | 126 | " |
127 | 127 | ||
128 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 128 | LDFLAGS += "-Wl,-z,relro,-z,now" |
129 | 129 | ||
130 | do_configure:append() { | 130 | do_configure:append() { |
131 | cd ${S}/pidl/ | 131 | cd ${S}/pidl/ |