[oe-commits] Khem Raj : tcsh: Depend on ncurses.

git at git.openembedded.org git at git.openembedded.org
Wed Mar 13 16:31:14 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 75c615d7ec3ad666a431d81fb4e5add271450f75
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=75c615d7ec3ad666a431d81fb4e5add271450f75

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Mar 10 09:04:03 2013 +0000

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 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb b/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
index d85fba8..bba89bf 100644
--- a/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
+++ b/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
@@ -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 \





More information about the Openembedded-commits mailing list