diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-09-23 09:55:39 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:36 -0700 |
| commit | 280116e7bc9a38928cd9448211ccaacc5893c8da (patch) | |
| tree | a5f6183a42513874a9935b7d24649cbf9c2b9b3e | |
| parent | 5f6d7efa5eb5da0111a73cf3f4bc0b935311d744 (diff) | |
| download | meta-openembedded-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.bb | 2 |
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 = "" | |||
| 26 | FILES:${PN} += "${libdir}/*" | 26 | FILES:${PN} += "${libdir}/*" |
| 27 | INSANE_SKIP:${PN} += "dev-so" | 27 | INSANE_SKIP:${PN} += "dev-so" |
| 28 | 28 | ||
| 29 | inherit cmake cpan-base python3native systemd | 29 | inherit cmake cpan-base pkgconfig python3native systemd |
| 30 | 30 | ||
| 31 | SYSTEMD_SERVICE:${PN} = " \ | 31 | SYSTEMD_SERVICE:${PN} = " \ |
| 32 | srp_daemon.service \ | 32 | srp_daemon.service \ |
