diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2023-03-14 19:23:08 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-14 07:42:47 -0700 |
commit | 9818ed0ab7be65bf6f219467e22e06c0a1b74709 (patch) | |
tree | 475d42f9712fec1febedf5c2b2afb4f756d96d55 /meta-networking/recipes-connectivity/samba | |
parent | 8577ba2ee0d9275214df5240cc6fd0e361fdbad6 (diff) | |
download | meta-openembedded-9818ed0ab7be65bf6f219467e22e06c0a1b74709.tar.gz |
samba: upgrade 4.17.5 -> 4.18.0
Release Notes:
https://www.samba.org/samba/history/samba-4.18.0.html
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_4.18.0.bb (renamed from meta-networking/recipes-connectivity/samba/samba_4.17.5.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.17.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.18.0.bb index 1548ffadc..d29c1959e 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.17.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.18.0.bb | |||
@@ -32,9 +32,9 @@ SRC_URI:append:libc-musl = " \ | |||
32 | file://cmocka-uintptr_t.patch \ | 32 | file://cmocka-uintptr_t.patch \ |
33 | " | 33 | " |
34 | 34 | ||
35 | SRC_URI[sha256sum] = "ebb7880d474ffc09d73b5fc77bcbd657f6235910337331a9c24d7f69ca11442b" | 35 | SRC_URI[sha256sum] = "70348656ef807be9c8be4465ca157cef4d99818e234253d2c684cc18b8408149" |
36 | 36 | ||
37 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.17(\.\d+)+).tar.gz" | 37 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.18(\.\d+)+).tar.gz" |
38 | 38 | ||
39 | inherit systemd waf-samba cpan-base perlnative update-rc.d perl-version pkgconfig | 39 | inherit systemd waf-samba cpan-base perlnative update-rc.d perl-version pkgconfig |
40 | 40 | ||
@@ -210,8 +210,8 @@ do_install:append() { | |||
210 | fi | 210 | fi |
211 | 211 | ||
212 | oe_runmake -C ${S}/pidl DESTDIR=${D} install_vendor | 212 | oe_runmake -C ${S}/pidl DESTDIR=${D} install_vendor |
213 | find ${D}${libdir}/ -type f -name "perllocal.pod" | xargs rm -f | 213 | find ${D}${libdir}/perl5/ -type f -name "perllocal.pod" -delete |
214 | rm -rf ${D}${libdir}/perl5/vendor_perl/${PERLVERSION}/${BUILD_SYS}/auto/Parse/Pidl/.packlist | 214 | find ${D}${libdir}/perl5/ -type f -name ".packlist" -delete |
215 | sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${bindir}/pidl | 215 | sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${bindir}/pidl |
216 | } | 216 | } |
217 | 217 | ||
@@ -329,12 +329,12 @@ FILES:smbclient = "${bindir}/cifsdd \ | |||
329 | ${bindir}/smbspool \ | 329 | ${bindir}/smbspool \ |
330 | ${bindir}/smbtar \ | 330 | ${bindir}/smbtar \ |
331 | ${bindir}/smbtree \ | 331 | ${bindir}/smbtree \ |
332 | ${libdir}/samba/smbspool_krb5_wrapper" | 332 | ${libexecdir}/samba/smbspool_krb5_wrapper" |
333 | 333 | ||
334 | FILES:${PN}-pidl = "${bindir}/pidl \ | 334 | FILES:${PN}-pidl = "${bindir}/pidl \ |
335 | ${libdir}/perl5 \ | 335 | ${libdir}/perl5 \ |
336 | " | 336 | " |
337 | RDEPENDS:${PN}-pidl:append = " perl libparse-yapp-perl" | 337 | RDEPENDS:${PN}-pidl += "perl perl-modules libparse-yapp-perl" |
338 | 338 | ||
339 | RDEPENDS:${PN}-client = "\ | 339 | RDEPENDS:${PN}-client = "\ |
340 | smbclient \ | 340 | smbclient \ |