diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-20 23:24:00 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-28 08:23:37 -0700 |
commit | 3384c1ebfe3eda72dd26d410283305cdb39bd689 (patch) | |
tree | 2a493884bfef3d7d21393a8b507ed946cb6b2240 | |
parent | f48f0f70e9d9db6396c244e764ab18e9483ea985 (diff) | |
download | meta-clang-3384c1ebfe3eda72dd26d410283305cdb39bd689.tar.gz |
samba: Delete clang specific patch
This patch is not needed anymore with clang 20+ and samba 4.19+
it build fine with both linkers ( LLD and Gnu LD)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2 files changed, 0 insertions, 17 deletions
diff --git a/dynamic-layers/networking-layer/recipes-connectivity/samba/files/fix_duplicate_pdb_search_init.patch b/dynamic-layers/networking-layer/recipes-connectivity/samba/files/fix_duplicate_pdb_search_init.patch deleted file mode 100644 index a0452d7..0000000 --- a/dynamic-layers/networking-layer/recipes-connectivity/samba/files/fix_duplicate_pdb_search_init.patch +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | Do not match pdb init files | ||
2 | |||
3 | Upstream-Status: Inappropriate [ Clang Specific ] | ||
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
5 | --- a/source3/wscript_build 2019-03-14 09:03:29.498617250 +0100 | ||
6 | +++ b/source3/wscript_build 2019-03-14 09:06:19.824949694 +0100 | ||
7 | @@ -124,7 +124,6 @@ | ||
8 | '!get_attr_list'] | ||
9 | private_pdb_match.append('!pdb_nds_*') | ||
10 | private_pdb_match.append('!pdb_ldapsam_init*') | ||
11 | -private_pdb_match.append('!pdb_*_init') | ||
12 | private_pdb_match = private_pdb_match + ldapsam_pdb_match | ||
13 | |||
14 | bld.SAMBA3_LIBRARY('samba-passdb', | ||
diff --git a/dynamic-layers/networking-layer/recipes-connectivity/samba/samba_4.%.bbappend b/dynamic-layers/networking-layer/recipes-connectivity/samba/samba_4.%.bbappend deleted file mode 100644 index 543f32c..0000000 --- a/dynamic-layers/networking-layer/recipes-connectivity/samba/samba_4.%.bbappend +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | ||
2 | |||
3 | SRC_URI:append = " file://fix_duplicate_pdb_search_init.patch " | ||