diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-09-17 08:14:02 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-20 23:17:53 +0100 |
| commit | 4169c106a3313071acb34cce41873e1ce93b0be7 (patch) | |
| tree | 51a741040a92c81eb0d96f420b020700719e7b29 /meta/recipes-devtools/apt/apt_2.4.5.bb | |
| parent | 249f19e21a65f42742efcf125065961ce9e32770 (diff) | |
| download | poky-4169c106a3313071acb34cce41873e1ce93b0be7.tar.gz | |
apt: Fix type mismatches and ptest builds
These issues are found with clang15
(From OE-Core rev: 43ac1ce1df152753d9c92360942d99add81bd4ca)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt/apt_2.4.5.bb')
| -rw-r--r-- | meta/recipes-devtools/apt/apt_2.4.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt_2.4.5.bb b/meta/recipes-devtools/apt/apt_2.4.5.bb index 564bdeec41..4b9f804039 100644 --- a/meta/recipes-devtools/apt/apt_2.4.5.bb +++ b/meta/recipes-devtools/apt/apt_2.4.5.bb | |||
| @@ -14,6 +14,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/${BPN}_${PV}.tar.xz \ | |||
| 14 | file://0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch \ | 14 | file://0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch \ |
| 15 | file://0001-aptwebserver.cc-Include-array.patch \ | 15 | file://0001-aptwebserver.cc-Include-array.patch \ |
| 16 | file://0001-Remove-using-std-binary_function.patch \ | 16 | file://0001-Remove-using-std-binary_function.patch \ |
| 17 | file://0001-typecast-time_t-and-suseconds_t-from-std-chrono.patch \ | ||
| 18 | file://0002-interactive-helper-Undefine-_FORTIFY_SOURCE.patch \ | ||
| 17 | " | 19 | " |
| 18 | 20 | ||
| 19 | SRC_URI:append:class-native = " \ | 21 | SRC_URI:append:class-native = " \ |
