summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-02-26 07:24:41 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-26 08:30:56 -0800
commit76025e27446ab7b9b83677dff94e26468271677e (patch)
treec90898ea2fef18d27d5c9c8ac2861d76bd003e82
parentc93caf7c3f895cd82562958ed7cfd8ce4cace93b (diff)
downloadmeta-openembedded-76025e27446ab7b9b83677dff94e26468271677e.tar.gz
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>
-rw-r--r--meta-oe/recipes-extended/pmdk/pmdk_2.1.1.bb (renamed from meta-oe/recipes-extended/pmdk/pmdk_2.1.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/pmdk/pmdk_2.1.0.bb b/meta-oe/recipes-extended/pmdk/pmdk_2.1.1.bb
index 100ff4200c..1bafad96b9 100644
--- a/meta-oe/recipes-extended/pmdk/pmdk_2.1.0.bb
+++ b/meta-oe/recipes-extended/pmdk/pmdk_2.1.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Persistent Memory Development Kit"
3HOMEPAGE = "http://pmem.io" 3HOMEPAGE = "http://pmem.io"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=b44ee63f162f9cdb18fff1224877aafd" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3e2f50552a27ca99772f3d884f98560b"
7DEPENDS = "ndctl cmake-native" 7DEPENDS = "ndctl cmake-native"
8 8
9# Required to have the fts.h header for musl 9# Required to have the fts.h header for musl
@@ -12,7 +12,7 @@ DEPENDS:append:libc-musl = " fts"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14SRC_URI = "git://github.com/pmem/pmdk.git;branch=master;protocol=https" 14SRC_URI = "git://github.com/pmem/pmdk.git;branch=master;protocol=https"
15SRCREV = "5705fdffa755d00b4dbb4d6c30eb49671436f961" 15SRCREV = "0f0ab391d8e3db52f745f33c92b9d9a462bb3695"
16 16
17inherit autotools-brokensep pkgconfig 17inherit autotools-brokensep pkgconfig
18 18