summaryrefslogtreecommitdiffstats
path: root/recipes/python/nativesdk-prebuild-python.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/nativesdk-prebuild-python.bb')
-rw-r--r--recipes/python/nativesdk-prebuild-python.bb5
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
32inherit bin_package nativesdk 32inherit bin_package nativesdk
33 33
34COMPATIBLE_HOST = ".*-mingw.*"
35
34SRC_URI[md5sum] = "6d37712f01fa836b1303141a6d4cabda" 36SRC_URI[md5sum] = "6d37712f01fa836b1303141a6d4cabda"
35SRC_URI[sha256sum] = "3835868c171dddb8cb68ed5578b6d4d639387a038e999a5b008f393b704d6ad7" 37SRC_URI[sha256sum] = "3835868c171dddb8cb68ed5578b6d4d639387a038e999a5b008f393b704d6ad7"
36SRC_URI = "http://download.qt.io/development_releases/prebuilt/gdb/build-prerequisites/python.zip" 38SRC_URI = "http://download.qt.io/development_releases/prebuilt/gdb/build-prerequisites/python.zip"
@@ -51,3 +53,6 @@ do_install() {
51sysroot_stage_dirs_append() { 53sysroot_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
58INSANE_SKIP_${PN} += "file-rdeps"