mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user