From 57916ff54da7e22f2030fb4198277634b6749f2c Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Thu, 2 Mar 2017 09:41:56 +0200 Subject: 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 --- recipes/python/nativesdk-prebuild-python.bb | 2 ++ 1 file changed, 2 insertions(+) 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 @@ LICENSE = "PSFv2" +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Python-2.0;md5=6b60258130e4ed10d3101517eb5b9385" + inherit bin_package nativesdk COMPATIBLE_HOST = ".*-mingw.*" -- cgit v1.2.3-54-g00ecf