diff options
| author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-09 08:44:00 +0200 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-09 10:15:02 +0000 |
| commit | e58e1e259754a721f108c3732d638c803ab70aaa (patch) | |
| tree | 4afe76614789c2884b5bd944ed895948338cbcd7 /recipes | |
| parent | 94eac04d4a3463354cdea72e36729517721b8b26 (diff) | |
| download | meta-boot2qt-e58e1e259754a721f108c3732d638c803ab70aaa.tar.gz | |
Update license headers
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes')
51 files changed, 731 insertions, 561 deletions
diff --git a/recipes/adbd/adbd.bb b/recipes/adbd/adbd.bb index e32311e..fa74a48 100644 --- a/recipes/adbd/adbd.bb +++ b/recipes/adbd/adbd.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "Android Debug Bridge Daemon" | 22 | DESCRIPTION = "Android Debug Bridge Daemon" |
| 24 | HOMEPAGE = "http://developer.android.com/tools/help/adb.html" | 23 | HOMEPAGE = "http://developer.android.com/tools/help/adb.html" |
diff --git a/recipes/alsa/alsa-state.bbappend b/recipes/alsa/alsa-state.bbappend index bdb9cdd..9b56df1 100644 --- a/recipes/alsa/alsa-state.bbappend +++ b/recipes/alsa/alsa-state.bbappend | |||
| @@ -1,23 +1,22 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
diff --git a/recipes/base-files/base-files_3.0.14.bbappend b/recipes/base-files/base-files_3.0.14.bbappend index 20f38d7..e889a2d 100644 --- a/recipes/base-files/base-files_3.0.14.bbappend +++ b/recipes/base-files/base-files_3.0.14.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 24 | SRC_URI += "\ | 23 | SRC_URI += "\ |
diff --git a/recipes/ca-certificates/ca-certificates_%.bbappend b/recipes/ca-certificates/ca-certificates_%.bbappend index 9ad02d6..0c31fb9 100644 --- a/recipes/ca-certificates/ca-certificates_%.bbappend +++ b/recipes/ca-certificates/ca-certificates_%.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | SRC_URI_remove = "file://0001-update-ca-certificates-remove-c-rehash.patch" | 22 | SRC_URI_remove = "file://0001-update-ca-certificates-remove-c-rehash.patch" |
| 24 | DEPENDS_class-native = "coreutils-native" | 23 | DEPENDS_class-native = "coreutils-native" |
diff --git a/recipes/dbus/dbus_%.bbappend b/recipes/dbus/dbus_%.bbappend index 4eab3aa..6905df3 100644 --- a/recipes/dbus/dbus_%.bbappend +++ b/recipes/dbus/dbus_%.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" | 22 | FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" |
| 24 | SRC_URI += " \ | 23 | SRC_URI += " \ |
diff --git a/recipes/dracut/dracut_git.bbappend b/recipes/dracut/dracut_git.bbappend index 3e974cd..e33637a 100644 --- a/recipes/dracut/dracut_git.bbappend +++ b/recipes/dracut/dracut_git.bbappend | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | ############################################################################## | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 5 | ## | ||
| 6 | ## This file is part of the Boot to Qt meta layer. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
| 9 | ## | ||
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 17 | ## | ||
| 18 | ## $QT_END_LICENSE$ | ||
| 19 | ## | ||
| 20 | ############################################################################## | ||
| 21 | |||
| 1 | # Upstream recipe mistakenly depends on systemd, we remove that dependency here. | 22 | # Upstream recipe mistakenly depends on systemd, we remove that dependency here. |
| 2 | RDEPENDS_${PN}_remove = "systemd" | 23 | RDEPENDS_${PN}_remove = "systemd" |
| 3 | REQUIRED_DISTRO_FEATURES_remove = "systemd" | 24 | REQUIRED_DISTRO_FEATURES_remove = "systemd" |
diff --git a/recipes/fonts/otf-noto.bb b/recipes/fonts/otf-noto.bb index 742c001..d49e111 100644 --- a/recipes/fonts/otf-noto.bb +++ b/recipes/fonts/otf-noto.bb | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | ############################################################################## | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 5 | ## | ||
| 6 | ## This file is part of the Boot to Qt meta layer. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
| 9 | ## | ||
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 17 | ## | ||
| 18 | ## $QT_END_LICENSE$ | ||
| 19 | ## | ||
| 20 | ############################################################################## | ||
| 21 | |||
| 1 | SUMMARY = "Noto Sans CJK" | 22 | SUMMARY = "Noto Sans CJK" |
| 2 | SECTION = "fonts" | 23 | SECTION = "fonts" |
| 3 | HOMEPAGE = "http://www.google.com/get/noto" | 24 | HOMEPAGE = "http://www.google.com/get/noto" |
diff --git a/recipes/fonts/ttf-devanagari_2.94.0.bb b/recipes/fonts/ttf-devanagari_2.94.0.bb index f945c82..513ef60 100644 --- a/recipes/fonts/ttf-devanagari_2.94.0.bb +++ b/recipes/fonts/ttf-devanagari_2.94.0.bb | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | ############################################################################## | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 5 | ## | ||
| 6 | ## This file is part of the Boot to Qt meta layer. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
| 9 | ## | ||
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 17 | ## | ||
| 18 | ## $QT_END_LICENSE$ | ||
| 19 | ## | ||
| 20 | ############################################################################## | ||
| 21 | |||
| 1 | SUMMARY = "Lohit Devanagari Fonts" | 22 | SUMMARY = "Lohit Devanagari Fonts" |
| 2 | SECTION = "fonts" | 23 | SECTION = "fonts" |
| 3 | HOMEPAGE = "https://fedorahosted.org/lohit/" | 24 | HOMEPAGE = "https://fedorahosted.org/lohit/" |
diff --git a/recipes/fonts/ttf-opensans.bb b/recipes/fonts/ttf-opensans.bb index d115219..814eadb 100644 --- a/recipes/fonts/ttf-opensans.bb +++ b/recipes/fonts/ttf-opensans.bb | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | ############################################################################## | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 5 | ## | ||
| 6 | ## This file is part of the Boot to Qt meta layer. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
| 9 | ## | ||
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 17 | ## | ||
| 18 | ## $QT_END_LICENSE$ | ||
| 19 | ## | ||
| 20 | ############################################################################## | ||
| 21 | |||
| 1 | SUMMARY = "Open Sans Fonts" | 22 | SUMMARY = "Open Sans Fonts" |
| 2 | SECTION = "fonts" | 23 | SECTION = "fonts" |
| 3 | HOMEPAGE = "https://www.google.com/fonts" | 24 | HOMEPAGE = "https://www.google.com/fonts" |
diff --git a/recipes/gcc/gcc-source_4.9.bbappend b/recipes/gcc/gcc-source_4.9.bbappend index 8702aae..2b937e6 100644 --- a/recipes/gcc/gcc-source_4.9.bbappend +++ b/recipes/gcc/gcc-source_4.9.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_append := "${THISDIR}/gcc-4.9:" | 22 | FILESEXTRAPATHS_append := "${THISDIR}/gcc-4.9:" |
| 24 | 23 | ||
diff --git a/recipes/gdb/gdb-cross-canadian_7.8.1.bbappend b/recipes/gdb/gdb-cross-canadian_7.8.1.bbappend index 7e73d41..b8a804f 100644 --- a/recipes/gdb/gdb-cross-canadian_7.8.1.bbappend +++ b/recipes/gdb/gdb-cross-canadian_7.8.1.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python" | 22 | DEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python" |
| 24 | RDEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python" | 23 | RDEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python" |
diff --git a/recipes/gperf/gperf_%.bbappend b/recipes/gperf/gperf_%.bbappend index 2dc86e4..ffc1dcd 100644 --- a/recipes/gperf/gperf_%.bbappend +++ b/recipes/gperf/gperf_%.bbappend | |||
| @@ -1,23 +1,22 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.23.bbappend b/recipes/gstreamer/gst-plugins-bad_0.10.23.bbappend index 1c5cc7c..5912e52 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.23.bbappend +++ b/recipes/gstreamer/gst-plugins-bad_0.10.23.bbappend | |||
| @@ -1 +1,22 @@ | |||
| 1 | ############################################################################## | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 5 | ## | ||
| 6 | ## This file is part of the Boot to Qt meta layer. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
| 9 | ## | ||
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 17 | ## | ||
| 18 | ## $QT_END_LICENSE$ | ||
| 19 | ## | ||
| 20 | ############################################################################## | ||
| 21 | |||
| 1 | PACKAGECONFIG_append = " faad" | 22 | PACKAGECONFIG_append = " faad" |
diff --git a/recipes/gstreamer/gst-plugins-base_0.10.%.bbappend b/recipes/gstreamer/gst-plugins-base_0.10.%.bbappend index 026aa2b..120546d 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.%.bbappend +++ b/recipes/gstreamer/gst-plugins-base_0.10.%.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 24 | 23 | ||
diff --git a/recipes/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index 1c5cc7c..5912e52 100644 --- a/recipes/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | |||
| @@ -1 +1,22 @@ | |||
| 1 | ############################################################################## | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 5 | ## | ||
| 6 | ## This file is part of the Boot to Qt meta layer. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
| 9 | ## | ||
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 17 | ## | ||
| 18 | ## $QT_END_LICENSE$ | ||
| 19 | ## | ||
| 20 | ############################################################################## | ||
| 21 | |||
| 1 | PACKAGECONFIG_append = " faad" | 22 | PACKAGECONFIG_append = " faad" |
diff --git a/recipes/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/recipes/gstreamer/gstreamer1.0-plugins-base_%.bbappend index 026aa2b..120546d 100644 --- a/recipes/gstreamer/gstreamer1.0-plugins-base_%.bbappend +++ b/recipes/gstreamer/gstreamer1.0-plugins-base_%.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 24 | 23 | ||
diff --git a/recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend b/recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend index cff6298..00d6a82 100644 --- a/recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend +++ b/recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend | |||
| @@ -1,2 +1,23 @@ | |||
| 1 | ############################################################################## | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 5 | ## | ||
| 6 | ## This file is part of the Boot to Qt meta layer. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
| 9 | ## | ||
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 17 | ## | ||
| 18 | ## $QT_END_LICENSE$ | ||
| 19 | ## | ||
| 20 | ############################################################################## | ||
| 21 | |||
| 1 | PACKAGECONFIG_append = " x264" | 22 | PACKAGECONFIG_append = " x264" |
| 2 | FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/*.prs" | 23 | FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/*.prs" |
diff --git a/recipes/hunspell/hunspell_1.3.2.bb b/recipes/hunspell/hunspell_1.3.2.bb index 6adb48c..6faea05 100644 --- a/recipes/hunspell/hunspell_1.3.2.bb +++ b/recipes/hunspell/hunspell_1.3.2.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "Hunspell" | 22 | DESCRIPTION = "Hunspell" |
| 24 | LICENSE = "LGPLv2" | 23 | LICENSE = "LGPLv2" |
diff --git a/recipes/images/b2qt-embedded-image.bb b/recipes/images/b2qt-embedded-image.bb index d8e55ef..05f2dbf 100644 --- a/recipes/images/b2qt-embedded-image.bb +++ b/recipes/images/b2qt-embedded-image.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "B2Qt on embedded Linux SDK image" | 22 | DESCRIPTION = "B2Qt on embedded Linux SDK image" |
| 24 | LICENSE = "CLOSED" | 23 | LICENSE = "CLOSED" |
diff --git a/recipes/init-ifupdown/init-ifupdown_1.0.bbappend b/recipes/init-ifupdown/init-ifupdown_1.0.bbappend index 38ea659..c1299e2 100644 --- a/recipes/init-ifupdown/init-ifupdown_1.0.bbappend +++ b/recipes/init-ifupdown/init-ifupdown_1.0.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 24 | 23 | ||
diff --git a/recipes/initscripts/initscripts_1.0.bbappend b/recipes/initscripts/initscripts_1.0.bbappend index f8cdf55..d9c5e82 100644 --- a/recipes/initscripts/initscripts_1.0.bbappend +++ b/recipes/initscripts/initscripts_1.0.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | do_configure_append() { | 22 | do_configure_append() { |
| 24 | sed -i -e "/echo/d" ${WORKDIR}/banner.sh | 23 | sed -i -e "/echo/d" ${WORKDIR}/banner.sh |
diff --git a/recipes/libgsystem/libgsystem.bb b/recipes/libgsystem/libgsystem.bb index d2d1a0b..fde40d8 100644 --- a/recipes/libgsystem/libgsystem.bb +++ b/recipes/libgsystem/libgsystem.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | SUMMARY = "LibGSystem is a GIO-based library, targeted primarily for use by operating system components." | 22 | SUMMARY = "LibGSystem is a GIO-based library, targeted primarily for use by operating system components." |
| 24 | 23 | ||
diff --git a/recipes/libsdl/libsdl_1.2.15.bbappend b/recipes/libsdl/libsdl_1.2.15.bbappend index 3a08249..7e931a8 100644 --- a/recipes/libsdl/libsdl_1.2.15.bbappend +++ b/recipes/libsdl/libsdl_1.2.15.bbappend | |||
| @@ -1 +1,22 @@ | |||
| 1 | ############################################################################## | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 5 | ## | ||
| 6 | ## This file is part of the Boot to Qt meta layer. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
| 9 | ## | ||
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 17 | ## | ||
| 18 | ## $QT_END_LICENSE$ | ||
| 19 | ## | ||
| 20 | ############################################################################## | ||
| 21 | |||
| 1 | DEPENDS_remove = "virtual/libgl libglu" | 22 | DEPENDS_remove = "virtual/libgl libglu" |
diff --git a/recipes/libsoup-2.4/libsoup-2.4_2.46.0.bbappend b/recipes/libsoup-2.4/libsoup-2.4_2.46.0.bbappend index bc3d1ff..fec4f94 100644 --- a/recipes/libsoup-2.4/libsoup-2.4_2.46.0.bbappend +++ b/recipes/libsoup-2.4/libsoup-2.4_2.46.0.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | # Remove this recipe when openembedded-core/meta/recipes-support/libsoup/ | 22 | # Remove this recipe when openembedded-core/meta/recipes-support/libsoup/ |
| 24 | # will be updated to 2.50.0 version or above. | 23 | # will be updated to 2.50.0 version or above. |
diff --git a/recipes/linux/linux-yocto_3.%.bbappend b/recipes/linux/linux-yocto_3.%.bbappend index 7d6289e..23b9d3a 100644 --- a/recipes/linux/linux-yocto_3.%.bbappend +++ b/recipes/linux/linux-yocto_3.%.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 24 | SRC_URI += "\ | 23 | SRC_URI += "\ |
diff --git a/recipes/meta/meta-environment.bbappend b/recipes/meta/meta-environment.bbappend index 93500c0..39f3586 100644 --- a/recipes/meta/meta-environment.bbappend +++ b/recipes/meta/meta-environment.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | toolchain_create_sdk_version_append () { | 22 | toolchain_create_sdk_version_append () { |
| 24 | echo 'Layer Revisions:' >> $versionfile | 23 | echo 'Layer Revisions:' >> $versionfile |
diff --git a/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb b/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb index fab2c25..5c91810 100644 --- a/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb +++ b/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "B2Qt on embedded Linux SDK toolchain" | 22 | DESCRIPTION = "B2Qt on embedded Linux SDK toolchain" |
| 24 | PR = "r0" | 23 | PR = "r0" |
diff --git a/recipes/opengldummy/opengldummy.bb b/recipes/opengldummy/opengldummy.bb index bfd8870..6636335 100644 --- a/recipes/opengldummy/opengldummy.bb +++ b/recipes/opengldummy/opengldummy.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "OpenGL dummy library provides headers and a dummy library for EGL/GLES" | 22 | DESCRIPTION = "OpenGL dummy library provides headers and a dummy library for EGL/GLES" |
| 24 | SECTION = "devel" | 23 | SECTION = "devel" |
diff --git a/recipes/opengldummy/opengldummy.inc b/recipes/opengldummy/opengldummy.inc index 7719f0c..a4966e8 100644 --- a/recipes/opengldummy/opengldummy.inc +++ b/recipes/opengldummy/opengldummy.inc | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | PROVIDES = "virtual/libgles2 virtual/libgles3 virtual/egl" | 22 | PROVIDES = "virtual/libgles2 virtual/libgles3 virtual/egl" |
| 24 | 23 | ||
diff --git a/recipes/opengldummy/qtglesstream-dummy-client.bb b/recipes/opengldummy/qtglesstream-dummy-client.bb index 1c02de1..6c71739 100644 --- a/recipes/opengldummy/qtglesstream-dummy-client.bb +++ b/recipes/opengldummy/qtglesstream-dummy-client.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "QtGlesStream dummy client provides headers and a dummy library for EGL/GLES" | 22 | DESCRIPTION = "QtGlesStream dummy client provides headers and a dummy library for EGL/GLES" |
| 24 | SECTION = "devel" | 23 | SECTION = "devel" |
diff --git a/recipes/openssl/openssl_1.%.bbappend b/recipes/openssl/openssl_1.%.bbappend index ce68b59..b44097a 100644 --- a/recipes/openssl/openssl_1.%.bbappend +++ b/recipes/openssl/openssl_1.%.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 24 | SRC_URI += "file://0001-Support-SYSROOT-in-c_rehash.patch" | 23 | SRC_URI += "file://0001-Support-SYSROOT-in-c_rehash.patch" |
diff --git a/recipes/ostree/ostree.bb b/recipes/ostree/ostree.bb index 74b3fbd..a0a1b8a 100644 --- a/recipes/ostree/ostree.bb +++ b/recipes/ostree/ostree.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees." | 22 | SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees." |
| 24 | 23 | ||
diff --git a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb index 9a89baf..a0de5e1 100644 --- a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb +++ b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "Host packages for B2Qt on embedded Linux SDK" | 22 | DESCRIPTION = "Host packages for B2Qt on embedded Linux SDK" |
| 24 | PR = "r0" | 23 | PR = "r0" |
diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb index b6b9d11..8d993d9 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "Packagegroup for B2Qt embedded Linux image" | 22 | DESCRIPTION = "Packagegroup for B2Qt embedded Linux image" |
| 24 | LICENSE = "CLOSED" | 23 | LICENSE = "CLOSED" |
diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer.bb index b76304e..04a64e7 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "Additional gstreamer packagegroup for B2Qt embedded Linux image" | 22 | DESCRIPTION = "Additional gstreamer packagegroup for B2Qt embedded Linux image" |
| 24 | LICENSE = "CLOSED" | 23 | LICENSE = "CLOSED" |
diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer010.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer010.bb index 5567303..ae9ef68 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer010.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer010.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "Additional gstreamer packagegroup for B2Qt embedded Linux image" | 22 | DESCRIPTION = "Additional gstreamer packagegroup for B2Qt embedded Linux image" |
| 24 | LICENSE = "CLOSED" | 23 | LICENSE = "CLOSED" |
diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-toolchain-target.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-toolchain-target.bb index 47b7716..13935bd 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-toolchain-target.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-toolchain-target.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "Target packages for B2Qt on embedded Linux SDK" | 22 | DESCRIPTION = "Target packages for B2Qt on embedded Linux SDK" |
| 24 | PR = "r0" | 23 | PR = "r0" |
diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-tools.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-tools.bb index 1af3a6b..c83b993 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-tools.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-tools.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "Additional tools packagegroup for B2Qt embedded Linux image" | 22 | DESCRIPTION = "Additional tools packagegroup for B2Qt embedded Linux image" |
| 24 | LICENSE = "CLOSED" | 23 | LICENSE = "CLOSED" |
diff --git a/recipes/perf/perf.bbappend b/recipes/perf/perf.bbappend index 1eec18d..c48e88e 100644 --- a/recipes/perf/perf.bbappend +++ b/recipes/perf/perf.bbappend | |||
| @@ -1,2 +1,23 @@ | |||
| 1 | ############################################################################## | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 5 | ## | ||
| 6 | ## This file is part of the Boot to Qt meta layer. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
| 9 | ## | ||
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 17 | ## | ||
| 18 | ## $QT_END_LICENSE$ | ||
| 19 | ## | ||
| 20 | ############################################################################## | ||
| 21 | |||
| 1 | PERF_FEATURES_ENABLE = "perf-libunwind" | 22 | PERF_FEATURES_ENABLE = "perf-libunwind" |
| 2 | EXTRA_OEMAKE_remove = "NO_DWARF=1" | 23 | EXTRA_OEMAKE_remove = "NO_DWARF=1" |
diff --git a/recipes/perl/perl_5.%.bbappend b/recipes/perl/perl_5.%.bbappend index 22ce2a8..c8ac824 100644 --- a/recipes/perl/perl_5.%.bbappend +++ b/recipes/perl/perl_5.%.bbappend | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ############################################################################## | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2015 The Qt Company Ltd. | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | 4 | ## Contact: http://www.qt.io/licensing/ |
| 5 | ## | 5 | ## |
| 6 | ## This file is part of the Boot to Qt meta layer. | 6 | ## This file is part of the Boot to Qt meta layer. |
diff --git a/recipes/psplash/psplash_git.bbappend b/recipes/psplash/psplash_git.bbappend index a5f7e1d..aa2c0d5 100644 --- a/recipes/psplash/psplash_git.bbappend +++ b/recipes/psplash/psplash_git.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
| 24 | 23 | ||
diff --git a/recipes/python/nativesdk-prebuild-python.bb b/recipes/python/nativesdk-prebuild-python.bb index 256a774..f67f634 100644 --- a/recipes/python/nativesdk-prebuild-python.bb +++ b/recipes/python/nativesdk-prebuild-python.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | LICENSE = "PSFv2" | 22 | LICENSE = "PSFv2" |
| 24 | 23 | ||
diff --git a/recipes/systemd/systemd_%.bbappend b/recipes/systemd/systemd_%.bbappend index be5517d..87b998b 100644 --- a/recipes/systemd/systemd_%.bbappend +++ b/recipes/systemd/systemd_%.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | do_install_append() { | 22 | do_install_append() { |
| 24 | # remove login from tty1 | 23 | # remove login from tty1 |
diff --git a/recipes/udev/udev_182.bbappend b/recipes/udev/udev_182.bbappend index aa23fd0..b1696e6 100644 --- a/recipes/udev/udev_182.bbappend +++ b/recipes/udev/udev_182.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 24 | 23 | ||
diff --git a/recipes/v86d/v86d_0.1.10.bbappend b/recipes/v86d/v86d_0.1.10.bbappend index 9d5dfe1..0a967ad 100644 --- a/recipes/v86d/v86d_0.1.10.bbappend +++ b/recipes/v86d/v86d_0.1.10.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 24 | 23 | ||
diff --git a/recipes/virtualbox/mount-vboxsf_4.3.30.bb b/recipes/virtualbox/mount-vboxsf_4.3.30.bb index e84e227..73dd40c 100644 --- a/recipes/virtualbox/mount-vboxsf_4.3.30.bb +++ b/recipes/virtualbox/mount-vboxsf_4.3.30.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "VirtualBox Guest Additions for Linux: mount" | 22 | DESCRIPTION = "VirtualBox Guest Additions for Linux: mount" |
| 24 | LICENSE = "GPLv2" | 23 | LICENSE = "GPLv2" |
diff --git a/recipes/virtualbox/virtualbox-guest-additions_4.3.30.bb b/recipes/virtualbox/virtualbox-guest-additions_4.3.30.bb index 43af064..d1b3347 100644 --- a/recipes/virtualbox/virtualbox-guest-additions_4.3.30.bb +++ b/recipes/virtualbox/virtualbox-guest-additions_4.3.30.bb | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | DESCRIPTION = "Kernel drivers for the VirtualBox guest additions" | 22 | DESCRIPTION = "Kernel drivers for the VirtualBox guest additions" |
| 24 | LICENSE = "GPLv2" | 23 | LICENSE = "GPLv2" |
diff --git a/recipes/wayland/wayland_1.%.bbappend b/recipes/wayland/wayland_1.%.bbappend index f61301d..4497942 100644 --- a/recipes/wayland/wayland_1.%.bbappend +++ b/recipes/wayland/wayland_1.%.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 24 | SRC_URI_append_class-nativesdk = " \ | 23 | SRC_URI_append_class-nativesdk = " \ |
diff --git a/recipes/wayland/weston_1.%.bbappend b/recipes/wayland/weston_1.%.bbappend index c3aa184..6e91467 100644 --- a/recipes/wayland/weston_1.%.bbappend +++ b/recipes/wayland/weston_1.%.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 24 | SRC_URI_append = " \ | 23 | SRC_URI_append = " \ |
diff --git a/recipes/wpa-supplicant/wpa-supplicant_2.%.bbappend b/recipes/wpa-supplicant/wpa-supplicant_2.%.bbappend index 708a616..34df95e 100644 --- a/recipes/wpa-supplicant/wpa-supplicant_2.%.bbappend +++ b/recipes/wpa-supplicant/wpa-supplicant_2.%.bbappend | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | ############################################################################## | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 5 | ## | ||
| 6 | ## This file is part of the Boot to Qt meta layer. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
| 9 | ## | ||
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 17 | ## | ||
| 18 | ## $QT_END_LICENSE$ | ||
| 19 | ## | ||
| 20 | ############################################################################## | ||
| 21 | |||
| 1 | do_install_append () { | 22 | do_install_append () { |
| 2 | install -d ${D}${includedir}/wpa-supplicant | 23 | install -d ${D}${includedir}/wpa-supplicant |
| 3 | 24 | ||
diff --git a/recipes/x264/x264_git.bbappend b/recipes/x264/x264_git.bbappend index 6aed778..0e0e10a 100644 --- a/recipes/x264/x264_git.bbappend +++ b/recipes/x264/x264_git.bbappend | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | ############################################################################# | 1 | ############################################################################## |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
| 4 | ## Contact: http://www.qt.io/licensing/ | ||
| 4 | ## | 5 | ## |
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
| 6 | ## framework. | ||
| 7 | ## | 7 | ## |
| 8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | 9 | ## |
| 10 | ## Commercial License Usage | ||
| 11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 12 | ## accordance with the commercial license agreement provided with the | ||
| 13 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
| 16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
| 18 | ## | 17 | ## |
| 19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
| 20 | ## | 19 | ## |
| 21 | ############################################################################# | 20 | ############################################################################## |
| 22 | 21 | ||
| 23 | # Workaround: at the sha version defined by tibidabo, the x264 recipe | 22 | # Workaround: at the sha version defined by tibidabo, the x264 recipe |
| 24 | # defines a nonexisting SRCREV sha. | 23 | # defines a nonexisting SRCREV sha. |
