summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch')
-rw-r--r--meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch b/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch
index d1c3d260ed..7b4b761e6a 100644
--- a/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch
+++ b/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch
@@ -1,7 +1,7 @@
1From 40257d65b338b6e2ed9d89d6fa7c7b8701a4c311 Mon Sep 17 00:00:00 2001 1From fc8e8d4cb19ff30e69aa1855332544f1017f974c Mon Sep 17 00:00:00 2001
2From: Paul Gortmaker <paul.gortmaker@windriver.com> 2From: Paul Gortmaker <paul.gortmaker@windriver.com>
3Date: Wed, 6 Aug 2014 14:54:12 -0400 3Date: Wed, 6 Aug 2014 14:54:12 -0400
4Subject: [PATCH 1/2] defn2[c|man]: don't rely on dpkg-architecture to set arch 4Subject: [PATCH] defn2[c|man]: don't rely on dpkg-architecture to set arch
5 5
6In yocto we'll always be cross compiling, and we'll always 6In yocto we'll always be cross compiling, and we'll always
7be building on linux for linux (vs. *BSD, hurd, etc.) 7be building on linux for linux (vs. *BSD, hurd, etc.)
@@ -13,13 +13,14 @@ like the loopback device not being configured/enabled.
13 13
14Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 14Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15Upstream-Status: Pending 15Upstream-Status: Pending
16
16--- 17---
17 defn2c.pl | 6 +++--- 18 defn2c.pl | 6 +++---
18 defn2man.pl | 6 +++--- 19 defn2man.pl | 6 +++---
19 2 files changed, 6 insertions(+), 6 deletions(-) 20 2 files changed, 6 insertions(+), 6 deletions(-)
20 21
21diff --git a/defn2c.pl b/defn2c.pl 22diff --git a/defn2c.pl b/defn2c.pl
22index 8798dc2..f2551c7 100755 23index fa7a02e..bb4987d 100755
23--- a/defn2c.pl 24--- a/defn2c.pl
24+++ b/defn2c.pl 25+++ b/defn2c.pl
25@@ -2,9 +2,9 @@ 26@@ -2,9 +2,9 @@
@@ -52,6 +53,3 @@ index 6ddcfdd..c9c4dd0 100755
52 53
53 # declarations 54 # declarations
54 my $line; 55 my $line;
55--
562.17.1
57