summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/minicom/minicom_2.7.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-05 00:03:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-06 15:12:34 +0100
commitd79177ab293063b176ded2566173c29d00360ad5 (patch)
treebf398d7557a2025dbc8e742fc8c48f1f925c7141 /meta/recipes-extended/minicom/minicom_2.7.1.bb
parent227430916a3e50bec5741e00cb7f2dbc52a85eb3 (diff)
downloadopenembedded-core-contrib-d79177ab293063b176ded2566173c29d00360ad5.tar.gz
minicom: Fix build when using -fno-common
gcc10 defaults to -fno-common which flags the multiple global variables as errors, these patches ( from fedora ) fixes the issue Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/minicom/minicom_2.7.1.bb')
-rw-r--r--meta/recipes-extended/minicom/minicom_2.7.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/minicom/minicom_2.7.1.bb b/meta/recipes-extended/minicom/minicom_2.7.1.bb
index 1e6f1317eb..03034864c8 100644
--- a/meta/recipes-extended/minicom/minicom_2.7.1.bb
+++ b/meta/recipes-extended/minicom/minicom_2.7.1.bb
@@ -11,6 +11,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/m/${BPN}/${BPN}_${PV}.orig.tar.gz \
file://allow.to.disable.lockdev.patch \
file://0001-fix-minicom-h-v-return-value-is-not-0.patch \
file://0001-Fix-build-issus-surfaced-due-to-musl.patch \
+ file://0001-Drop-superfluous-global-variable-definitions.patch \
+ file://0002-Drop-superfluous-global-variable-definitions.patch \
+ file://0003-Drop-superfluous-global-variable-definitions.patch \
"
SRC_URI[md5sum] = "9021cb8c5445f6e6e74b2acc39962d62"