From: Richard Purdie Date: Mon, 6 Dec 2021 11:42:40 +0000 (+0000) Subject: minicom: Mark patches as backports X-Git-Tag: uninative-3.5~605 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d8f974004ac5a3518c4fc88c4eded4ad23fa98fd;p=openembedded-core.git minicom: Mark patches as backports These three patches are backports from upstream, mark as such. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/minicom/minicom/0001-Drop-superfluous-global-variable-definitions.patch b/meta/recipes-extended/minicom/minicom/0001-Drop-superfluous-global-variable-definitions.patch index 4c6e249315..01b23898e7 100644 --- a/meta/recipes-extended/minicom/minicom/0001-Drop-superfluous-global-variable-definitions.patch +++ b/meta/recipes-extended/minicom/minicom/0001-Drop-superfluous-global-variable-definitions.patch @@ -11,7 +11,7 @@ can be dropped. This fixes linking with gcc 10 which uses -fno-common by default, disallowing multiple global variable definitions. -Upstream-Status: Pending +Upstream-Status: Backport [https://salsa.debian.org/minicom-team/minicom/-/commit/db269bba2a68fde03f5df45ac8372a8f1248ca96] Signed-off-by: Khem Raj --- src/dial.c | 2 -- diff --git a/meta/recipes-extended/minicom/minicom/0002-Drop-superfluous-global-variable-definitions.patch b/meta/recipes-extended/minicom/minicom/0002-Drop-superfluous-global-variable-definitions.patch index 1740051e0a..e86b470b7e 100644 --- a/meta/recipes-extended/minicom/minicom/0002-Drop-superfluous-global-variable-definitions.patch +++ b/meta/recipes-extended/minicom/minicom/0002-Drop-superfluous-global-variable-definitions.patch @@ -13,7 +13,7 @@ variables in minicom.c and only declare them in the minicom.h header. This fixes linking with gcc 10 which uses -fno-common by default, disallowing multiple global variable definitions. -Upstream-Status: Pending +Upstream-Status: Backport [https://salsa.debian.org/minicom-team/minicom/-/commit/c69cad5b5dda85d361a3a0c1fddc65e933f26d11] Signed-off-by: Khem Raj --- src/minicom.h | 2 +- diff --git a/meta/recipes-extended/minicom/minicom/0003-Drop-superfluous-global-variable-definitions.patch b/meta/recipes-extended/minicom/minicom/0003-Drop-superfluous-global-variable-definitions.patch index 58cd58eda8..3225a0c32a 100644 --- a/meta/recipes-extended/minicom/minicom/0003-Drop-superfluous-global-variable-definitions.patch +++ b/meta/recipes-extended/minicom/minicom/0003-Drop-superfluous-global-variable-definitions.patch @@ -14,7 +14,7 @@ and only declare the variables in the minicom.h header. This fixes linking with gcc 10 which uses -fno-common by default, disallowing multiple global variable definitions. -Upstream-Status: Pending +Upstream-Status: Backport [https://salsa.debian.org/minicom-team/minicom/-/commit/c8382374c5d340aa4115d527aed76e876ee5456b] Signed-off-by: Khem Raj --- src/minicom.h | 6 +++---