summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/ndctl/ndctl_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/ndctl/ndctl_git.bb b/meta-oe/recipes-core/ndctl/ndctl_git.bb
index b20915f20..048f166fc 100644
--- a/meta-oe/recipes-core/ndctl/ndctl_git.bb
+++ b/meta-oe/recipes-core/ndctl/ndctl_git.bb
@@ -21,6 +21,9 @@ S = "${WORKDIR}/git"
21 21
22EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs" 22EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs"
23 23
24PACKAGECONFIG ??= ""
25PACKAGECONFIG[systemd] = "--with-systemd-unit-dir=${systemd_system_unitdir}, --without-systemd-unit-dir,"
26
24do_configure_prepend() { 27do_configure_prepend() {
25 ${S}/autogen.sh 28 ${S}/autogen.sh
26} 29}