diff options
2 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/0001-liblp-fix-building-with-GCC-14.patch b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/0001-liblp-fix-building-with-GCC-14.patch new file mode 100644 index 0000000000..ccd289c81b --- /dev/null +++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/0001-liblp-fix-building-with-GCC-14.patch | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | From 9f4d839847666019cadf57aa34fd366801c11a44 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | ||
| 3 | Date: Fri, 24 May 2024 14:13:35 +0300 | ||
| 4 | Subject: [PATCH] liblp: fix building with GCC 14 | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | ||
| 8 | --- | ||
| 9 | system/core/fs_mgr/liblp/utility.cpp | 1 + | ||
| 10 | 1 file changed, 1 insertion(+) | ||
| 11 | |||
| 12 | diff --git a/system/core/fs_mgr/liblp/utility.cpp b/system/core/fs_mgr/liblp/utility.cpp | ||
| 13 | index 48c5c8318d99..0aa8023aa87d 100644 | ||
| 14 | --- a/system/core/fs_mgr/liblp/utility.cpp | ||
| 15 | +++ b/system/core/fs_mgr/liblp/utility.cpp | ||
| 16 | @@ -24,6 +24,7 @@ | ||
| 17 | #include <sys/ioctl.h> | ||
| 18 | #endif | ||
| 19 | |||
| 20 | +#include <algorithm> | ||
| 21 | #include <map> | ||
| 22 | #include <string> | ||
| 23 | #include <vector> | ||
| 24 | -- | ||
| 25 | 2.39.2 | ||
| 26 | |||
diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb index f63b5c04b3..176107f2a7 100644 --- a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb +++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb | |||
| @@ -52,6 +52,7 @@ SRC_URI += " \ | |||
| 52 | file://0003-Update-usage-of-usbdevfs_urb-to-match-new-kernel-UAP.patch \ | 52 | file://0003-Update-usage-of-usbdevfs_urb-to-match-new-kernel-UAP.patch \ |
| 53 | file://0004-adb-Fix-build-on-big-endian-systems.patch \ | 53 | file://0004-adb-Fix-build-on-big-endian-systems.patch \ |
| 54 | file://0005-adb-Allow-adbd-to-be-run-as-root.patch \ | 54 | file://0005-adb-Allow-adbd-to-be-run-as-root.patch \ |
| 55 | file://0001-liblp-fix-building-with-GCC-14.patch \ | ||
| 55 | " | 56 | " |
| 56 | 57 | ||
| 57 | S = "${WORKDIR}/git" | 58 | S = "${WORKDIR}/git" |
