summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-04-07 11:40:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-10 11:05:34 +0100
commitb9a80983e1a08c3805ded00b02d3a7914d220a29 (patch)
tree1f848ddf2a81f6828b0c0adc41352f508515b1d6
parente9186592102f29a0fc247bafecdd652fc5728f5e (diff)
downloadpoky-b9a80983e1a08c3805ded00b02d3a7914d220a29.tar.gz
vim: mark no-path-adjust.patch as Inappropriate
(From OE-Core rev: ab08938dc2d5658930a92abc5b4cefe4b975e582) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/vim/files/no-path-adjust.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vim/files/no-path-adjust.patch b/meta/recipes-support/vim/files/no-path-adjust.patch
index 908459a95e..a92b1e7cdc 100644
--- a/meta/recipes-support/vim/files/no-path-adjust.patch
+++ b/meta/recipes-support/vim/files/no-path-adjust.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] vim: do not adjust script pathnames
6When cross-compiling, we do not want to reference the host versions of 6When cross-compiling, we do not want to reference the host versions of
7things like perl and awk. 7things like perl and awk.
8 8
9Upstream-Status: Pending 9Upstream-Status: Inappropriate [specific to cross compilation and sysroots]
10 10
11Signed-off-by: Joe Slater <joe.slater@windriver.com> 11Signed-off-by: Joe Slater <joe.slater@windriver.com>
12Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 12Signed-off-by: Mingli Yu <mingli.yu@windriver.com>