mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 11:56:31 +08:00
Ubuntu 23.10 introduced new apparmor features and those prevent bitbake to work correctly until a apparmor configuration file is installed. Task-number: QTBUG-137321 Change-Id: Ib3f5faae07ea116012b1c66554211c53ca0e77e7 Reviewed-by: Toni Saario <toni.saario@qt.io>
7 lines
290 B
Bash
7 lines
290 B
Bash
#!/usr/bin/env bash
|
|
# Copyright (C) 2024 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
|
|
# shellcheck source=../common/linux/fix-bitbake-apparmor.sh
|
|
source "${BASH_SOURCE%/*}/../common/linux/fix-bitbake-apparmor.sh"
|