diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-08-30 13:43:54 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-09-12 12:34:34 +0000 |
commit | 532a78ccd3a401b8338df3b6eb945874694603b3 (patch) | |
tree | b78b29fdeeea757bf9a354ee9b6b6abf9b983af7 /recipes/python | |
parent | 0e9e9c6c8fbd17f331e54d6427f4b82a721525bb (diff) | |
download | meta-boot2qt-532a78ccd3a401b8338df3b6eb945874694603b3.tar.gz |
nativesdk-prebuild-python: add COMPATIBLE_HOST
and remove QA warning about missing python in providers
Change-Id: I131b33bda0bb90df3092610478effd61ed3c9e95
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes/python')
-rw-r--r-- | recipes/python/nativesdk-prebuild-python.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/python/nativesdk-prebuild-python.bb b/recipes/python/nativesdk-prebuild-python.bb index 496f4eb..f09133e 100644 --- a/recipes/python/nativesdk-prebuild-python.bb +++ b/recipes/python/nativesdk-prebuild-python.bb | |||
@@ -31,6 +31,8 @@ LICENSE = "PSFv2" | |||
31 | 31 | ||
32 | inherit bin_package nativesdk | 32 | inherit bin_package nativesdk |
33 | 33 | ||
34 | COMPATIBLE_HOST = ".*-mingw.*" | ||
35 | |||
34 | SRC_URI[md5sum] = "6d37712f01fa836b1303141a6d4cabda" | 36 | SRC_URI[md5sum] = "6d37712f01fa836b1303141a6d4cabda" |
35 | SRC_URI[sha256sum] = "3835868c171dddb8cb68ed5578b6d4d639387a038e999a5b008f393b704d6ad7" | 37 | SRC_URI[sha256sum] = "3835868c171dddb8cb68ed5578b6d4d639387a038e999a5b008f393b704d6ad7" |
36 | SRC_URI = "http://download.qt.io/development_releases/prebuilt/gdb/build-prerequisites/python.zip" | 38 | SRC_URI = "http://download.qt.io/development_releases/prebuilt/gdb/build-prerequisites/python.zip" |
@@ -51,3 +53,6 @@ do_install() { | |||
51 | sysroot_stage_dirs_append() { | 53 | sysroot_stage_dirs_append() { |
52 | sysroot_stage_dir $from${bindir} $to${bindir} | 54 | sysroot_stage_dir $from${bindir} $to${bindir} |
53 | } | 55 | } |
56 | |||
57 | # requires /usr/local/bin/python, but no providers found | ||
58 | INSANE_SKIP_${PN} += "file-rdeps" | ||