diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-07-03 15:21:23 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-03 17:42:25 -0700 |
commit | 703aa8c1f93a564e644087dc599715792460f2d7 (patch) | |
tree | c9c276ef49fe4e3dd3a6fc7c6537f684f09b0062 /meta-networking | |
parent | ffc77e6ec2048ee956012ec0fabde29401a19b87 (diff) | |
download | meta-openembedded-703aa8c1f93a564e644087dc599715792460f2d7.tar.gz |
samba: upgrade 4.7.6 -> 4.7.8
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.7.8.bb (renamed from meta-networking/recipes-connectivity/samba/samba_4.7.6.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.7.6.bb b/meta-networking/recipes-connectivity/samba/samba_4.7.8.bb index ba2b7f2c6..593ff57be 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.7.6.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.7.8.bb | |||
@@ -30,8 +30,10 @@ SRC_URI_append_libc-musl = " \ | |||
30 | file://samba-4.3.9-remove-getpwent_r.patch \ | 30 | file://samba-4.3.9-remove-getpwent_r.patch \ |
31 | " | 31 | " |
32 | 32 | ||
33 | SRC_URI[md5sum] = "0253021a45c479cec1e135b004a0177a" | 33 | SRC_URI[md5sum] = "16b70fda54cf84521ed976a0856430cc" |
34 | SRC_URI[sha256sum] = "1eede30fc8ef6504e24602fb72b00baa0a7b73b59f16d25cb0771dc8c7c57d6e" | 34 | SRC_URI[sha256sum] = "ca6fca9d7e248bcaa55c54bdcc115eeed10660074da5c54a2b78dd3cccc604de" |
35 | |||
36 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.7(\.\d+)+).tar.gz" | ||
35 | 37 | ||
36 | inherit systemd waf-samba cpan-base perlnative update-rc.d | 38 | inherit systemd waf-samba cpan-base perlnative update-rc.d |
37 | # remove default added RDEPENDS on perl | 39 | # remove default added RDEPENDS on perl |