summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-22 21:26:34 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:36 -0700
commit3a0fb097ab9c8f87e1bf013d93732621b01bbf4c (patch)
tree9619407f3fb32ef6a284430e134d0677934a9291
parentda7ffddcf76015e662631e72c21e71cf241d8dea (diff)
downloadmeta-openembedded-3a0fb097ab9c8f87e1bf013d93732621b01bbf4c.tar.gz
samba: Inherit pkgconfig
Fixes Checking for program 'pkg-config' : not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/samba/samba_4.14.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.7.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.7.bb
index 68a3f97af5..47fcd3a00e 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.14.7.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.14.7.bb
@@ -39,7 +39,7 @@ SRC_URI[sha256sum] = "6f50353f9602aa20245eb18ceb00e7e5ec793df0974aebd5254c38f16d
39 39
40UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.14(\.\d+)+).tar.gz" 40UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.14(\.\d+)+).tar.gz"
41 41
42inherit systemd waf-samba cpan-base perlnative update-rc.d perl-version 42inherit systemd waf-samba cpan-base perlnative update-rc.d perl-version pkgconfig
43 43
44# CVE-2011-2411 is valnerble only on HP NonStop Servers. 44# CVE-2011-2411 is valnerble only on HP NonStop Servers.
45CVE_CHECK_WHITELIST += "CVE-2011-2411" 45CVE_CHECK_WHITELIST += "CVE-2011-2411"