aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-06-04 15:29:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-04 15:29:06 +0000
commitd8cd563e5d97f016a4592794374598292bcbcfc4 (patch)
tree0fb8522c837d93317798fa3b9c5d52380f50ddd8 /packages/mc
parentfd20b78f0215098dea16c536e056f2c977bfd35d (diff)
downloadopenembedded-d8cd563e5d97f016a4592794374598292bcbcfc4.tar.gz
mc: we use ncurses - so let it be set (to not fetch slang)
Diffstat (limited to 'packages/mc')
-rw-r--r--packages/mc/mc_4.6.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/mc/mc_4.6.0.bb b/packages/mc/mc_4.6.0.bb
index 6636c6747d..74d5d8d191 100644
--- a/packages/mc/mc_4.6.0.bb
+++ b/packages/mc/mc_4.6.0.bb
@@ -6,13 +6,14 @@ SECTION = "console/utils"
PRIORITY = "optional"
DEPENDS = "ncurses glib-2.0"
RDEPENDS = "ncurses-terminfo"
+PR ="r1"
SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-${PV}.tar.gz"
inherit autotools
EXTRA_OECONF = "--disable-glibtest --without-x --without-samba \
---without-nfs --without-gpm-mouse"
+--without-nfs --without-gpm-mouse --with-screen=ncurses"
do_configure() {
gnu-configize