1b8fd21eba
The verify-overlay-integrity.sh script is now active. It runs at the start of canonical builds and auto-repairs via apply-patches.sh on failure. Restored missing symlinks for: - recipes/core/base/redox.patch - recipes/core/bootloader/redox.patch - recipes/core/bootloader/P2-live-preload-guard.patch - recipes/core/bootloader/P3-uefi-live-image-safe-read.patch - recipes/wip/wayland/qt6-wayland-smoke (incorrect relative path) Created empty stub at local/patches/base/redox.patch so the relibc/base symlinks can be re-created by apply-patches.sh. Overlay integrity now reports: 365 recipe symlinks, 0 broken 9 patch symlinks, 0 broken 9 critical patches, 0 missing 10 critical configs, 0 missing
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
# SPDX-FileCopyrightText: 2024 GNOME Foundation, Inc.
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
option('tests',
|
|
type: 'boolean',
|
|
value: true,
|
|
description: 'build tests')
|