summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch b/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
index cbdf01dbd9..d1fac2168a 100644
--- a/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
+++ b/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
@@ -1,14 +1,12 @@
1From 1c3a109df54b6092fa85a1fe2b7771e3b959655f Mon Sep 17 00:00:00 2001 1From 8ded32a35287a840de7e505c66e76cccd9edbac6 Mon Sep 17 00:00:00 2001
2From: "Krishnanjanappa, Jagadeesh" 2From: "Krishnanjanappa, Jagadeesh"
3 <jagadeesh.krishnanjanappa@caviumnetworks.com> 3 <jagadeesh.krishnanjanappa@caviumnetworks.com>
4Date: Wed, 8 Apr 2015 18:08:14 +0530 4Date: Wed, 8 Apr 2015 18:08:14 +0530
5Subject: [PATCH] dpkg: add triplet entry to fix build error for armeb 5Subject: [PATCH] add armeb triplet entry into triplettable.
6MIME-Version: 1.0 6MIME-Version: 1.0
7Content-Type: text/plain; charset=UTF-8 7Content-Type: text/plain; charset=UTF-8
8Content-Transfer-Encoding: 8bit 8Content-Transfer-Encoding: 8bit
9 9
10[PATCH] add armeb triplet entry into triplettable.
11
12Cross-compling dpkg application for armeb fails with below error 10Cross-compling dpkg application for armeb fails with below error
13during configure task, 11during configure task,
14 12
@@ -27,7 +25,7 @@ the required combination of "gnueabi-linux-armeb" was not found in
27the triplettable file thereby returning dpkg_arch as 25the triplettable file thereby returning dpkg_arch as
28empty in configure script. 26empty in configure script.
29 27
30Upstream-Status: Pending 28Upstream-Status: Inappropriate [not a debian architecture]
31 29
32Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com> 30Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>
33Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> 31Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>