aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-12-30 06:10:38 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-01-04 09:35:19 +0000
commitdbc91b615bf54549da1b7212be0434820c8dac6a (patch)
tree72f313498141ffb26e4d414b86cdab270130fd88
parentb3ccf2cd269371e8136486c816d8f8b98109efdb (diff)
perl: remove upstreamed fix
Revert 1ee4cd208f7283c3c932b8fa4f94f2de27116ac1 since fix has been merged in upstream layer. Change-Id: I007c8bc6dbf2ab2cf67325eeed60bcba8d9986eb Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 009d53422c80cdf5193895795deeb156449498f2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--meta-boot2qt-distro/recipes-devtools/perl/perl_5.%.bbappend32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-boot2qt-distro/recipes-devtools/perl/perl_5.%.bbappend b/meta-boot2qt-distro/recipes-devtools/perl/perl_5.%.bbappend
deleted file mode 100644
index e2addb40..00000000
--- a/meta-boot2qt-distro/recipes-devtools/perl/perl_5.%.bbappend
+++ /dev/null
@@ -1,32 +0,0 @@
-############################################################################
-##
-## Copyright (C) 2016 The Qt Company Ltd.
-## Contact: https://www.qt.io/licensing/
-##
-## This file is part of the Boot to Qt meta layer.
-##
-## $QT_BEGIN_LICENSE:GPL$
-## Commercial License Usage
-## Licensees holding valid commercial Qt licenses may use this file in
-## accordance with the commercial license agreement provided with the
-## Software or, alternatively, in accordance with the terms contained in
-## a written agreement between you and The Qt Company. For licensing terms
-## and conditions see https://www.qt.io/terms-conditions. For further
-## information use the contact form at https://www.qt.io/contact-us.
-##
-## GNU General Public License Usage
-## Alternatively, this file may be used under the terms of the GNU
-## General Public License version 3 or (at your option) any later version
-## approved by the KDE Free Qt Foundation. The licenses are as published by
-## the Free Software Foundation and appearing in the file LICENSE.GPL3
-## included in the packaging of this file. Please review the following
-## information to ensure the GNU General Public License requirements will
-## be met: https://www.gnu.org/licenses/gpl-3.0.html.
-##
-## $QT_END_LICENSE$
-##
-############################################################################
-
-do_install:append:class-nativesdk () {
- sed -i -e 's|$OECORE_NATIVE_SYSROOT/|${SDKPATHNATIVE}|g' ${D}${bindir}/perl
-}