aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mc
AgeCommit message (Collapse)Author
2014-03-05mc: Add 'inherit pkgconfig'Mark Asselstine
mc's configure script uses pkg-config so we should 'inherit pgkconfig' to ensure the sysroot is properly populated. Currently we are lucky as mc DEPENDS on glib-2.0 which inherits pkgconfig but we should not rely on this dependency chain. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton
A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-05mc: upgrade to 4.8.10Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-07-15mc: upgrade to 4.8.9Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-07-05mc: Don't remove libdir and split helpers into packagesSaul Wold
It contains helper programs that are needed to make mc do the right actions for the various file formats it understands. The helpers are perl, python and shell scripts, split them out so the core mc does not try to pull in perl and python, it will still run without these helpers. [YOCTO #4432] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-05-24mc: Update to 4.8.8Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-01-28mc: Update to 4.8.7Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-11-21mc: Update to 4.8.6Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-08-24mc: upgrade to 4.8.4Andrei Dinu
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
2012-05-03mc: Update to 4.8.3Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-14PR bump for all recipes that DEPEND on ncursesScott Garman
The packaging changes to ncurses could break package feeds, so bump the PR on everythong that DEPENDS on ncurses. Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-06mc: remove not needed fix for automake 1.11.2Nitin A Kamble
The pkglibexec_SCRIPTS pair is valid. the 1.11.2 introduced an bug to make it invalid. Now the automake 1.11.2 recipe is fixed, so no need for this fix for mc recipe. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-04mc: fix configure with automake 1.11.2Dexuan Cui
As Nitin said, "automake version 1.11.2 has made use of dir variables more strict, the pkglibexec var can not have SCRIPTS suffix. Using pkgdata instead." Fixes this error: | contrib/Makefile.am:10: `pkglibexecdir' is not a legitimate directory for `SCRIPTS' | autoreconf: automake failed with exit status: 1 NOTE: package mc-4.8.1-r0: task do_configure: Failed Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-21mc: Add version 4.8.1 now GPLv3Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-09-28mc: Ensure perl scripts reference the correct perlRichard Purdie
Without this change the perl path from the build system is used. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-23mc: Add missing debug files to -dbgMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-01mc: update to 4.7.5.2Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08mc: update to version 4.7.5.1Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-14Update SRC_URIs to use BPN instead of PNRichard Purdie
[YOCTO #860] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-30mc: update to 4.7.3Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-30RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-02mc:Add license checksum to bb fileMei Lei
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-09-30mc: add to extended, but not part of any imageSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>