From 280116e7bc9a38928cd9448211ccaacc5893c8da Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 23 Sep 2021 09:55:39 -0700 Subject: rdma-core: Inherit pkgconfig fixes CMake Error at /home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/rdma-core/36.0-r0/recipe-sysroot-native/usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message): | Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj --- meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb index 097144d356..bcb6c0e101 100644 --- a/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb +++ b/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb @@ -26,7 +26,7 @@ FILES_SOLIBSDEV = "" FILES:${PN} += "${libdir}/*" INSANE_SKIP:${PN} += "dev-so" -inherit cmake cpan-base python3native systemd +inherit cmake cpan-base pkgconfig python3native systemd SYSTEMD_SERVICE:${PN} = " \ srp_daemon.service \ -- cgit 1.2.3-korg