diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-06 11:42:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-08 20:22:10 +0000 |
commit | 9591698754e37f357dc4cda28970fecaad9cb49a (patch) | |
tree | 860923e983b03b71bc8235f7c3ae0c11ba6ad76c /meta/recipes-extended/minicom | |
parent | 6245f65fa300f7f3e4cc13c7fe272a9d16668485 (diff) | |
download | poky-9591698754e37f357dc4cda28970fecaad9cb49a.tar.gz |
minicom: Mark patches as backports
These three patches are backports from upstream, mark as such.
(From OE-Core rev: d8f974004ac5a3518c4fc88c4eded4ad23fa98fd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/minicom')
3 files changed, 3 insertions, 3 deletions
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. | |||
11 | This fixes linking with gcc 10 which uses -fno-common by default, | 11 | This fixes linking with gcc 10 which uses -fno-common by default, |
12 | disallowing multiple global variable definitions. | 12 | disallowing multiple global variable definitions. |
13 | 13 | ||
14 | Upstream-Status: Pending | 14 | Upstream-Status: Backport [https://salsa.debian.org/minicom-team/minicom/-/commit/db269bba2a68fde03f5df45ac8372a8f1248ca96] |
15 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 15 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
16 | --- | 16 | --- |
17 | src/dial.c | 2 -- | 17 | 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. | |||
13 | This fixes linking with gcc 10 which uses -fno-common by default, | 13 | This fixes linking with gcc 10 which uses -fno-common by default, |
14 | disallowing multiple global variable definitions. | 14 | disallowing multiple global variable definitions. |
15 | 15 | ||
16 | Upstream-Status: Pending | 16 | Upstream-Status: Backport [https://salsa.debian.org/minicom-team/minicom/-/commit/c69cad5b5dda85d361a3a0c1fddc65e933f26d11] |
17 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 17 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
18 | --- | 18 | --- |
19 | src/minicom.h | 2 +- | 19 | 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. | |||
14 | This fixes linking with gcc 10 which uses -fno-common by default, | 14 | This fixes linking with gcc 10 which uses -fno-common by default, |
15 | disallowing multiple global variable definitions. | 15 | disallowing multiple global variable definitions. |
16 | 16 | ||
17 | Upstream-Status: Pending | 17 | Upstream-Status: Backport [https://salsa.debian.org/minicom-team/minicom/-/commit/c8382374c5d340aa4115d527aed76e876ee5456b] |
18 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 18 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
19 | --- | 19 | --- |
20 | src/minicom.h | 6 +++--- | 20 | src/minicom.h | 6 +++--- |