summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-04-27 17:28:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-16 14:08:29 +0100
commit6fde0f638c75c8283dfbbfc23bea0faf6b53b583 (patch)
tree46c0a292e82e77d36917324c2b5734ac112861db /meta/recipes-extended/mc
parentb76bd897b71629b3b5d943b65c7746f9d2722569 (diff)
downloadpoky-6fde0f638c75c8283dfbbfc23bea0faf6b53b583.tar.gz
mc: do not package Python-based extfs helpers
They have not been ported to Python 3, and they are for browsing Amazon s3+ and Commodore 64/128 emulator filesystems - hardly consequential. (From OE-Core rev: f41a7b81a1957669e80e21e57df27d8cbc5cdbb8) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.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')
-rw-r--r--meta/recipes-extended/mc/mc_4.8.18.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-extended/mc/mc_4.8.18.bb b/meta/recipes-extended/mc/mc_4.8.18.bb
index 17f3f73af7..7a56d54482 100644
--- a/meta/recipes-extended/mc/mc_4.8.18.bb
+++ b/meta/recipes-extended/mc/mc_4.8.18.bb
@@ -27,10 +27,11 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'"
27 27
28do_install_append () { 28do_install_append () {
29 sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* 29 sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/*
30 sed -i -e '1s,#!.*python,#!${bindir}/env python,' ${D}${libexecdir}/mc/extfs.d/* 30
31 rm ${D}${libexecdir}/mc/extfs.d/s3+ ${D}${libexecdir}/mc/extfs.d/uc1541
31} 32}
32 33
33PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers-python ${BPN}-helpers ${BPN}-fish" 34PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers ${BPN}-fish"
34 35
35SUMMARY_${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts" 36SUMMARY_${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts"
36FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \ 37FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \
@@ -41,10 +42,6 @@ FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.
41 ${libexecdir}/mc/extfs.d/uzip" 42 ${libexecdir}/mc/extfs.d/uzip"
42RDEPENDS_${BPN}-helpers-perl = "perl" 43RDEPENDS_${BPN}-helpers-perl = "perl"
43 44
44SUMMARY_${BPN}-helpers-python = "Midnight Commander Python-based helper scripts"
45FILES_${BPN}-helpers-python = "${libexecdir}/mc/extfs.d/s3+ ${libexecdir}/mc/extfs.d/uc1541"
46RDEPENDS_${BPN}-helpers-python = "python"
47
48SUMMARY_${BPN}-helpers = "Midnight Commander shell helper scripts" 45SUMMARY_${BPN}-helpers = "Midnight Commander shell helper scripts"
49FILES_${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*" 46FILES_${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*"
50 47