diff options
-rw-r--r-- | meta-networking/recipes-support/nis/yp-tools_4.2.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb b/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb index 4e27e32d48..bb401666c6 100644 --- a/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb +++ b/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "git://github.com/thkukuk/yp-tools \ | |||
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | DEPENDS = "libtirpc libnsl2" | 23 | DEPENDS = "libtirpc libnsl2 virtual/crypt" |
24 | 24 | ||
25 | inherit autotools systemd | 25 | inherit autotools systemd |
26 | SYSTEMD_SERVICE_${PN} = "domainname.service" | 26 | SYSTEMD_SERVICE_${PN} = "domainname.service" |