diff options
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.10.18.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.10.18.bb b/meta-networking/recipes-connectivity/samba/samba_4.10.18.bb index 1a982368ec..d7b5864715 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.10.18.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.10.18.bb | |||
@@ -44,6 +44,10 @@ SRC_URI[sha256sum] = "7dcfc2aaaac565b959068788e6a43fc79ce2a03e7d523f5843f7a9fddf | |||
44 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.10(\.\d+)+).tar.gz" | 44 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.10(\.\d+)+).tar.gz" |
45 | 45 | ||
46 | inherit systemd waf-samba cpan-base perlnative update-rc.d | 46 | inherit systemd waf-samba cpan-base perlnative update-rc.d |
47 | |||
48 | # CVE-2011-2411 is valnerble only on HP NonStop Servers. | ||
49 | CVE_CHECK_WHITELIST += "CVE-2011-2411" | ||
50 | |||
47 | # remove default added RDEPENDS on perl | 51 | # remove default added RDEPENDS on perl |
48 | RDEPENDS_${PN}_remove = "perl" | 52 | RDEPENDS_${PN}_remove = "perl" |
49 | 53 | ||