diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-12-03 10:26:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-05 12:37:02 +0000 |
| commit | 65d17cd92c129f0b297475b9c3fdfe095db09a74 (patch) | |
| tree | aeaac290293ccb16a3a8996de5a98bbd3bfac5eb /meta | |
| parent | 016e3dda2d6acc9b457079d11b5346a5352a431d (diff) | |
| download | poky-65d17cd92c129f0b297475b9c3fdfe095db09a74.tar.gz | |
mdadm: add back lost Upstream-Status tags
(From OE-Core rev: ffde22a3a78c0333f42e8bc9bad633ef279f11ca)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/mdadm/files/0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch b/meta/recipes-extended/mdadm/files/0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch index 72368cb17b..12bf6a5920 100644 --- a/meta/recipes-extended/mdadm/files/0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch +++ b/meta/recipes-extended/mdadm/files/0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch | |||
| @@ -8,7 +8,7 @@ its possible that build host gcc is version 7+ but the | |||
| 8 | cross compile used for compiling mdadm is < version 7 | 8 | cross compile used for compiling mdadm is < version 7 |
| 9 | 9 | ||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 11 | 11 | Upstream-Status: Pending | |
| 12 | --- | 12 | --- |
| 13 | Makefile | 2 +- | 13 | Makefile | 2 +- |
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-extended/mdadm/files/0001-include-sys-sysmacros.h-for-major-minor-defintions.patch b/meta/recipes-extended/mdadm/files/0001-include-sys-sysmacros.h-for-major-minor-defintions.patch index bdedbb2d98..6293f9b2b3 100644 --- a/meta/recipes-extended/mdadm/files/0001-include-sys-sysmacros.h-for-major-minor-defintions.patch +++ b/meta/recipes-extended/mdadm/files/0001-include-sys-sysmacros.h-for-major-minor-defintions.patch | |||
| @@ -25,7 +25,7 @@ Fixes | |||
| 25 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 25 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 26 | 26 | ||
| 27 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 27 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 28 | 28 | Upstream-Status: Pending | |
| 29 | --- | 29 | --- |
| 30 | mdadm.h | 1 + | 30 | mdadm.h | 1 + |
| 31 | 1 file changed, 1 insertion(+) | 31 | 1 file changed, 1 insertion(+) |
diff --git a/meta/recipes-extended/mdadm/files/0001-mdadm.h-Undefine-dprintf-before-redefining.patch b/meta/recipes-extended/mdadm/files/0001-mdadm.h-Undefine-dprintf-before-redefining.patch index e10905c63b..a1e7e59323 100644 --- a/meta/recipes-extended/mdadm/files/0001-mdadm.h-Undefine-dprintf-before-redefining.patch +++ b/meta/recipes-extended/mdadm/files/0001-mdadm.h-Undefine-dprintf-before-redefining.patch | |||
| @@ -14,7 +14,7 @@ In file included from policy.c:25: | |||
| 14 | /mnt/oe/openembedded-core/build/tmp-glibc/sysroots/qemux86/usr/include/bits/stdio2.h:145:12: note: previous definition is here | 14 | /mnt/oe/openembedded-core/build/tmp-glibc/sysroots/qemux86/usr/include/bits/stdio2.h:145:12: note: previous definition is here |
| 15 | 15 | ||
| 16 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 16 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 17 | 17 | Upstream-Status: Pending | |
| 18 | --- | 18 | --- |
| 19 | mdadm.h | 2 ++ | 19 | mdadm.h | 2 ++ |
| 20 | 1 file changed, 2 insertions(+) | 20 | 1 file changed, 2 insertions(+) |
diff --git a/meta/recipes-extended/mdadm/files/0005-Add-a-comment-to-indicate-valid-fallthrough.patch b/meta/recipes-extended/mdadm/files/0005-Add-a-comment-to-indicate-valid-fallthrough.patch index d279fddfb6..0bd556d437 100644 --- a/meta/recipes-extended/mdadm/files/0005-Add-a-comment-to-indicate-valid-fallthrough.patch +++ b/meta/recipes-extended/mdadm/files/0005-Add-a-comment-to-indicate-valid-fallthrough.patch | |||
| @@ -10,7 +10,7 @@ compiler warnings | |||
| 10 | This works in cross and native compilation case | 10 | This works in cross and native compilation case |
| 11 | 11 | ||
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 13 | 13 | Upstream-Status: Submitted | |
| 14 | --- | 14 | --- |
| 15 | Grow.c | 4 ++++ | 15 | Grow.c | 4 ++++ |
| 16 | bitmap.c | 8 ++++++++ | 16 | bitmap.c | 8 ++++++++ |
