diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-11-18 16:48:32 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-18 17:17:11 -0800 |
| commit | 53d431639a1ef93992fa2b7da229f167e23e7a23 (patch) | |
| tree | 1d091d58adac14aa06aafd7a63694250c55f0d81 /meta-oe/recipes-extended/upm/upm_git.bb | |
| parent | f7a7a2aafe87437aefca21612dc156fde645ac89 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 18 | SRC_URI_append_toolchain-clang_x86 = " file://0001-nmea_gps-Link-with-latomic.patch " | ||
| 19 | |||
| 18 | S = "${WORKDIR}/git" | 20 | S = "${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 |
