pfr-manager: inherit pkgconfig

pkgconfig is required to build pfr-manager, so inherit it.

Change-Id: Ia70a9341766ebe8dfa423930670ee7cb6ee32561
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/meta-intel-openbmc/meta-common/recipes-intel/pfr/pfr-manager_git.bb b/meta-intel-openbmc/meta-common/recipes-intel/pfr/pfr-manager_git.bb
index 2aa3f3e..78a2908 100644
--- a/meta-intel-openbmc/meta-common/recipes-intel/pfr/pfr-manager_git.bb
+++ b/meta-intel-openbmc/meta-common/recipes-intel/pfr/pfr-manager_git.bb
@@ -3,7 +3,7 @@
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
-inherit cmake systemd
+inherit cmake systemd pkgconfig
 
 SRC_URI = "git://github.com/openbmc/pfr-manager;branch=master;protocol=https"