aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-03-08 06:04:17 +0000
committerSamuli Piippo <samuli.piippo@qt.io>2022-03-08 09:22:12 +0000
commit50e686a1920efc1f7be4a37d43dbc96fb38139f4 (patch)
treebfe9401baa6d656d4c11e0cc8a90be2563e41725
parent1f117e1ecc4b5baca93675b4cae3d8c1a47adf89 (diff)
gstreamer: enable build of GPL licensed plugins
Additional PACKAGECONFIG was added to allow GPL licensed plugins, such as faad, to be built. The option was added in versions 1.20, but older versions are still used in some BSPs. Change-Id: Iee092935297aa855f3cde18c4ab6dd506b0adc09 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-rw-r--r--meta-boot2qt-distro/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2%.bbappend30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-boot2qt-distro/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2%.bbappend b/meta-boot2qt-distro/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2%.bbappend
new file mode 100644
index 00000000..1442fda1
--- /dev/null
+++ b/meta-boot2qt-distro/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2%.bbappend
@@ -0,0 +1,30 @@
+############################################################################
+##
+## Copyright (C) 2022 The Qt Company Ltd.
+## Contact: https://www.qt.io/licensing/
+##
+## This file is part of the Boot to Qt meta layer.
+##
+## $QT_BEGIN_LICENSE:GPL$
+## Commercial License Usage
+## Licensees holding valid commercial Qt licenses may use this file in
+## accordance with the commercial license agreement provided with the
+## Software or, alternatively, in accordance with the terms contained in
+## a written agreement between you and The Qt Company. For licensing terms
+## and conditions see https://www.qt.io/terms-conditions. For further
+## information use the contact form at https://www.qt.io/contact-us.
+##
+## GNU General Public License Usage
+## Alternatively, this file may be used under the terms of the GNU
+## General Public License version 3 or (at your option) any later version
+## approved by the KDE Free Qt Foundation. The licenses are as published by
+## the Free Software Foundation and appearing in the file LICENSE.GPL3
+## included in the packaging of this file. Please review the following
+## information to ensure the GNU General Public License requirements will
+## be met: https://www.gnu.org/licenses/gpl-3.0.html.
+##
+## $QT_END_LICENSE$
+##
+############################################################################
+
+PACKAGECONFIG += "gpl"