From ffde22a3a78c0333f42e8bc9bad633ef279f11ca Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 3 Dec 2018 10:26:34 +0000 Subject: mdadm: add back lost Upstream-Status tags Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch | 2 +- .../files/0001-include-sys-sysmacros.h-for-major-minor-defintions.patch | 2 +- .../mdadm/files/0001-mdadm.h-Undefine-dprintf-before-redefining.patch | 2 +- .../mdadm/files/0005-Add-a-comment-to-indicate-valid-fallthrough.patch | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-extended/mdadm') 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 cross compile used for compiling mdadm is < version 7 Signed-off-by: Khem Raj - +Upstream-Status: Pending --- Makefile | 2 +- 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 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Khem Raj - +Upstream-Status: Pending --- mdadm.h | 1 + 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: /mnt/oe/openembedded-core/build/tmp-glibc/sysroots/qemux86/usr/include/bits/stdio2.h:145:12: note: previous definition is here Signed-off-by: Khem Raj - +Upstream-Status: Pending --- mdadm.h | 2 ++ 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 This works in cross and native compilation case Signed-off-by: Khem Raj - +Upstream-Status: Submitted --- Grow.c | 4 ++++ bitmap.c | 8 ++++++++ -- cgit 1.2.3-korg