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.patch8
1 files changed, 4 insertions, 4 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 a24b8cda66..d1c3d260ed 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,4 +1,4 @@
1From 7af9db748974cb3a2c6ef8f9e03d7db1f9f8ee16 Mon Sep 17 00:00:00 2001 1From 40257d65b338b6e2ed9d89d6fa7c7b8701a4c311 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 1/2] defn2[c|man]: don't rely on dpkg-architecture to set arch
@@ -19,7 +19,7 @@ Upstream-Status: Pending
19 2 files changed, 6 insertions(+), 6 deletions(-) 19 2 files changed, 6 insertions(+), 6 deletions(-)
20 20
21diff --git a/defn2c.pl b/defn2c.pl 21diff --git a/defn2c.pl b/defn2c.pl
22index c449de2f3d1c..38845e374c76 100755 22index 8798dc2..f2551c7 100755
23--- a/defn2c.pl 23--- a/defn2c.pl
24+++ b/defn2c.pl 24+++ b/defn2c.pl
25@@ -2,9 +2,9 @@ 25@@ -2,9 +2,9 @@
@@ -36,7 +36,7 @@ index c449de2f3d1c..38845e374c76 100755
36 # declarations 36 # declarations
37 my $address_family = ""; 37 my $address_family = "";
38diff --git a/defn2man.pl b/defn2man.pl 38diff --git a/defn2man.pl b/defn2man.pl
39index 6ddcfdd4fe68..c9c4dd046597 100755 39index 6ddcfdd..c9c4dd0 100755
40--- a/defn2man.pl 40--- a/defn2man.pl
41+++ b/defn2man.pl 41+++ b/defn2man.pl
42@@ -2,9 +2,9 @@ 42@@ -2,9 +2,9 @@
@@ -53,5 +53,5 @@ index 6ddcfdd4fe68..c9c4dd046597 100755
53 # declarations 53 # declarations
54 my $line; 54 my $line;
55-- 55--
561.9.1 562.17.1
57 57