aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-13 01:17:27 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2018-08-13 14:29:11 -0400
commit9fee5a594bd7457deca732e57610cb7fb0c13fc6 (patch)
tree0af0dd2a291ad46f1e9367e22373431aa8ce3d07 /meta-networking/recipes-support
parent15900eed2d3723bd89663108ee32b07fb70baa44 (diff)
downloadmeta-openembedded-9fee5a594bd7457deca732e57610cb7fb0c13fc6.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/nis/yp-tools_4.2.3.bb2
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 \
S = "${WORKDIR}/git"
-DEPENDS = "libtirpc libnsl2"
+DEPENDS = "libtirpc libnsl2 virtual/crypt"
inherit autotools systemd
SYSTEMD_SERVICE_${PN} = "domainname.service"