yp-tools: Add dep on virtual/crypt

needed with glibc 2.28+ where crypt has moved into
independent recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Khem Raj 2018-08-13 01:17:27 -07:00 committed by Joe MacDonald
parent 15900eed2d
commit 9fee5a594b

View File

@ -20,7 +20,7 @@ SRC_URI = "git://github.com/thkukuk/yp-tools \
S = "${WORKDIR}/git"
DEPENDS = "libtirpc libnsl2"
DEPENDS = "libtirpc libnsl2 virtual/crypt"
inherit autotools systemd
SYSTEMD_SERVICE_${PN} = "domainname.service"