summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/minicom/minicom_2.7.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-09-02 03:21:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-12 22:48:38 +0100
commit7e4cc9892dc72bfd360855940e715f8d43186053 (patch)
tree6ec374a04ba9e19267c3fd27746a09ab361fa926 /meta/recipes-extended/minicom/minicom_2.7.bb
parentf03b36b199b8c6259eb4ceb5b8b0717ca753c257 (diff)
downloadpoky-7e4cc9892dc72bfd360855940e715f8d43186053.tar.gz
minicom: Fix build with musl
musl exposes the inherent assumption about certain header files from glibc (From OE-Core rev: 77789bdd0f55714590d95589558edc8151f9860d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/minicom/minicom_2.7.bb')
-rw-r--r--meta/recipes-extended/minicom/minicom_2.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/minicom/minicom_2.7.bb b/meta/recipes-extended/minicom/minicom_2.7.bb
index c002bc82d9..1575cfbc7e 100644
--- a/meta/recipes-extended/minicom/minicom_2.7.bb
+++ b/meta/recipes-extended/minicom/minicom_2.7.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
9SRC_URI = "https://alioth.debian.org/frs/download.php/latestfile/3/${BP}.tar.gz \ 9SRC_URI = "https://alioth.debian.org/frs/download.php/latestfile/3/${BP}.tar.gz \
10 file://allow.to.disable.lockdev.patch \ 10 file://allow.to.disable.lockdev.patch \
11 file://0001-fix-minicom-h-v-return-value-is-not-0.patch \ 11 file://0001-fix-minicom-h-v-return-value-is-not-0.patch \
12 file://0001-Fix-build-issus-surfaced-due-to-musl.patch \
12 " 13 "
13 14
14SRC_URI[md5sum] = "7044ca3e291268c33294f171d426dc2d" 15SRC_URI[md5sum] = "7044ca3e291268c33294f171d426dc2d"