mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
rdma-core: Upgrade to 35.0
Native python is being probed on some builds Fixes recipe-sysroot-native/usr/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.8") Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ DEPENDS = "libnl"
|
||||
RDEPENDS_${PN} = "bash perl"
|
||||
|
||||
SRC_URI = "git://github.com/linux-rdma/rdma-core.git"
|
||||
SRCREV = "e66ca0832e58dafac7af7ad9e6799eaef438061a"
|
||||
SRCREV = "e29a698e99028e9a092bb00c03ee4bfa31ae0cf3"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
#Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md
|
||||
@@ -26,7 +26,7 @@ FILES_SOLIBSDEV = ""
|
||||
FILES_${PN} += "${libdir}/*"
|
||||
INSANE_SKIP_${PN} += "dev-so"
|
||||
|
||||
inherit cmake cpan-base systemd
|
||||
inherit cmake cpan-base python3native systemd
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = " \
|
||||
srp_daemon.service \
|
||||
Reference in New Issue
Block a user