mirror of
https://git.yoctoproject.org/poky
synced 2026-03-04 14:29:40 +01:00
All of them seem like very old, very oe specific tweaks; please adjust otherwise. (From OE-Core rev: c9c0f7569559aa334f7b8f4486b70ead13226c11) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
28 lines
916 B
Diff
28 lines
916 B
Diff
From f4f19a5c03e8ae3b9cc93d24b76694f4b7b2eb76 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 3/7] 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 16f0d074..4c5e0b36 100644
|
|
--- a/lib/autoconf/general.m4
|
|
+++ b/lib/autoconf/general.m4
|
|
@@ -2070,7 +2070,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
|
|
--
|
|
2.25.1
|
|
|