summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch b/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch
index 52e85705fa..b8a8697585 100644
--- a/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch
+++ b/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch
@@ -1,4 +1,4 @@
1From 279e4c274f5f295823cf9fa95d3ba131f6d711db Mon Sep 17 00:00:00 2001 1From 21459bb8d9a997e6a92885a4ef337ede9cc5aba7 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 29 Apr 2020 22:02:23 -0700 3Date: Wed, 29 Apr 2020 22:02:23 -0700
4Subject: [PATCH] Add support for riscv32 CPU 4Subject: [PATCH] Add support for riscv32 CPU
@@ -11,10 +11,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 2 files changed, 2 insertions(+) 11 2 files changed, 2 insertions(+)
12 12
13diff --git a/data/cputable b/data/cputable 13diff --git a/data/cputable b/data/cputable
14index 9f2a8e0..1d935b1 100644 14index 575c008e3..7a801a03a 100644
15--- a/data/cputable 15--- a/data/cputable
16+++ b/data/cputable 16+++ b/data/cputable
17@@ -41,6 +41,7 @@ powerpc powerpc (powerpc|ppc) 32 big 17@@ -43,6 +43,7 @@ powerpc powerpc (powerpc|ppc) 32 big
18 powerpcel powerpcle powerpcle 32 little 18 powerpcel powerpcle powerpcle 32 little
19 ppc64 powerpc64 (powerpc|ppc)64 64 big 19 ppc64 powerpc64 (powerpc|ppc)64 64 big
20 ppc64el powerpc64le powerpc64le 64 little 20 ppc64el powerpc64le powerpc64le 64 little
@@ -23,10 +23,10 @@ index 9f2a8e0..1d935b1 100644
23 s390 s390 s390 32 big 23 s390 s390 s390 32 big
24 s390x s390x s390x 64 big 24 s390x s390x s390x 64 big
25diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm 25diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm
26index a352bbd..fa1d90b 100644 26index fcf5b1e2a..175c9f436 100644
27--- a/scripts/Dpkg/Vendor/Debian.pm 27--- a/scripts/Dpkg/Vendor/Debian.pm
28+++ b/scripts/Dpkg/Vendor/Debian.pm 28+++ b/scripts/Dpkg/Vendor/Debian.pm
29@@ -306,6 +306,7 @@ sub _add_build_flags { 29@@ -202,6 +202,7 @@ sub set_build_features {
30 powerpc 30 powerpc
31 ppc64 31 ppc64
32 ppc64el 32 ppc64el
@@ -34,6 +34,3 @@ index a352bbd..fa1d90b 100644
34 riscv64 34 riscv64
35 s390x 35 s390x
36 sparc 36 sparc
37--
382.26.2
39