diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-11 19:15:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-15 08:20:06 -0700 |
commit | 43b089317ba1f947eeabd507587b803bcb0f6b77 (patch) | |
tree | 5115a72e121a9f2e1e6281279e785da4b8dcc72e | |
parent | 66fd2a9e041e0ec94dd46a14e0a479b1ade67886 (diff) | |
download | meta-openembedded-43b089317ba1f947eeabd507587b803bcb0f6b77.tar.gz |
tcsh: Add dep on virtual/crypt
libcrypt is now a separate package starting glibc 2.28+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-shells/tcsh/tcsh_6.20.00.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 b59d88f5d..c171963c2 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/" | |||
7 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause" |
8 | LIC_FILES_CHKSUM = "file://Copyright;md5=575cf2715c3bf894e1f79aec1d4eaaf5" | 8 | LIC_FILES_CHKSUM = "file://Copyright;md5=575cf2715c3bf894e1f79aec1d4eaaf5" |
9 | SECTION = "base" | 9 | SECTION = "base" |
10 | DEPENDS = "ncurses gettext-native" | 10 | DEPENDS = "ncurses virtual/crypt gettext-native" |
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/${BP}.tar.gz \ | 12 | http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/${BP}.tar.gz \ |
13 | file://0001-Enable-system-malloc-on-all-linux.patch \ | 13 | file://0001-Enable-system-malloc-on-all-linux.patch \ |