From c44fc9b620f762ce68441f834e1a157288a488e6 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 25 Apr 2018 21:03:54 +0000 Subject: qt5: import recipes which often reproduce Yocto #12434 from meta-qt5 * just temporary to make it easier to reproduce, import big part of meta-qt5 * qtquickcontrols-5.9.5+gitAUTOINC+75e9561d4f-r0 do_package_qa: QA Issue: qtquickcontrols: /qtquickcontrols-qmlplugins/usr/lib/qml/QtQuick/Controls/Styles/Base/TreeViewStyle.qml is owned by uid 1101, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] * to reproduce this you can try to use something like this: export COMP=qtquickcontrols; for i in `seq -w 1 999`; do echo $i; bitbake -v -v -DDDD -f -c package ${COMP} 2>${COMP}-logerr.$i >${COMP}-log.$i; bitbake -v -v -DDDD -f -c package_qa ${COMP} 2>${COMP}-logerr.qa.$i >${COMP}-log.qa.$i || { cp -ra BUILD/work/i586-oe-linux/${COMP}/ ${COMP}-workdir-$i; bitbake -c cleansstate ${COMP} ; } done Signed-off-by: Martin Jansa --- meta/recipes-qt/qt5/qtquickcontrols2_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-qt/qt5/qtquickcontrols2_git.bb (limited to 'meta/recipes-qt/qt5/qtquickcontrols2_git.bb') diff --git a/meta/recipes-qt/qt5/qtquickcontrols2_git.bb b/meta/recipes-qt/qt5/qtquickcontrols2_git.bb new file mode 100644 index 0000000000..d922cd68cb --- /dev/null +++ b/meta/recipes-qt/qt5/qtquickcontrols2_git.bb @@ -0,0 +1,13 @@ +require qt5.inc +require qt5-git.inc + +LICENSE = "GFDL-1.3 & BSD & LGPL-3.0 | GPL-3.0 | The-Qt-Company-Commercial" +LIC_FILES_CHKSUM = " \ + file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ + file://LICENSE.LGPLv3;md5=382747d0119037529ec2b98b24038eb0 \ + file://LICENSE.GPLv3;md5=dce746aa5261707df6d6999ab9958d8b \ +" + +DEPENDS += "qtdeclarative" + +SRCREV = "e693ad2c4ae22f8813befd5fe825c855537497ed" -- cgit 1.2.3-korg