mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 11:02:22 +02:00
mc: add to extended, but not part of any image
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
12
meta/recipes-extended/mc/mc_4.7.3.bb
Normal file
12
meta/recipes-extended/mc/mc_4.7.3.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
DESCRIPTION = "Midnight Commander is an ncurses based file manager."
|
||||
HOMEPAGE = "http://www.midnight-commander.org/"
|
||||
LICENSE = "GPLv2"
|
||||
SECTION = "console/utils"
|
||||
DEPENDS = "ncurses glib-2.0"
|
||||
RDEPENDS = "ncurses-terminfo"
|
||||
|
||||
SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba"
|
||||
Reference in New Issue
Block a user