mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
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>
This commit is contained in:
parent
66fd2a9e04
commit
43b089317b
|
|
@ -7,7 +7,7 @@ HOMEPAGE = "http://www.tcsh.org/"
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://Copyright;md5=575cf2715c3bf894e1f79aec1d4eaaf5"
|
LIC_FILES_CHKSUM = "file://Copyright;md5=575cf2715c3bf894e1f79aec1d4eaaf5"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
DEPENDS = "ncurses gettext-native"
|
DEPENDS = "ncurses virtual/crypt gettext-native"
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/${BP}.tar.gz \
|
http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/${BP}.tar.gz \
|
||||||
file://0001-Enable-system-malloc-on-all-linux.patch \
|
file://0001-Enable-system-malloc-on-all-linux.patch \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user