summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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