From 8a29c46188b31851b32414d9d3dbb38b1b48a073 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 24 Feb 2025 07:27:33 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/samba/samba_4.19.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') 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 \ --pythondir=${PYTHON_SITEPACKAGES_DIR} \ " -LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" +LDFLAGS += "-Wl,-z,relro,-z,now" do_configure:append() { cd ${S}/pidl/ -- cgit v1.2.3-54-g00ecf