diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-04-19 14:14:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-29 17:19:50 +0100 |
commit | 64c44f02f1a320399e2f02aeaf83022bf83b69c8 (patch) | |
tree | e9f40d1b982f16f7c804c97ac85d92077e578c5a /meta | |
parent | 7e498c4c17e2c1b6928d4c1fd127977bb588991f (diff) | |
download | openembedded-core-64c44f02f1a320399e2f02aeaf83022bf83b69c8.tar.gz openembedded-core-64c44f02f1a320399e2f02aeaf83022bf83b69c8.tar.bz2 openembedded-core-64c44f02f1a320399e2f02aeaf83022bf83b69c8.zip |
mc: update to 4.8.12
Add PACKAGECONFIG for two optional plugins (smb & sftp), both require
other packages from meta-openembedded
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-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" SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" -SRC_URI[md5sum] = "eb4bdc23abd4fdfa14911d53d65c8186" -SRC_URI[sha256sum] = "5f4166fe78fbf4b42f51ed526ca7f79fea8c77d04355c2b97d4df2a6bd2a1b1a" +SRC_URI[md5sum] = "a64c426364bfaee56b628f6c0738aade" +SRC_URI[sha256sum] = "1054fcc27a488771cbe5b85d7c10135fa1cd1b7682a19930d44b51a023e39396" inherit autotools gettext pkgconfig -EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" +# +# Both Samba (smb) and sftp require package delivered from meta-openembedded +# +PACKAGECONFIG ??= "" +PACKAGECONFIG[smb] = "--enable-vfs-smb,--disable-vfs-smb,samba," +PACKAGECONFIG[sftp] = "--enable-vfs-sftp,--disable-vfs-sftp,libssh2," + +EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x" FILES_${PN}-dbg += "${libexecdir}/mc/.debug/" |