summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/upm/upm_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-29 00:38:17 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-29 08:59:56 -0800
commit6ec4f0a30fc3881a33c3c613cbb7117cda7fcc56 (patch)
treed4c508111273a14fd29ce6270a459e897be02401 /meta-oe/recipes-extended/upm/upm_git.bb
parent0416a4e538725470d842410efe08c9fb332f6025 (diff)
downloadmeta-openembedded-6ec4f0a30fc3881a33c3c613cbb7117cda7fcc56.tar.gz
upm: Fix build with gcc13
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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/upm/upm_git.bb b/meta-oe/recipes-extended/upm/upm_git.bb
index 61e2e38b05..0ae7760bd2 100644
--- a/meta-oe/recipes-extended/upm/upm_git.bb
+++ b/meta-oe/recipes-extended/upm/upm_git.bb
@@ -16,6 +16,7 @@ SRC_URI = "git://github.com/eclipse/${BPN}.git;protocol=http;branch=master;proto
16 file://0001-initialize-local-variables-before-use.patch \ 16 file://0001-initialize-local-variables-before-use.patch \
17 file://0001-cmake-Disable-Wno-misleading-indentation-with-clang-.patch \ 17 file://0001-cmake-Disable-Wno-misleading-indentation-with-clang-.patch \
18 file://0001-cmake-Disable-using-Wno-maybe-uninitialized.patch \ 18 file://0001-cmake-Disable-using-Wno-maybe-uninitialized.patch \
19 file://0001-include-missing-cstdint.patch \
19 " 20 "
20 21
21SRC_URI:append:toolchain-clang:x86 = " file://0001-nmea_gps-Link-with-latomic.patch " 22SRC_URI:append:toolchain-clang:x86 = " file://0001-nmea_gps-Link-with-latomic.patch "