diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 12:10:48 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 12:10:48 +0100 |
| commit | 3073a732141c9b4f2621025ad946c39090834e79 (patch) | |
| tree | d37ac68a573c9ba24a99fccd7bda7f8a7abafb3b | |
| parent | c9076342fc24d63b60a138ff79d2347fb9089b13 (diff) | |
| download | poky-3073a732141c9b4f2621025ad946c39090834e79.tar.gz | |
mc: 4.6.0 -> 4.7.3 with significant recipe cleanups and updates
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta-extras/packages/mc/mc_4.6.0.bb | 32 | ||||
| -rw-r--r-- | meta-extras/packages/mc/mc_4.7.3.bb | 12 |
2 files changed, 12 insertions, 32 deletions
diff --git a/meta-extras/packages/mc/mc_4.6.0.bb b/meta-extras/packages/mc/mc_4.6.0.bb deleted file mode 100644 index 6636c6747d..0000000000 --- a/meta-extras/packages/mc/mc_4.6.0.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | DESCRIPTION = "GNU Midnight Commander is a file \ | ||
| 2 | manager for free operating systems." | ||
| 3 | HOMEPAGE = "http://www.ibiblio.org/mc/" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | SECTION = "console/utils" | ||
| 6 | PRIORITY = "optional" | ||
| 7 | DEPENDS = "ncurses glib-2.0" | ||
| 8 | RDEPENDS = "ncurses-terminfo" | ||
| 9 | |||
| 10 | SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-${PV}.tar.gz" | ||
| 11 | |||
| 12 | inherit autotools | ||
| 13 | |||
| 14 | EXTRA_OECONF = "--disable-glibtest --without-x --without-samba \ | ||
| 15 | --without-nfs --without-gpm-mouse" | ||
| 16 | |||
| 17 | do_configure() { | ||
| 18 | gnu-configize | ||
| 19 | oe_runconf | ||
| 20 | } | ||
| 21 | |||
| 22 | do_install() { | ||
| 23 | cd src | ||
| 24 | oe_runmake 'DESTDIR=${D}' install | ||
| 25 | cd ../syntax | ||
| 26 | oe_runmake 'DESTDIR=${D}' install | ||
| 27 | cd ../po | ||
| 28 | oe_runmake 'DESTDIR=${D}' install | ||
| 29 | cd ../vfs | ||
| 30 | oe_runmake 'DESTDIR=${D}' install | ||
| 31 | cd .. | ||
| 32 | } | ||
diff --git a/meta-extras/packages/mc/mc_4.7.3.bb b/meta-extras/packages/mc/mc_4.7.3.bb new file mode 100644 index 0000000000..509fe3759d --- /dev/null +++ b/meta-extras/packages/mc/mc_4.7.3.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "Midnight Commander is an ncurses based file manager." | ||
| 2 | HOMEPAGE = "http://www.midnight-commander.org/" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | SECTION = "console/utils" | ||
| 5 | DEPENDS = "ncurses glib-2.0" | ||
| 6 | RDEPENDS = "ncurses-terminfo" | ||
| 7 | |||
| 8 | SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" | ||
| 9 | |||
| 10 | inherit autotools gettext | ||
| 11 | |||
| 12 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" | ||
