summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/mc/mc_4.8.12.bb (renamed from meta/recipes-extended/mc/mc_4.8.10.bb)13
1 files changed, 10 insertions, 3 deletions
diff --git a/meta/recipes-extended/mc/mc_4.8.10.bb b/meta/recipes-extended/mc/mc_4.8.12.bb
index 511771a1d3..b8971931d9 100644
--- a/meta/recipes-extended/mc/mc_4.8.10.bb
+++ b/meta/recipes-extended/mc/mc_4.8.12.bb
@@ -8,12 +8,19 @@ RDEPENDS_${PN} = "ncurses-terminfo"
8 8
9SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" 9SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2"
10 10
11SRC_URI[md5sum] = "eb4bdc23abd4fdfa14911d53d65c8186" 11SRC_URI[md5sum] = "a64c426364bfaee56b628f6c0738aade"
12SRC_URI[sha256sum] = "5f4166fe78fbf4b42f51ed526ca7f79fea8c77d04355c2b97d4df2a6bd2a1b1a" 12SRC_URI[sha256sum] = "1054fcc27a488771cbe5b85d7c10135fa1cd1b7682a19930d44b51a023e39396"
13 13
14inherit autotools gettext pkgconfig 14inherit autotools gettext pkgconfig
15 15
16EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" 16#
17# Both Samba (smb) and sftp require package delivered from meta-openembedded
18#
19PACKAGECONFIG ??= ""
20PACKAGECONFIG[smb] = "--enable-vfs-smb,--disable-vfs-smb,samba,"
21PACKAGECONFIG[sftp] = "--enable-vfs-sftp,--disable-vfs-sftp,libssh2,"
22
23EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x"
17 24
18FILES_${PN}-dbg += "${libexecdir}/mc/.debug/" 25FILES_${PN}-dbg += "${libexecdir}/mc/.debug/"
19 26