Go to file
Dmitry Baryshkov 88f604fa71
android-tools: fix building with GCC 14
libstdc++ in GCC 14 has dropped several nested includes. Include the
<algorithms> header to fix build error:

system/core/fs_mgr/liblp/utility.cpp: In function 'bool android::fs_mgr::UpdateMetadataForInPlaceSnapshot(LpMetadata*, uint32_t, uint32_t)':
system/core/fs_mgr/liblp/utility.cpp:264:28: error: no matching function for call to 'find(std::vector<LpMetadataPartitionGroup*>::iterator, std::vector<LpMetadataPartitionGroup*>::iterator, __gnu_cxx::__alloc_traits<std::allocator<LpMetadataPartitionGroup>, LpMetadataPartitionGroup>::value_type*)'
  264 |         auto it = std::find(new_group_ptrs.begin(), new_group_ptrs.end(),
      |                   ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  265 |                             &metadata->groups[partition.group_index]);
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-25 10:55:33 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
meta-gnome recipes: Switch away from S = WORKDIR 2024-05-23 08:44:44 -07:00
meta-initramfs recipes: Switch away from S = WORKDIR 2024-05-23 08:44:44 -07:00
meta-multimedia oscam: Upgrade to 1.20 2024-05-23 16:17:12 -07:00
meta-networking fetchmail: Fix buildpaths warning. 2024-05-23 16:17:11 -07:00
meta-oe android-tools: fix building with GCC 14 2024-05-25 10:55:33 -07:00
meta-perl recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
meta-python python3-requests-mock: new recipe 2024-05-24 14:31:08 -07:00
meta-webserver apache2: fix multilib file conflicts 2024-05-23 16:17:11 -07:00
meta-xfce menulibre: Upgrade to 2.4.0 2024-05-23 08:44:42 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories