diff options
| author | Maxin B. John <maxin.john@intel.com> | 2017-05-08 11:11:22 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-18 14:01:47 +0100 |
| commit | 8bd2ad400d254f4b254740494f2fb067526fa750 (patch) | |
| tree | eda337b575a49e83f3be8054dd1443018f5c3f69 /meta/recipes-extended/mc/mc_4.8.18.bb | |
| parent | 3a392d7bde772f38c6b7478432cae8e067a5ed71 (diff) | |
| download | poky-8bd2ad400d254f4b254740494f2fb067526fa750.tar.gz | |
mc: upgrade to 4.8.19
(From OE-Core rev: 2d550e2460098e6c28aaead82ada35e180c64abf)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mc/mc_4.8.18.bb')
| -rw-r--r-- | meta/recipes-extended/mc/mc_4.8.18.bb | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/meta/recipes-extended/mc/mc_4.8.18.bb b/meta/recipes-extended/mc/mc_4.8.18.bb deleted file mode 100644 index 7a56d54482..0000000000 --- a/meta/recipes-extended/mc/mc_4.8.18.bb +++ /dev/null | |||
| @@ -1,49 +0,0 @@ | |||
| 1 | SUMMARY = "Midnight Commander is an ncurses based file manager" | ||
| 2 | HOMEPAGE = "http://www.midnight-commander.org/" | ||
| 3 | LICENSE = "GPLv3" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2" | ||
| 5 | SECTION = "console/utils" | ||
| 6 | DEPENDS = "ncurses glib-2.0 util-linux" | ||
| 7 | RDEPENDS_${PN} = "ncurses-terminfo" | ||
| 8 | |||
| 9 | SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \ | ||
| 10 | file://0001-mc-replace-perl-w-with-use-warnings.patch \ | ||
| 11 | " | ||
| 12 | SRC_URI[md5sum] = "cc56f0c9abd63c4caa3636bba3a08bfb" | ||
| 13 | SRC_URI[sha256sum] = "5b591e10dcbea95233434da40cdad4663d360229adf89826576c319667c103cb" | ||
| 14 | |||
| 15 | inherit autotools gettext pkgconfig | ||
| 16 | |||
| 17 | # | ||
| 18 | # Both Samba (smb) and sftp require package delivered from meta-openembedded | ||
| 19 | # | ||
| 20 | PACKAGECONFIG ??= "" | ||
| 21 | PACKAGECONFIG[smb] = "--enable-vfs-smb,--disable-vfs-smb,samba," | ||
| 22 | PACKAGECONFIG[sftp] = "--enable-vfs-sftp,--disable-vfs-sftp,libssh2," | ||
| 23 | |||
| 24 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x" | ||
| 25 | |||
| 26 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'" | ||
| 27 | |||
| 28 | do_install_append () { | ||
| 29 | sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* | ||
| 30 | |||
| 31 | rm ${D}${libexecdir}/mc/extfs.d/s3+ ${D}${libexecdir}/mc/extfs.d/uc1541 | ||
| 32 | } | ||
| 33 | |||
| 34 | PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers ${BPN}-fish" | ||
| 35 | |||
| 36 | SUMMARY_${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts" | ||
| 37 | FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \ | ||
| 38 | ${libexecdir}/mc/extfs.d/deb ${libexecdir}/mc/extfs.d/deba \ | ||
| 39 | ${libexecdir}/mc/extfs.d/debd ${libexecdir}/mc/extfs.d/dpkg+ \ | ||
| 40 | ${libexecdir}/mc/extfs.d/mailfs ${libexecdir}/mc/extfs.d/patchfs \ | ||
| 41 | ${libexecdir}/mc/extfs.d/rpms+ ${libexecdir}/mc/extfs.d/ulib \ | ||
| 42 | ${libexecdir}/mc/extfs.d/uzip" | ||
| 43 | RDEPENDS_${BPN}-helpers-perl = "perl" | ||
| 44 | |||
| 45 | SUMMARY_${BPN}-helpers = "Midnight Commander shell helper scripts" | ||
| 46 | FILES_${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*" | ||
| 47 | |||
| 48 | SUMMARY_${BPN}-fish = "Midnight Commander Fish scripts" | ||
| 49 | FILES_${BPN}-fish = "${libexecdir}/mc/fish" | ||
