mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 04:33:03 +01:00
Refresh patches with devtool to fix do_patch errors. (From OE-Core rev: 222b0ea693bbcfd4b439a29d3d6c035c9ece3ae3) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
899 B
Diff
26 lines
899 B
Diff
From 7949496ff3834dcd98407cc3f3ea022ee2471d52 Mon Sep 17 00:00:00 2001
|
|
From: Ross Burton <ross.burton@intel.com>
|
|
Date: Thu, 12 Mar 2020 17:28:38 +0000
|
|
Subject: [PATCH] program_prefix.patch
|
|
|
|
Upstream-Status: Inappropriate [oe specific]
|
|
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
|
|
|
---
|
|
lib/autoconf/general.m4 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4
|
|
index 47d896d..3deaa46 100644
|
|
--- a/lib/autoconf/general.m4
|
|
+++ b/lib/autoconf/general.m4
|
|
@@ -2071,7 +2071,7 @@ _AC_CANONICAL_SPLIT([target])
|
|
|
|
# The aliases save the names the user supplied, while $host etc.
|
|
# will get canonicalized.
|
|
-test -n "$target_alias" &&
|
|
+test -n "$target_alias" && test "$target_alias" != "$host_alias" &&
|
|
test "$program_prefix$program_suffix$program_transform_name" = \
|
|
NONENONEs,x,x, &&
|
|
program_prefix=${target_alias}-[]dnl
|