summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-06 11:42:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-08 20:22:10 +0000
commit9591698754e37f357dc4cda28970fecaad9cb49a (patch)
tree860923e983b03b71bc8235f7c3ae0c11ba6ad76c /meta/recipes-extended
parent6245f65fa300f7f3e4cc13c7fe272a9d16668485 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-extended/minicom/minicom/0001-Drop-superfluous-global-variable-definitions.patch2
-rw-r--r--meta/recipes-extended/minicom/minicom/0002-Drop-superfluous-global-variable-definitions.patch2
-rw-r--r--meta/recipes-extended/minicom/minicom/0003-Drop-superfluous-global-variable-definitions.patch2
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.
11This fixes linking with gcc 10 which uses -fno-common by default, 11This fixes linking with gcc 10 which uses -fno-common by default,
12disallowing multiple global variable definitions. 12disallowing multiple global variable definitions.
13 13
14Upstream-Status: Pending 14Upstream-Status: Backport [https://salsa.debian.org/minicom-team/minicom/-/commit/db269bba2a68fde03f5df45ac8372a8f1248ca96]
15Signed-off-by: Khem Raj <raj.khem@gmail.com> 15Signed-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.
13This fixes linking with gcc 10 which uses -fno-common by default, 13This fixes linking with gcc 10 which uses -fno-common by default,
14disallowing multiple global variable definitions. 14disallowing multiple global variable definitions.
15 15
16Upstream-Status: Pending 16Upstream-Status: Backport [https://salsa.debian.org/minicom-team/minicom/-/commit/c69cad5b5dda85d361a3a0c1fddc65e933f26d11]
17Signed-off-by: Khem Raj <raj.khem@gmail.com> 17Signed-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.
14This fixes linking with gcc 10 which uses -fno-common by default, 14This fixes linking with gcc 10 which uses -fno-common by default,
15disallowing multiple global variable definitions. 15disallowing multiple global variable definitions.
16 16
17Upstream-Status: Pending 17Upstream-Status: Backport [https://salsa.debian.org/minicom-team/minicom/-/commit/c8382374c5d340aa4115d527aed76e876ee5456b]
18Signed-off-by: Khem Raj <raj.khem@gmail.com> 18Signed-off-by: Khem Raj <raj.khem@gmail.com>
19--- 19---
20 src/minicom.h | 6 +++--- 20 src/minicom.h | 6 +++---