[oe] [meta-oe][PATCH 16/21] tcsh: Add dep on virtual/crypt

Khem Raj raj.khem at gmail.com
Mon Aug 13 08:17:37 UTC 2018


libcrypt is now a separate package starting glibc 2.28+

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-shells/tcsh/tcsh_6.20.00.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.20.00.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.20.00.bb
index b59d88f5de..c171963c2f 100644
--- a/meta-oe/recipes-shells/tcsh/tcsh_6.20.00.bb
+++ b/meta-oe/recipes-shells/tcsh/tcsh_6.20.00.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.tcsh.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://Copyright;md5=575cf2715c3bf894e1f79aec1d4eaaf5"
 SECTION = "base"
-DEPENDS = "ncurses gettext-native"
+DEPENDS = "ncurses virtual/crypt gettext-native"
 SRC_URI = " \
     http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/${BP}.tar.gz \
     file://0001-Enable-system-malloc-on-all-linux.patch \
-- 
2.18.0




More information about the Openembedded-devel mailing list