diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-06-08 21:50:43 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-09 08:49:21 -0700 |
commit | 8260253c8768a1891ba224e2ac1e2a6fa8f12275 (patch) | |
tree | 4f315922b97cf53fb326167f6e7bf36223ed4893 /meta-networking/recipes-connectivity/samba | |
parent | 239b1236df21b004a4afab7688ae421d54273e5d (diff) | |
download | meta-openembedded-8260253c8768a1891ba224e2ac1e2a6fa8f12275.tar.gz |
samba: disable check fcntl RW_HINTS when configure
This fails on cross-compilation for musl and clang.
Fixes configure error:
Checking whether fcntl supports setting/geting hints: UNKNOWN
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba/0009-source3-wscript-disable-check-fcntl-RW_HINTS.patch (renamed from meta-networking/recipes-connectivity/samba/samba/source3-wscript-disable-check-fcntl-RW_HINTS.patch) | 0 | ||||
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.14.4.bb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba/source3-wscript-disable-check-fcntl-RW_HINTS.patch b/meta-networking/recipes-connectivity/samba/samba/0009-source3-wscript-disable-check-fcntl-RW_HINTS.patch index a0b751034..a0b751034 100644 --- a/meta-networking/recipes-connectivity/samba/samba/source3-wscript-disable-check-fcntl-RW_HINTS.patch +++ b/meta-networking/recipes-connectivity/samba/samba/0009-source3-wscript-disable-check-fcntl-RW_HINTS.patch | |||
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.4.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.4.bb index 2e0bdceab..0e6f134c2 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.14.4.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.14.4.bb | |||
@@ -23,6 +23,7 @@ SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \ | |||
23 | file://0006-samba-defeat-iconv-test.patch \ | 23 | file://0006-samba-defeat-iconv-test.patch \ |
24 | file://0007-wscript_configure_system_gnutls-disable-check-gnutls.patch \ | 24 | file://0007-wscript_configure_system_gnutls-disable-check-gnutls.patch \ |
25 | file://0008-source3-wscript-disable-check-fcntl-F_OWNER_EX.patch \ | 25 | file://0008-source3-wscript-disable-check-fcntl-F_OWNER_EX.patch \ |
26 | file://0009-source3-wscript-disable-check-fcntl-RW_HINTS.patch \ | ||
26 | " | 27 | " |
27 | 28 | ||
28 | SRC_URI_append_libc-musl = " \ | 29 | SRC_URI_append_libc-musl = " \ |
@@ -31,7 +32,6 @@ SRC_URI_append_libc-musl = " \ | |||
31 | file://samba-4.3.9-remove-getpwent_r.patch \ | 32 | file://samba-4.3.9-remove-getpwent_r.patch \ |
32 | file://cmocka-uintptr_t.patch \ | 33 | file://cmocka-uintptr_t.patch \ |
33 | file://samba-fix-musl-lib-without-innetgr.patch \ | 34 | file://samba-fix-musl-lib-without-innetgr.patch \ |
34 | file://source3-wscript-disable-check-fcntl-RW_HINTS.patch \ | ||
35 | " | 35 | " |
36 | 36 | ||
37 | SRC_URI[md5sum] = "171629ad42b4b303107e8b0fff942a1f" | 37 | SRC_URI[md5sum] = "171629ad42b4b303107e8b0fff942a1f" |