diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-23 15:49:27 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-25 08:46:40 +0000 |
commit | 87619cd850a012f4099fd3e1e90a073f81be8d13 (patch) | |
tree | c8b1923716652d7982e52de9023b20068d7b26e2 | |
parent | 035e1b552606fbbb0efa3124bcb833622c1a4fd4 (diff) | |
download | meta-boot2qt-87619cd850a012f4099fd3e1e90a073f81be8d13.tar.gz |
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>
-rw-r--r-- | conf/distro/include/emulator.conf | 1 | ||||
-rw-r--r-- | recipes-qt/qt5/qtsystems_git.bbappend | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/conf/distro/include/emulator.conf b/conf/distro/include/emulator.conf index 34b2029..e63d5ff 100644 --- a/conf/distro/include/emulator.conf +++ b/conf/distro/include/emulator.conf | |||
@@ -43,6 +43,7 @@ MACHINE_EXTRA_INSTALL_SDK = "\ | |||
43 | qtglesstream-dummy-client-dev \ | 43 | qtglesstream-dummy-client-dev \ |
44 | " | 44 | " |
45 | MACHINE_EXTRA_INSTALL_QT = "\ | 45 | MACHINE_EXTRA_INSTALL_QT = "\ |
46 | qtsystems \ | ||
46 | qtglesstream \ | 47 | qtglesstream \ |
47 | b2qt-emulator-proxy \ | 48 | b2qt-emulator-proxy \ |
48 | b2qt-emulator-vinput \ | 49 | b2qt-emulator-vinput \ |
diff --git a/recipes-qt/qt5/qtsystems_git.bbappend b/recipes-qt/qt5/qtsystems_git.bbappend index 0d1cda3..40fc028 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" | |||
24 | DEPENDS_emulator += "qtsimulator" | 24 | DEPENDS_emulator += "qtsimulator" |
25 | 25 | ||
26 | SRCREV = "37b614abbfb35d06a57e5b0824249c3abd5640e3" | 26 | SRCREV = "37b614abbfb35d06a57e5b0824249c3abd5640e3" |
27 | |||
28 | LIC_FILES_CHKSUM = " \ | ||
29 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | ||
30 | file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \ | ||
31 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ | ||
32 | " | ||