summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg/arch_pm.patch')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg/arch_pm.patch12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch b/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch
index 4e0d22acbb..df2cd88ca4 100644
--- a/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch
+++ b/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch
@@ -1,3 +1,8 @@
1From bdf60ebbeb433a80e6cfcbde9d83d89564e79e20 Mon Sep 17 00:00:00 2001
2From: Joe Slater <jslater@windriver.com>
3Date: Mon, 26 Aug 2013 23:38:45 +0000
4Subject: [PATCH] dpkg: fix configuration issue for mips64
5
1configure cannot determine the proper cpu, os, or 6configure cannot determine the proper cpu, os, or
2architecture for mips64, and possibly other arch's 7architecture for mips64, and possibly other arch's
3because of faulty code added to Arch.pm in the latest 8because of faulty code added to Arch.pm in the latest
@@ -6,16 +11,15 @@ release from upstream. We remove that code.
6Upstream-Status: Pending 11Upstream-Status: Pending
7 12
8Signed-off-by: Joe Slater <jslater@windriver.com> 13Signed-off-by: Joe Slater <jslater@windriver.com>
9
10--- 14---
11 scripts/Dpkg/Arch.pm | 3 --- 15 scripts/Dpkg/Arch.pm | 3 ---
12 1 file changed, 3 deletions(-) 16 1 file changed, 3 deletions(-)
13 17
14diff --git a/scripts/Dpkg/Arch.pm b/scripts/Dpkg/Arch.pm 18diff --git a/scripts/Dpkg/Arch.pm b/scripts/Dpkg/Arch.pm
15index 1720847b8..6345ce3b9 100644 19index 0d352eeb9..4ef5fa307 100644
16--- a/scripts/Dpkg/Arch.pm 20--- a/scripts/Dpkg/Arch.pm
17+++ b/scripts/Dpkg/Arch.pm 21+++ b/scripts/Dpkg/Arch.pm
18@@ -323,9 +323,6 @@ sub _load_tupletable() 22@@ -326,9 +326,6 @@ sub _load_tupletable()
19 (my $dt = $debtuple) =~ s/<cpu>/$_cpu/; 23 (my $dt = $debtuple) =~ s/<cpu>/$_cpu/;
20 (my $da = $debarch) =~ s/<cpu>/$_cpu/; 24 (my $da = $debarch) =~ s/<cpu>/$_cpu/;
21 25
@@ -25,5 +29,3 @@ index 1720847b8..6345ce3b9 100644
25 $debarch_to_debtuple{$da} = $dt; 29 $debarch_to_debtuple{$da} = $dt;
26 $debtuple_to_debarch{$dt} = $da; 30 $debtuple_to_debarch{$dt} = $da;
27 } 31 }
28--
292.11.0