summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-03-11 09:25:20 +0800
committerKhem Raj <raj.khem@gmail.com>2024-03-10 21:54:07 -0700
commitfec5747a4c5edc35d842dfaea7c4fca0f7c46866 (patch)
tree837bc0d04877f3c4bc5b515a4501f08f83e05f52 /meta-networking
parent4aa939bfe9ca42bd6ad92a1340dbf0e98dcc6ff4 (diff)
downloadmeta-openembedded-fec5747a4c5edc35d842dfaea7c4fca0f7c46866.tar.gz
samba: upgrade 4.19.4 -> 4.19.5
Release Notes: https://www.samba.org/samba/history/samba-4.19.5.html Specify --pythondir to fix do_package_qa QA Issue: WARNING: samba-4.19.5-r0 do_package_qa: QA Issue: File /usr/lib/libsamba-util.so.0.0.1 in package libsamba-util contains reference to TMPDIR [buildpaths] 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.5.bb (renamed from meta-networking/recipes-connectivity/samba/samba_4.19.4.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.19.4.bb b/meta-networking/recipes-connectivity/samba/samba_4.19.5.bb
index 9e02afd0f..f5ef86dd4 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.19.4.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.19.5.bb
@@ -31,7 +31,7 @@ SRC_URI:append:libc-musl = " \
31 file://samba-4.3.9-remove-getpwent_r.patch \ 31 file://samba-4.3.9-remove-getpwent_r.patch \
32 " 32 "
33 33
34SRC_URI[sha256sum] = "4026d93b866db198c8ca1685b0f5d52793f65c6e63cb364163af661fdff0968c" 34SRC_URI[sha256sum] = "0e2405b4cec29d0459621f4340a1a74af771ec7cffedff43250cad7f1f87605e"
35 35
36UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.19(\.\d+)+).tar.gz" 36UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.19(\.\d+)+).tar.gz"
37 37
@@ -122,6 +122,7 @@ EXTRA_OECONF += "--enable-fhs \
122 --with-profiling-data \ 122 --with-profiling-data \
123 --with-libiconv=${STAGING_DIR_HOST}${prefix} \ 123 --with-libiconv=${STAGING_DIR_HOST}${prefix} \
124 --with-pam --with-pammodulesdir=${base_libdir}/security \ 124 --with-pam --with-pammodulesdir=${base_libdir}/security \
125 --pythondir=${PYTHON_SITEPACKAGES_DIR} \
125 " 126 "
126 127
127LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" 128LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"