|
@@ -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/*"
|
|
|
|