summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/ndctl/ndctl_v63.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/ndctl/ndctl_v63.bb')
-rw-r--r--meta-oe/recipes-core/ndctl/ndctl_v63.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v63.bb b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
index 1f3abf514..61e53029b 100644
--- a/meta-oe/recipes-core/ndctl/ndctl_v63.bb
+++ b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
@@ -19,6 +19,9 @@ S = "${WORKDIR}/git"
19 19
20EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs" 20EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs"
21 21
22# Depends on MACHINE_ARCH kernel
23PACKAGE_ARCH = "${MACHINE_ARCH}"
24
22PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" 25PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
23PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd" 26PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd"
24 27