From cbfc3e2d5e6d16aab77b3df5aa924b72e2f33ef0 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 13 Jan 2016 11:35:15 +0200 Subject: Include b2qt-utils in automotive image b2qt-utils was left out of automotive image, although it was in the SDK. Remove unused packagegroup recipe, which was split in to two separate recipes earlier. Change-Id: I15f5f2453a88efe120c879bf340b277aebd0a6db Reviewed-by: Teemu Holappa --- .../packagegroup-b2qt-automotive-addons.bb | 1 + .../packagegroup-b2qt-embedded-qt5-addons.bb | 38 ---------------------- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-addons.bb diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb index 839266f..c1bdd89 100644 --- a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb +++ b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb @@ -29,6 +29,7 @@ PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" RDEPENDS_${PN} += " \ b2qt-appcontroller \ + b2qt-utils \ qtivi \ neptune-ui \ neptune-ui-apps \ diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-addons.bb b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-addons.bb deleted file mode 100644 index 76c4430..0000000 --- a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-addons.bb +++ /dev/null @@ -1,38 +0,0 @@ -############################################################################# -## -## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). -## -## This file is part of the Qt Enterprise Embedded Scripts of the Qt -## framework. -## -## $QT_BEGIN_LICENSE$ -## Commercial License Usage Only -## Licensees holding valid commercial Qt license agreements with Digia -## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, -## may use this file in accordance with the terms contained in said license -## agreement. -## -## For further information use the contact form at -## http://www.qt.io/contact-us. -## -## -## $QT_END_LICENSE$ -## -############################################################################# - -DESCRIPTION = "Qt5 addons packages" -LICENSE = "QtEnterprise" - -inherit packagegroup - -PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" - -RDEPENDS_${PN} += " \ - qtdatavisualization \ - qtcharts \ - qtvirtualkeyboard \ - b2qt-appcontroller \ - b2qt-utils \ - b2qt-launcher \ - b2qt-demos \ - " -- cgit v1.2.3-54-g00ecf