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 <[email protected]> --- .../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" -- 2.31.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7298): https://lists.yoctoproject.org/g/meta-intel/message/7298 Mute This Topic: https://lists.yoctoproject.org/mt/86264261/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
