summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/mdadm')
-rw-r--r--meta/recipes-extended/mdadm/files/0001-Fix-some-type-comparison-problems.patch2
-rw-r--r--meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/mdadm/files/0001-Fix-some-type-comparison-problems.patch b/meta/recipes-extended/mdadm/files/0001-Fix-some-type-comparison-problems.patch
index ee482b5ca0..f829467a16 100644
--- a/meta/recipes-extended/mdadm/files/0001-Fix-some-type-comparison-problems.patch
+++ b/meta/recipes-extended/mdadm/files/0001-Fix-some-type-comparison-problems.patch
@@ -11,7 +11,7 @@ unsigned int too.
11 11
12Upstream-Status: Backport 12Upstream-Status: Backport
13 13
14Signed-off-by : Xiao Ni <xni@redhat.com> 14Signed-off-by: : Xiao Ni <xni@redhat.com>
15Signed-off-by: Maxin B. John <maxin.john@intel.com> 15Signed-off-by: Maxin B. John <maxin.john@intel.com>
16--- 16---
17 17
diff --git a/meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch b/meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch
index 40acc148e0..84c382def6 100644
--- a/meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch
+++ b/meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch
@@ -6,7 +6,7 @@ set by tune settings are lost. Causing compile failure with x32 toolchain
6As the bitbake defined CC is good, there is no need to redfine CC in the 6As the bitbake defined CC is good, there is no need to redfine CC in the
7make file, hence making the CC definition in the Makefile conditional. 7make file, hence making the CC definition in the Makefile conditional.
8 8
9Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/07 9Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/07
10 10
11Index: mdadm-3.3/Makefile 11Index: mdadm-3.3/Makefile
12=================================================================== 12===================================================================