diff options
author | Ross Burton <ross.burton@intel.com> | 2016-06-27 20:59:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:57:24 +0100 |
commit | e49d337e848a2cf72045e492c20482336b929381 (patch) | |
tree | cadfa3f6c6bd86e19512751623b5eae10f445e7c /meta/recipes-extended/mdadm/files | |
parent | e6ad36cb5413509605249d4641f7d039e8a00aeb (diff) | |
download | poky-e49d337e848a2cf72045e492c20482336b929381.tar.gz |
meta: update patch metadata
Enforce the correct tag names across all of oe-core for consistency.
(From OE-Core rev: 606a43dc38a00cc243f933722db657aea4129f8e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mdadm/files')
-rw-r--r-- | meta/recipes-extended/mdadm/files/0001-Fix-some-type-comparison-problems.patch | 2 | ||||
-rw-r--r-- | meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch | 2 |
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 | ||
12 | Upstream-Status: Backport | 12 | Upstream-Status: Backport |
13 | 13 | ||
14 | Signed-off-by : Xiao Ni <xni@redhat.com> | 14 | Signed-off-by: : Xiao Ni <xni@redhat.com> |
15 | Signed-off-by: Maxin B. John <maxin.john@intel.com> | 15 | Signed-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 | |||
6 | As the bitbake defined CC is good, there is no need to redfine CC in the | 6 | As the bitbake defined CC is good, there is no need to redfine CC in the |
7 | make file, hence making the CC definition in the Makefile conditional. | 7 | make file, hence making the CC definition in the Makefile conditional. |
8 | 8 | ||
9 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/07 | 9 | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/07 |
10 | 10 | ||
11 | Index: mdadm-3.3/Makefile | 11 | Index: mdadm-3.3/Makefile |
12 | =================================================================== | 12 | =================================================================== |