diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-06 11:11:28 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-07 12:13:41 +0000 |
commit | fe3817d027fb03189a3aa4cd49b511a9e8f298c0 (patch) | |
tree | 1b21d2e2aaa9b028e890fbcd5539712bd161e805 /recipes/initramfs-basic/init-basic.bb | |
parent | 2cafe6bd533b2b645c0695c9fae5e294f76730da (diff) | |
download | meta-boot2qt-fe3817d027fb03189a3aa4cd49b511a9e8f298c0.tar.gz |
Add Qt for Device Creation license
Replace CLOSED and QtEnteprise licenses with the Qt for Device Creation
license on all recipes.
Change-Id: I02fddc0ee4375bddf18a6c1f7ab093462a5f5153
Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
Diffstat (limited to 'recipes/initramfs-basic/init-basic.bb')
-rw-r--r-- | recipes/initramfs-basic/init-basic.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/initramfs-basic/init-basic.bb b/recipes/initramfs-basic/init-basic.bb index a718131..25039e7 100644 --- a/recipes/initramfs-basic/init-basic.bb +++ b/recipes/initramfs-basic/init-basic.bb | |||
@@ -28,7 +28,8 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | SUMMARY = "Simple init script that mounts root filesystem by label." | 30 | SUMMARY = "Simple init script that mounts root filesystem by label." |
31 | LICENSE = "CLOSED" | 31 | LICENSE = "The-Qt-Company-DCLA-2.1" |
32 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" | ||
32 | SRC_URI = "file://init.sh" | 33 | SRC_URI = "file://init.sh" |
33 | 34 | ||
34 | S = "${WORKDIR}" | 35 | S = "${WORKDIR}" |