From ed4e6af0d3bf887e1fc30d5c8ac8c5344a395eb6 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 11 Dec 2015 12:39:14 +0200 Subject: qtserialbus: add recipe Change-Id: I0ae23af4fb9f7165b15bb2b70f88e6b1aef7a825 Reviewed-by: Teemu Holappa --- ...kagegroup-b2qt-embedded-qt5-toolchain-target.bb | 1 + .../packagegroups/packagegroup-b2qt-qt5-modules.bb | 1 + recipes-qt/qt5/qtserialbus_git.bb | 36 ++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 recipes-qt/qt5/qtserialbus_git.bb diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb index 06c1c79..287af3a 100644 --- a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb +++ b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb @@ -47,6 +47,7 @@ RDEPENDS_${PN} += " \ qtmultimedia-dev \ qtquickcontrols-dev \ qtsensors-dev \ + qtserialbus-dev \ qtserialport-dev \ qtsvg-dev \ qttools-dev \ diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb b/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb index 8909393..4ab0fd6 100644 --- a/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb +++ b/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb @@ -43,6 +43,7 @@ RDEPENDS_${PN} += " \ qtmultimedia \ qtquickcontrols \ qtsensors \ + qtserialbus \ qtserialport \ qtsvg \ qttools \ diff --git a/recipes-qt/qt5/qtserialbus_git.bb b/recipes-qt/qt5/qtserialbus_git.bb new file mode 100644 index 0000000..215dcc4 --- /dev/null +++ b/recipes-qt/qt5/qtserialbus_git.bb @@ -0,0 +1,36 @@ +############################################################################# +## +## 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$ +## +############################################################################# + +require recipes-qt/qt5/qt5.inc +require recipes-qt/qt5/qt5-git.inc + +LICENSE = "GFDL-1.3 & (LGPL-3.0 | GPL-3.0 | GPL-2.1)" +LIC_FILES_CHKSUM = " \ + file://LICENSE.LGPLv3;md5=b8c75190712063cde04e1f41b6fdad98 \ + file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \ + file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \ + file://LICENSE.FDL;md5=f70ee9a6c44ae8917586fea34dff0ab5 \ +" + +DEPENDS += "qtbase qtserialport" + +SRCREV = "09c85ebde76311ddf46413a38a023f0ffefa5a31" -- cgit v1.2.3-54-g00ecf