[oe-commits] [meta-openembedded] 02/03: yp-tools: Add dep on virtual/crypt

git at git.openembedded.org git at git.openembedded.org
Mon Aug 13 19:54:11 UTC 2018


This is an automated email from the git hooks/post-receive script.

joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 9fee5a594bd7457deca732e57610cb7fb0c13fc6
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Aug 13 01:17:27 2018 -0700

    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 at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-support/nis/yp-tools_4.2.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 4e27e32..bb40166 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list