diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-11 15:24:29 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-15 08:20:06 -0700 |
commit | fad9dec084f74dce1e12e1a6f70584367d854847 (patch) | |
tree | 6d9ec1ae67a4b85c2a2cefc97db5c5a2bd4047d2 /meta-webserver/recipes-httpd | |
parent | dc344220372d35c1ef6db8b61aa2492dfd6e6864 (diff) | |
download | meta-openembedded-fad9dec084f74dce1e12e1a6f70584367d854847.tar.gz |
nostromo: Add dep on virtual/crypt
glibc 2.28+ this library is not part of libc package
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd')
-rw-r--r-- | meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
16 | 16 | ||
17 | TARGET_CC_ARCH += "${LDFLAGS}" | 17 | TARGET_CC_ARCH += "${LDFLAGS}" |
18 | 18 | ||
19 | DEPENDS = "openssl groff-native base-passwd" | 19 | DEPENDS = "openssl groff-native base-passwd virtual/crypt" |
20 | 20 | ||
21 | inherit update-rc.d | 21 | inherit update-rc.d |
22 | 22 | ||