summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/ndctl/ndctl_v63.bb (renamed from meta-oe/recipes-core/ndctl/ndctl_git.bb)9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/ndctl/ndctl_git.bb b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
index b20915f20..17f340592 100644
--- a/meta-oe/recipes-core/ndctl/ndctl_git.bb
+++ b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
@@ -10,21 +10,20 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08"
10 10
11inherit autotools-brokensep pkgconfig module-base bash-completion systemd 11inherit autotools-brokensep pkgconfig module-base bash-completion systemd
12 12
13# v62 13SRCREV = "cb2d678dd6d286dd96d31548c32449a8b883ae32"
14SRCREV = "11f560f4048c1d38b7011a49566871a1e8a07c94"
15SRC_URI = "git://github.com/pmem/ndctl.git" 14SRC_URI = "git://github.com/pmem/ndctl.git"
16 15
17DEPENDS = "virtual/kernel kmod udev json-c" 16DEPENDS = "virtual/kernel kmod udev json-c"
18 17
19PV = "v62+git${SRCPV}"
20S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
21 19
22EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs" 20EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs"
23 21
22PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
23PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd"
24
24do_configure_prepend() { 25do_configure_prepend() {
25 ${S}/autogen.sh 26 ${S}/autogen.sh
26} 27}
27 28
28SYSTEMD_SERVICE_${PN} = "ndctl-monitor.service" 29SYSTEMD_SERVICE_${PN} = "ndctl-monitor.service"
29
30COMPATIBLE_HOST='(x86_64).*'