mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
mc: upgrade 4.8.30 -> 4.8.31
Fish vfs was renamed to shell vfs:
6ca4ab4b4e
(From OE-Core rev: 3dc97bf745239a817af956e354b9b991bf108e59)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
08cde8263a
commit
6e342a0c76
|
|
@ -6,7 +6,7 @@
|
|||
# will be a cost in reduced functionality.
|
||||
|
||||
# Settings for full-cmdline
|
||||
RDEPENDS:packagegroup-core-full-cmdline-utils:remove = "bash bc coreutils cpio ed findutils gawk grep mc mc-fish mc-helpers mc-helpers-perl sed tar time"
|
||||
RDEPENDS:packagegroup-core-full-cmdline-utils:remove = "bash bc coreutils cpio ed findutils gawk grep mc mc-shell mc-helpers mc-helpers-perl sed tar time"
|
||||
RDEPENDS:packagegroup-core-full-cmdline-dev-utils:remove = "diffutils m4 make patch"
|
||||
RDEPENDS:packagegroup-core-full-cmdline-multiuser:remove = "gzip"
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ RDEPENDS:packagegroup-self-hosted-host-tools = "\
|
|||
iptables \
|
||||
lsb-release \
|
||||
mc \
|
||||
mc-fish \
|
||||
mc-shell \
|
||||
mc-helpers \
|
||||
mc-helpers-perl \
|
||||
parted \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
From 4482ed0b8bd506cc2590ceacfdada6cc34450796 Mon Sep 17 00:00:00 2001
|
||||
From 78c5fd90a052f95157b3914c708a08b2eeab0154 Mon Sep 17 00:00:00 2001
|
||||
From: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||||
Date: Tue, 4 Feb 2020 18:12:15 +0000
|
||||
Subject: [PATCH] mc: Fix manpage date indeterminism
|
||||
|
|
@ -15,13 +15,12 @@ RP 2020/2/4
|
|||
|
||||
Upstream-Status: Inappropriate [OE specficic reproducibility workaround]
|
||||
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||||
|
||||
---
|
||||
doc/man/date-of-man-include.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/doc/man/date-of-man-include.am b/doc/man/date-of-man-include.am
|
||||
index c6b1e69..165a796 100644
|
||||
index 96f9f10..d734c5d 100644
|
||||
--- a/doc/man/date-of-man-include.am
|
||||
+++ b/doc/man/date-of-man-include.am
|
||||
@@ -1,5 +1,5 @@
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ RRECOMMENDS:${PN} = "ncurses-terminfo"
|
|||
SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
|
||||
file://nomandate.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "38171f22f889e3030ec9055463d3ecd7843984ab24e6497d8294d1c441a7ddb4"
|
||||
SRC_URI[sha256sum] = "f42f4114ed42f6cf9995f1d896fa6c797ccb36dac57760dda8dd9f78ac462841"
|
||||
|
||||
inherit autotools gettext pkgconfig
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ do_install:append () {
|
|||
rm ${D}${libexecdir}/mc/extfs.d/s3+ ${D}${libexecdir}/mc/extfs.d/uc1541
|
||||
}
|
||||
|
||||
PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers ${BPN}-fish"
|
||||
PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers ${BPN}-shell"
|
||||
|
||||
SUMMARY:${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts"
|
||||
FILES:${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \
|
||||
|
|
@ -53,5 +53,5 @@ RDEPENDS:${BPN}-helpers-perl = "perl"
|
|||
SUMMARY:${BPN}-helpers = "Midnight Commander shell helper scripts"
|
||||
FILES:${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*"
|
||||
|
||||
SUMMARY:${BPN}-fish = "Midnight Commander Fish scripts"
|
||||
FILES:${BPN}-fish = "${libexecdir}/mc/fish"
|
||||
SUMMARY:${BPN}-shell = "Midnight Commander Shell scripts"
|
||||
FILES:${BPN}-shell = "${libexecdir}/mc/shell"
|
||||
|
|
@ -42,7 +42,7 @@ RDEPENDS:packagegroup-core-full-cmdline-utils = "\
|
|||
less \
|
||||
makedevs \
|
||||
mc \
|
||||
mc-fish \
|
||||
mc-shell \
|
||||
mc-helpers \
|
||||
mc-helpers-perl \
|
||||
ncurses \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user