mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b76bd897b7
commit
6fde0f638c
@@ -42,7 +42,6 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
|
||||
mc-fish \
|
||||
mc-helpers \
|
||||
mc-helpers-perl \
|
||||
mc-helpers-python \
|
||||
parted \
|
||||
${PSEUDO} \
|
||||
screen \
|
||||
|
||||
@@ -27,10 +27,11 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'"
|
||||
|
||||
do_install_append () {
|
||||
sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/*
|
||||
sed -i -e '1s,#!.*python,#!${bindir}/env python,' ${D}${libexecdir}/mc/extfs.d/*
|
||||
|
||||
rm ${D}${libexecdir}/mc/extfs.d/s3+ ${D}${libexecdir}/mc/extfs.d/uc1541
|
||||
}
|
||||
|
||||
PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers-python ${BPN}-helpers ${BPN}-fish"
|
||||
PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers ${BPN}-fish"
|
||||
|
||||
SUMMARY_${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts"
|
||||
FILES_${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.
|
||||
${libexecdir}/mc/extfs.d/uzip"
|
||||
RDEPENDS_${BPN}-helpers-perl = "perl"
|
||||
|
||||
SUMMARY_${BPN}-helpers-python = "Midnight Commander Python-based helper scripts"
|
||||
FILES_${BPN}-helpers-python = "${libexecdir}/mc/extfs.d/s3+ ${libexecdir}/mc/extfs.d/uc1541"
|
||||
RDEPENDS_${BPN}-helpers-python = "python"
|
||||
|
||||
SUMMARY_${BPN}-helpers = "Midnight Commander shell helper scripts"
|
||||
FILES_${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*"
|
||||
|
||||
|
||||
@@ -86,7 +86,6 @@ RDEPENDS_packagegroup-core-full-cmdline-utils = "\
|
||||
mc-fish \
|
||||
mc-helpers \
|
||||
mc-helpers-perl \
|
||||
mc-helpers-python \
|
||||
mktemp \
|
||||
ncurses \
|
||||
net-tools \
|
||||
|
||||
@@ -66,7 +66,6 @@ RDEPENDS_packagegroup-core-sys-extended = "\
|
||||
mc-fish \
|
||||
mc-helpers \
|
||||
mc-helpers-perl \
|
||||
mc-helpers-python \
|
||||
mdadm \
|
||||
minicom \
|
||||
neon \
|
||||
|
||||
Reference in New Issue
Block a user