diff --git a/meta-oe/recipes-core/ndctl/ndctl_git.bb b/meta-oe/recipes-core/ndctl/ndctl_git.bb index b20915f20f..048f166fcd 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" EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs" +PACKAGECONFIG ??= "" +PACKAGECONFIG[systemd] = "--with-systemd-unit-dir=${systemd_system_unitdir}, --without-systemd-unit-dir," + do_configure_prepend() { ${S}/autogen.sh }