diff options
Diffstat (limited to 'recipes/python/nativesdk-prebuild-python.inc')
-rw-r--r-- | recipes/python/nativesdk-prebuild-python.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/python/nativesdk-prebuild-python.inc b/recipes/python/nativesdk-prebuild-python.inc index 71e8e72..3d8c083 100644 --- a/recipes/python/nativesdk-prebuild-python.inc +++ b/recipes/python/nativesdk-prebuild-python.inc | |||
@@ -33,8 +33,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4b8a9367e6bb2acb6f26dc08654f6ee5" | |||
33 | 33 | ||
34 | do_unpack[depends] += "p7zip-native:do_populate_sysroot" | 34 | do_unpack[depends] += "p7zip-native:do_populate_sysroot" |
35 | 35 | ||
36 | DEPENDS = "unzip-native" | ||
37 | |||
38 | inherit bin_package nativesdk python3-dir | 36 | inherit bin_package nativesdk python3-dir |
39 | 37 | ||
40 | PV = "3.5.2" | 38 | PV = "3.5.2" |
@@ -51,7 +49,5 @@ do_install() { | |||
51 | install -d ${D}${bindir} | 49 | install -d ${D}${bindir} |
52 | install -m 0644 ${S}/python.exe ${D}${bindir} | 50 | install -m 0644 ${S}/python.exe ${D}${bindir} |
53 | install -m 0644 ${S}/python35.dll ${D}${bindir} | 51 | install -m 0644 ${S}/python35.dll ${D}${bindir} |
54 | 52 | install -m 0644 ${S}/python35.zip ${D}${bindir} | |
55 | install -d ${D}${libdir}/${PYTHON_DIR} | ||
56 | unzip ${S}/python35.zip -d ${D}${libdir}/${PYTHON_DIR} | ||
57 | } | 53 | } |