summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-03-02 09:41:56 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2017-03-03 06:18:44 +0000
commit57916ff54da7e22f2030fb4198277634b6749f2c (patch)
tree3346ffe2867a9d1b15ed849f462dd8f22d07af82 /recipes
parent442360dc3eff8468119b7adce4e10121b5481ee6 (diff)
downloadmeta-boot2qt-57916ff54da7e22f2030fb4198277634b6749f2c.tar.gz
python: add license checksum for prebuild python recipe
In poky 2.2.1 nativesdk-prebuild-python.bb recipe fails due having a license defined but no license cheksum. No license file is present in the recipe src_uri zip file. Added Python-2.0 license file from poky common licenses folder. Change-Id: I6cd168efa55c49ad04d71b7c29b2295c2df03b86 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/python/nativesdk-prebuild-python.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/python/nativesdk-prebuild-python.bb b/recipes/python/nativesdk-prebuild-python.bb
index f09133e..a4a28a0 100644
--- a/recipes/python/nativesdk-prebuild-python.bb
+++ b/recipes/python/nativesdk-prebuild-python.bb
@@ -29,6 +29,8 @@
29 29
30LICENSE = "PSFv2" 30LICENSE = "PSFv2"
31 31
32LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Python-2.0;md5=6b60258130e4ed10d3101517eb5b9385"
33
32inherit bin_package nativesdk 34inherit bin_package nativesdk
33 35
34COMPATIBLE_HOST = ".*-mingw.*" 36COMPATIBLE_HOST = ".*-mingw.*"