commit | 047e5c14cc579804235aba2fccae4ea034cb4cd0 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Wed Jul 06 13:59:31 2022 -0700 |
committer | Jason Bills <jason.m.bills@linux.intel.com> | Tue Feb 27 20:04:40 2024 +0000 |
tree | 3fa68347a956c621aa8721db7b4d8e7a914b3492 | |
parent | 3a25b62245228ceac748a3be53345c7b3352b9d2 [diff] [blame] |
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"