From: Alexander Kanavin Date: Tue, 2 Nov 2021 08:43:02 +0000 (+0100) Subject: lrzsz: patch is not upstreamable X-Git-Tag: uninative-3.5~961 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fed850280c376c0668c238980d34f75e1db6d908;p=openembedded-core.git lrzsz: patch is not upstreamable Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/0001-Fix-cross-compilation-using-autoconf-detected-AR.patch b/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/0001-Fix-cross-compilation-using-autoconf-detected-AR.patch index 47c7ec4170..c8f0e2c4fe 100644 --- a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/0001-Fix-cross-compilation-using-autoconf-detected-AR.patch +++ b/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/0001-Fix-cross-compilation-using-autoconf-detected-AR.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Fix cross compilation using autoconf detected AR currently its using 'ar' program from build host, which is not expected, we need to respect AR passed in environment -Upstream-Status: Pending +Upstream-Status: Inappropriate [upstream hasn't been active since 1998] Signed-off-by: Khem Raj --- diff --git a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch b/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch index 33af38b4a8..ebd4a88081 100644 --- a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch +++ b/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch @@ -1,6 +1,6 @@ Update autotools infrastructure (including gettext) to modern versions. -Upstream-Status: Pending +Upstream-Status: Inappropriate [upstream hasn't been active since 1998] Signed-off-by: Phil Blundell diff -uprN clean/lrzsz-0.12.20/configure.in lrzsz-0.12.20/configure.in