summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/recipes-core
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-06-04 13:07:26 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2018-08-14 07:34:09 +0000
commit494e4fa32427230954f301cc0e8f6e7cdab4654e (patch)
tree563497a4ff1794e0bb1008fd67abaeefe53b34fb /meta-boot2qt/recipes-core
parent7608ebe44f65f4d525081cf9a5b12cfa05792a8f (diff)
downloadmeta-boot2qt-494e4fa32427230954f301cc0e8f6e7cdab4654e.tar.gz
Update Qt license agreement
Include the latest Qt License Agreement version 4.0, as it's available in qtbase. Use the same filename as used in meta-qt5 layer, so this license will be used in all Qt recipes that use The-Qt-Company-Commercial license. Change-Id: Ic02eb2c6c6d210ad30ee6a65d23afaa5b8b68589 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'meta-boot2qt/recipes-core')
-rw-r--r--meta-boot2qt/recipes-core/initramfs-basic/init-basic.bb4
-rw-r--r--meta-boot2qt/recipes-core/initramfs-basic/initramfs-basic.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-boot2qt/recipes-core/initramfs-basic/init-basic.bb b/meta-boot2qt/recipes-core/initramfs-basic/init-basic.bb
index 25039e7..39d590a 100644
--- a/meta-boot2qt/recipes-core/initramfs-basic/init-basic.bb
+++ b/meta-boot2qt/recipes-core/initramfs-basic/init-basic.bb
@@ -28,8 +28,8 @@
28############################################################################ 28############################################################################
29 29
30SUMMARY = "Simple init script that mounts root filesystem by label." 30SUMMARY = "Simple init script that mounts root filesystem by label."
31LICENSE = "The-Qt-Company-DCLA-2.1" 31LICENSE = "The-Qt-Company-Commercial"
32LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" 32LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=948f8877345cd66106f11031977a4625"
33SRC_URI = "file://init.sh" 33SRC_URI = "file://init.sh"
34 34
35S = "${WORKDIR}" 35S = "${WORKDIR}"
diff --git a/meta-boot2qt/recipes-core/initramfs-basic/initramfs-basic.bb b/meta-boot2qt/recipes-core/initramfs-basic/initramfs-basic.bb
index 31388d3..283a681 100644
--- a/meta-boot2qt/recipes-core/initramfs-basic/initramfs-basic.bb
+++ b/meta-boot2qt/recipes-core/initramfs-basic/initramfs-basic.bb
@@ -28,8 +28,8 @@
28############################################################################ 28############################################################################
29 29
30DESCRIPTION = "Basic initramfs image. Useful as a template for more advanced functionality." 30DESCRIPTION = "Basic initramfs image. Useful as a template for more advanced functionality."
31LICENSE = "The-Qt-Company-DCLA-2.1" 31LICENSE = "The-Qt-Company-Commercial"
32LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" 32LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=948f8877345cd66106f11031977a4625"
33 33
34# findfs from busybox fails to do its jobs, the full version from util-linux-findfs works fine 34# findfs from busybox fails to do its jobs, the full version from util-linux-findfs works fine
35PACKAGE_INSTALL = "init-basic busybox util-linux-findfs ${ROOTFS_BOOTSTRAP_INSTALL}" 35PACKAGE_INSTALL = "init-basic busybox util-linux-findfs ${ROOTFS_BOOTSTRAP_INSTALL}"