summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-10-12 22:29:33 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-10-12 23:05:03 +0800
commit6c7c0905a81f9e34d7203eacf43cdeefd6863279 (patch)
tree9843cb62d201a47c11354d3117b095160e6e8835
parent3cb5e468fb2f04cfab3a7304ad804bbb59eded64 (diff)
downloadmeta-intel-6c7c0905a81f9e34d7203eacf43cdeefd6863279.tar.gz
ipmctl: add DEPENDS on pkgconfig-native
Since oe-core commit 8e26252b45b (layer.conf: Extend recipes not to install without explict dependencies), some dependencies now need to be explicit. ipmctl needs pkgconfig-native so add it to DEPENDS. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0387.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0387.bb b/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0387.bb
index 411c45ad..251cd135 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0387.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0387.bb
@@ -28,7 +28,7 @@ S = "${WORKDIR}/git"
28 28
29inherit cmake dos2unix 29inherit cmake dos2unix
30 30
31DEPENDS = "ndctl" 31DEPENDS = "ndctl pkgconfig-native"
32 32
33EXTRA_OECMAKE = "-DRELEASE=ON" 33EXTRA_OECMAKE = "-DRELEASE=ON"
34 34