aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-23 09:55:39 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:36 -0700
commit280116e7bc9a38928cd9448211ccaacc5893c8da (patch)
treea5f6183a42513874a9935b7d24649cbf9c2b9b3e
parent5f6d7efa5eb5da0111a73cf3f4bc0b935311d744 (diff)
downloadmeta-openembedded-contrib-280116e7bc9a38928cd9448211ccaacc5893c8da.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb2
1 files changed, 1 insertions, 1 deletions
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 \