From 87619cd850a012f4099fd3e1e90a073f81be8d13 Mon Sep 17 00:00:00 2001 From: Samuli Piippo <samuli.piippo@theqtcompany.com> Date: Mon, 23 Nov 2015 15:49:27 +0200 Subject: [PATCH] emulator: add qtsystems module to emulator image Also fix the license files for the latest revision of qtsystems. Change-Id: Ib880cb651006bdc734546786f469dc6bfa5c0530 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> --- conf/distro/include/emulator.conf | 1 + recipes-qt/qt5/qtsystems_git.bbappend | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/conf/distro/include/emulator.conf b/conf/distro/include/emulator.conf index 34b20295..e63d5ffa 100644 --- a/conf/distro/include/emulator.conf +++ b/conf/distro/include/emulator.conf @@ -43,6 +43,7 @@ MACHINE_EXTRA_INSTALL_SDK = "\ qtglesstream-dummy-client-dev \ " MACHINE_EXTRA_INSTALL_QT = "\ + qtsystems \ qtglesstream \ b2qt-emulator-proxy \ b2qt-emulator-vinput \ diff --git a/recipes-qt/qt5/qtsystems_git.bbappend b/recipes-qt/qt5/qtsystems_git.bbappend index 0d1cda35..40fc028f 100644 --- a/recipes-qt/qt5/qtsystems_git.bbappend +++ b/recipes-qt/qt5/qtsystems_git.bbappend @@ -24,3 +24,9 @@ EXTRA_QMAKEVARS_PRE_emulator += "CONFIG+=simulator" DEPENDS_emulator += "qtsimulator" SRCREV = "37b614abbfb35d06a57e5b0824249c3abd5640e3" + +LIC_FILES_CHKSUM = " \ + file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ + file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \ + file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ +" -- GitLab