From fad9dec084f74dce1e12e1a6f70584367d854847 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 11 Aug 2018 15:24:29 -0700 Subject: nostromo: Add dep on virtual/crypt glibc 2.28+ this library is not part of libc package Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb index 16f45ce666..a6b1ff0fc6 100644 --- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb +++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb @@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "541494ecfeafec58c0876ccc90cc23b06e0144f6f42029af44c7cdb1f4 TARGET_CC_ARCH += "${LDFLAGS}" -DEPENDS = "openssl groff-native base-passwd" +DEPENDS = "openssl groff-native base-passwd virtual/crypt" inherit update-rc.d -- cgit 1.2.3-korg