diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-03-03 12:47:42 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-03-03 12:38:37 +0000 |
commit | db9bde6b6f21d111cee30c9cad3930bd111a6146 (patch) | |
tree | 4990aad96995e1e8dfb8c645202312bc8f6bbd0c | |
parent | 57916ff54da7e22f2030fb4198277634b6749f2c (diff) | |
download | meta-boot2qt-db9bde6b6f21d111cee30c9cad3930bd111a6146.tar.gz |
python: fix PSFv2 license checksum
Change-Id: I3806795c0a0170b5270de2d20399fef844282eaa
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | recipes/python/nativesdk-prebuild-python.bb | 2 |
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 | ||
30 | LICENSE = "PSFv2" | 30 | LICENSE = "PSFv2" |
31 | 31 | ||
32 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Python-2.0;md5=6b60258130e4ed10d3101517eb5b9385" | 32 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Python-2.0;md5=a5c8025e305fb49e6d405769358851f6" |
33 | 33 | ||
34 | inherit bin_package nativesdk | 34 | inherit bin_package nativesdk |
35 | 35 | ||