summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/upm/upm_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-18 16:48:32 -0800
committerKhem Raj <raj.khem@gmail.com>2019-11-18 17:17:11 -0800
commit53d431639a1ef93992fa2b7da229f167e23e7a23 (patch)
tree1d091d58adac14aa06aafd7a63694250c55f0d81 /meta-oe/recipes-extended/upm/upm_git.bb
parentf7a7a2aafe87437aefca21612dc156fde645ac89 (diff)
downloadmeta-openembedded-53d431639a1ef93992fa2b7da229f167e23e7a23.tar.gz
upm: Link with libatomic on clang/x86
This is needed for atomic<double> which clang does not use intrinsic function for on 32bit x86 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/upm/upm_git.bb')
-rw-r--r--meta-oe/recipes-extended/upm/upm_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/upm/upm_git.bb b/meta-oe/recipes-extended/upm/upm_git.bb
index fb22e83359..dbe97370d5 100644
--- a/meta-oe/recipes-extended/upm/upm_git.bb
+++ b/meta-oe/recipes-extended/upm/upm_git.bb
@@ -15,6 +15,8 @@ SRC_URI = "git://github.com/intel-iot-devkit/${BPN}.git;protocol=http \
15 file://0001-Use-stdint-types.patch \ 15 file://0001-Use-stdint-types.patch \
16 " 16 "
17 17
18SRC_URI_append_toolchain-clang_x86 = " file://0001-nmea_gps-Link-with-latomic.patch "
19
18S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
19 21
20# Depends on mraa which only supports x86 and ARM for now 22# Depends on mraa which only supports x86 and ARM for now