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>
This commit is contained in:
Khem Raj
2021-09-23 09:55:39 -07:00
parent 5f6d7efa5e
commit 280116e7bc
@@ -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 \