From 6c7c0905a81f9e34d7203eacf43cdeefd6863279 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 12 Oct 2021 22:29:33 +0800 Subject: 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 --- .../openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0387.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" inherit cmake dos2unix -DEPENDS = "ndctl" +DEPENDS = "ndctl pkgconfig-native" EXTRA_OECMAKE = "-DRELEASE=ON" -- cgit v1.2.3-54-g00ecf