pmdk: upgrade 2.1.0 -> 2.1.1

License-Update:
 change LICENSE to LICENSE.txt
 Copyright year updated to 2025.
 fix license to follow SPDX format

Changelog:
===========
- remove non-Linux support from all compilation paths (OS_KERNEL_NAME)
- add an aarch64 cross-compilation (requested by DAOS)
- mute error messages when transactions are intentionally aborted
- mute error message "Cannot find any matching device, no bad blocks found" when PMDK is used without PMem

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2025-02-26 07:24:41 +08:00
committed by Khem Raj
parent c93caf7c3f
commit 76025e2744
@@ -3,7 +3,7 @@ DESCRIPTION = "Persistent Memory Development Kit"
HOMEPAGE = "http://pmem.io"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b44ee63f162f9cdb18fff1224877aafd"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3e2f50552a27ca99772f3d884f98560b"
DEPENDS = "ndctl cmake-native"
# Required to have the fts.h header for musl
@@ -12,7 +12,7 @@ DEPENDS:append:libc-musl = " fts"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/pmem/pmdk.git;branch=master;protocol=https"
SRCREV = "5705fdffa755d00b4dbb4d6c30eb49671436f961"
SRCREV = "0f0ab391d8e3db52f745f33c92b9d9a462bb3695"
inherit autotools-brokensep pkgconfig