summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-security/bubblewrap/bubblewrap_0.10.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* bubblewrap: fix error with gcc-15mark.yang2025-04-081-1/+4
| | | | | | | | | | | | | | | | | | * backport fix from: https://github.com/containers/bubblewrap/pull/660 But patch rework for this version. In gcc 15, bool became a reserved keyword in C23, causing conflicts with our custom bool definition. See also, https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=55e3bd376b2214e200fa76d12b67ff259b06c212 * to fix: http://errors.yoctoproject.org/Errors/Details/851183/ ../bubblewrap-0.10.0/utils.h:46:13: error: 'bool' cannot be defined via 'typedef' 46 | typedef int bool; | ^~~~ Signed-off-by: mark.yang <mark.yang@lge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bubblewrap: update 0.9.0 -> 0.10.0Markus Volk2024-08-211-0/+24
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>