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 /conf/layer.conf | |
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 'conf/layer.conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 35aca6f..4c8757c 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -41,5 +41,5 @@ BBFILE_PATTERN_b2qt := "^${LAYERDIR}/" | |||
41 | BBFILE_PRIORITY_b2qt = "20" | 41 | BBFILE_PRIORITY_b2qt = "20" |
42 | 42 | ||
43 | LICENSE_PATH += "${LAYERDIR}/licenses" | 43 | LICENSE_PATH += "${LAYERDIR}/licenses" |
44 | QT_LICENCE = "${LAYERDIR}/licenses/QtEnterprise" | 44 | QT_LICENSE = "${LAYERDIR}/licenses/The-Qt-Company-DCLA-2.1" |
45 | B2QTBASE = "${LAYERDIR}" | 45 | B2QTBASE = "${LAYERDIR}" |