summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-03-03 12:47:42 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2017-03-03 12:38:37 +0000
commitdb9bde6b6f21d111cee30c9cad3930bd111a6146 (patch)
tree4990aad96995e1e8dfb8c645202312bc8f6bbd0c /recipes
parent57916ff54da7e22f2030fb4198277634b6749f2c (diff)
downloadmeta-boot2qt-db9bde6b6f21d111cee30c9cad3930bd111a6146.tar.gz
python: fix PSFv2 license checksum
Change-Id: I3806795c0a0170b5270de2d20399fef844282eaa Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/python/nativesdk-prebuild-python.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/nativesdk-prebuild-python.bb b/recipes/python/nativesdk-prebuild-python.bb
index a4a28a0..e8edb9e 100644
--- a/recipes/python/nativesdk-prebuild-python.bb
+++ b/recipes/python/nativesdk-prebuild-python.bb
@@ -29,7 +29,7 @@
29 29
30LICENSE = "PSFv2" 30LICENSE = "PSFv2"
31 31
32LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Python-2.0;md5=6b60258130e4ed10d3101517eb5b9385" 32LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Python-2.0;md5=a5c8025e305fb49e6d405769358851f6"
33 33
34inherit bin_package nativesdk 34inherit bin_package nativesdk
35 35