summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb')
-rw-r--r--meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb b/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb
index b5851a959..126878f77 100644
--- a/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb
+++ b/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb
@@ -22,7 +22,7 @@ SYSTEMD_SERVICE_${PN} = "dnrd.service"
22SYSTEMD_AUTO_ENABLE = "disable" 22SYSTEMD_AUTO_ENABLE = "disable"
23 23
24inherit autotools 24inherit autotools
25inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} 25inherit ${@bb.utils.filter('VIRTUAL-RUNTIME_init_manager', 'systemd', d)}
26 26
27do_install() { 27do_install() {
28 oe_runmake install DESTDIR=${D} INSTALL="install -p" 28 oe_runmake install DESTDIR=${D} INSTALL="install -p"