mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
tcsh: Depend on ncurses.
This fixes the compile errors seen when building tcsh from scratch. Its not seen with image builds normally since ncurses is already built due to other image dependencies Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
4f2ae6f5bd
commit
75c615d7ec
|
|
@ -7,7 +7,7 @@ HOMEPAGE = "http://www.tcsh.org/"
|
|||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://Copyright;md5=1cf29be62df2be1a3763118b25b4c780"
|
||||
SECTION = "base"
|
||||
|
||||
DEPENDS = "ncurses"
|
||||
SRC_URI = " \
|
||||
${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}.orig.tar.gz;name=tarball \
|
||||
${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}-2.diff.gz;name=diffs \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user