From 9dbb2a6fd2c779a0bc7a73abe7dcf0918c613695 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 7 Aug 2018 10:00:56 +0300 Subject: qmlpreview: remove recipe Component is now part of qtdeclarative module. Change-Id: I07ebc6a7127c72d888871851974b2a309b64a632 Reviewed-by: Mikko Gronoff --- .../packagegroups/packagegroup-b2qt-qt5-modules.bb | 2 +- meta-boot2qt/recipes-qt/qt5/qmlpreview_git.bb | 44 ---------------------- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 meta-boot2qt/recipes-qt/qt5/qmlpreview_git.bb diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb index ba20618..89121a1 100644 --- a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb +++ b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb @@ -81,5 +81,5 @@ RDEPENDS_${PN} += " \ " RDEPENDS_${PN} += "\ - ${@ "qtquicktimeline qmlpreview" if (d.getVar("QT_INTERNAL_BUILD")) else "" } \ + ${@ "qtquicktimeline" if (d.getVar("QT_INTERNAL_BUILD")) else "" } \ " diff --git a/meta-boot2qt/recipes-qt/qt5/qmlpreview_git.bb b/meta-boot2qt/recipes-qt/qt5/qmlpreview_git.bb deleted file mode 100644 index d22e1d0..0000000 --- a/meta-boot2qt/recipes-qt/qt5/qmlpreview_git.bb +++ /dev/null @@ -1,44 +0,0 @@ -############################################################################ -## -## Copyright (C) 2018 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$ -## -############################################################################ - -DESCRIPTION = "QML Live Preview debug service" -LICENSE = "The-Qt-Company-DCLA-2.1" -LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" - -inherit qt5-module -require recipes-qt/qt5/qt5-git.inc - -SRCREV = "6ae4a9da17e53bbb7c1729c24f58141a33bbcb9b" -BRANCH = "master" - -SRC_URI = " \ - git://codereview.qt-project.org/qt/tqtc-qmlpreview;branch=${BRANCH};protocol=ssh \ - " - -DEPENDS = "qtbase qtdeclarative" -- cgit v1.2.3-54-g00ecf