mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
dpkg: update 1.20.5 -> 1.20.7.1
(From OE-Core rev: b13ebb89b63a8a7d1c5d688c72c4aa4f54088963) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d8fe22e05f
commit
bf34676143
@@ -1,4 +1,4 @@
|
||||
From 15b081cc8bead80c493ab83369ecb3345a24a3dc Mon Sep 17 00:00:00 2001
|
||||
From d6f5fed6bc56e1f3b885a796a43aa2868ace57bc Mon Sep 17 00:00:00 2001
|
||||
From: Paul Eggleton <paul.eggleton@linux.microsoft.com>
|
||||
Date: Tue, 16 Jun 2020 03:57:25 +0000
|
||||
Subject: [PATCH] build.c: ignore return of 1 from tar -cf
|
||||
@@ -29,10 +29,10 @@ Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
|
||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c
|
||||
index 8436839cd..6b44a36f7 100644
|
||||
index d13a21c1e..059f2be6d 100644
|
||||
--- a/dpkg-deb/build.c
|
||||
+++ b/dpkg-deb/build.c
|
||||
@@ -434,6 +434,7 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder,
|
||||
@@ -480,6 +480,7 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder,
|
||||
{
|
||||
int pipe_filenames[2], pipe_tarball[2];
|
||||
pid_t pid_tar, pid_comp;
|
||||
@@ -40,7 +40,7 @@ index 8436839cd..6b44a36f7 100644
|
||||
|
||||
/* Fork off a tar. We will feed it a list of filenames on stdin later. */
|
||||
m_pipe(pipe_filenames);
|
||||
@@ -486,7 +487,9 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder,
|
||||
@@ -532,7 +533,9 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder,
|
||||
/* All done, clean up wait for tar and <compress> to finish their job. */
|
||||
close(pipe_filenames[1]);
|
||||
subproc_reap(pid_comp, _("<compress> from tar -cf"), 0);
|
||||
@@ -50,4 +50,4 @@ index 8436839cd..6b44a36f7 100644
|
||||
+ ohshite(_("subprocess %s returned error exit status %d"), "tar -cf", rc);
|
||||
}
|
||||
|
||||
static time_t
|
||||
static intmax_t
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
From 0decc62904571582147f2273fa1b521e00485dda Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Wed, 3 Feb 2021 20:47:58 +0100
|
||||
Subject: [PATCH] scripts/dpkg-fsys-usrunmess.pl: correct shebang
|
||||
|
||||
Otherwise automake will write the full native perl path into it.
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
---
|
||||
scripts/dpkg-fsys-usrunmess.pl | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/scripts/dpkg-fsys-usrunmess.pl b/scripts/dpkg-fsys-usrunmess.pl
|
||||
index 9220df3c0..9ce368955 100755
|
||||
--- a/scripts/dpkg-fsys-usrunmess.pl
|
||||
+++ b/scripts/dpkg-fsys-usrunmess.pl
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/perl
|
||||
+#!/usr/bin/env perl
|
||||
#
|
||||
# dpkg-fsys-usrunmess - Undoes the merged-/usr-via-aliased-dirs mess
|
||||
#
|
||||
@@ -1,7 +1,7 @@
|
||||
require dpkg.inc
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https \
|
||||
SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=sid \
|
||||
file://noman.patch \
|
||||
file://remove-tar-no-timestamp.patch \
|
||||
file://arch_pm.patch \
|
||||
@@ -14,10 +14,11 @@ SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https \
|
||||
file://0001-dpkg-Support-muslx32-build.patch \
|
||||
file://pager.patch \
|
||||
file://0001-Add-support-for-riscv32-CPU.patch \
|
||||
file://0013-scripts-dpkg-fsys-usrunmess.pl-correct-shebang.patch \
|
||||
"
|
||||
|
||||
SRC_URI_append_class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch"
|
||||
|
||||
SRCREV = "823a67d67538b1b403a32d1fef40e6e228265566"
|
||||
SRCREV = "667bf0aeb92e0e7bb225ee273569c5e2389083bd"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
Reference in New Issue
Block a user