summaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/nativesdk-prebuild-python.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/python/nativesdk-prebuild-python.bb b/recipes/python/nativesdk-prebuild-python.bb
index 14e8278..256a774 100644
--- a/recipes/python/nativesdk-prebuild-python.bb
+++ b/recipes/python/nativesdk-prebuild-python.bb
@@ -42,6 +42,5 @@ do_install() {
42} 42}
43 43
44sysroot_stage_dirs_append() { 44sysroot_stage_dirs_append() {
45 install -d ${STAGING_BINDIR} 45 sysroot_stage_dir $from${bindir} $to${bindir}
46 cp ${WORKDIR}/python/python27.dll -d ${STAGING_BINDIR}
47} 46}