summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/ndctl/ndctl_51.bb
blob: 5f57292d83fd5d16a6d683b272ec99b0a956f17f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "Utility library for managing the libnvdimm"
DESCRIPTION = "Utility library for managing the libnvdimm \
(non-volatile memory device) sub-system in the Linux kernel."

LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08"

inherit pkgconfig autotools

DEPENDS += "kmod udev json-c util-linux"

SRC_URI = "https://github.com/pmem/ndctl/archive/v51.tar.gz"
SRC_URI[md5sum] = "28d3d0e082a151faaab6dfe5b8fa4bb5"
SRC_URI[sha256sum] = "af113605584217e504dd60b97d04ecc80b2e4aaff2f6e515192c23111dcf3b76"

EXTRA_OECONF += "--enable-logging --enable-debug --enable-local"

B = "${S}"

do_configure_prepend() {
	cd ${S}
	./autogen.sh
}