diff options
| author | Jason M. Bills <jason.m.bills@linux.intel.com> | 2022-07-06 23:59:31 +0300 |
|---|---|---|
| committer | Jason Bills <jason.m.bills@linux.intel.com> | 2024-02-27 23:04:40 +0300 |
| commit | 047e5c14cc579804235aba2fccae4ea034cb4cd0 (patch) | |
| tree | 3fa68347a956c621aa8721db7b4d8e7a914b3492 | |
| parent | 3a25b62245228ceac748a3be53345c7b3352b9d2 (diff) | |
| download | openbmc-047e5c14cc579804235aba2fccae4ea034cb4cd0.tar.xz | |
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>
| -rw-r--r-- | meta-intel-openbmc/meta-common/recipes-intel/pfr/pfr-manager_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 2aa3f3e7bf..78a2908dd5 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 @@ DESCRIPTION = "Daemon to handle all PFR functionalities" 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" |
