From 3a0fb097ab9c8f87e1bf013d93732621b01bbf4c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Sep 2021 21:26:34 -0700 Subject: samba: Inherit pkgconfig Fixes Checking for program 'pkg-config' : not found Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/samba/samba_4.14.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 UPSTREAM_CHECK_REGEX = "samba\-(?P4\.14(\.\d+)+).tar.gz" -inherit systemd waf-samba cpan-base perlnative update-rc.d perl-version +inherit systemd waf-samba cpan-base perlnative update-rc.d perl-version pkgconfig # CVE-2011-2411 is valnerble only on HP NonStop Servers. CVE_CHECK_WHITELIST += "CVE-2011-2411" -- cgit v1.2.3-54-g00ecf