diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-01-29 00:38:17 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-29 08:59:56 -0800 |
| commit | 6ec4f0a30fc3881a33c3c613cbb7117cda7fcc56 (patch) | |
| tree | d4c508111273a14fd29ce6270a459e897be02401 /meta-oe/recipes-extended/upm/upm_git.bb | |
| parent | 0416a4e538725470d842410efe08c9fb332f6025 (diff) | |
| download | meta-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.bb | 1 |
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 | ||
| 21 | SRC_URI:append:toolchain-clang:x86 = " file://0001-nmea_gps-Link-with-latomic.patch " | 22 | SRC_URI:append:toolchain-clang:x86 = " file://0001-nmea_gps-Link-with-latomic.patch " |
