aboutsummaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-08-28 09:24:18 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2019-08-30 04:49:37 +0000
commitdf96751df4b75c8d7c9a915e8e1a79afdc7388e2 (patch)
treeb3aea03d36c3e5359ef6b5a4a7ee251b6b2b849f /meta-fsl-extras
parente6d9567583ed648d3e2d06a516d517c956d74f6e (diff)
Whitelist path for Qt license
The path to the Qt license went into the base hash of recipe task, which meant that sstate cache was not reusable if the meta layer source path changed. Whitelist the base path to the layer and use the license from there. Change-Id: I09138b5808b90d520a83985525bc9446f6f8ebcd Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-fsl-extras')
-rw-r--r--meta-fsl-extras/recipes/u-boot/u-boot-script-toradex.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex.bb b/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex.bb
index ff25ec51..464c1fb4 100644
--- a/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex.bb
+++ b/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex.bb
@@ -28,7 +28,7 @@
############################################################################
LICENSE = "The-Qt-Company-Commercial"
-LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=948f8877345cd66106f11031977a4625"
+LIC_FILES_CHKSUM = "file://${BOOT2QTBASE}/licenses/The-Qt-Company-Commercial;md5=948f8877345cd66106f11031977a4625"
DEPENDS = "u-boot-mkimage-native"
PV = "2.8b3"