From f258c629a67f91809694cb8fdab6d57e49a37787 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 3 Feb 2016 09:55:07 +0200 Subject: prebuild-python: correctly install dll to sysroot Copying directly to sysroot left the dll out from the sstate package. Use the existing functions to get it to correct places. Change-Id: If7ca3b4918c6ab73a713bcf297046248d20e1ef7 Reviewed-by: David Schulz --- recipes/python/nativesdk-prebuild-python.bb | 3 +-- 1 file changed, 1 insertion(+), 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() { } sysroot_stage_dirs_append() { - install -d ${STAGING_BINDIR} - cp ${WORKDIR}/python/python27.dll -d ${STAGING_BINDIR} + sysroot_stage_dir $from${bindir} $to${bindir} } -- cgit v1.2.3-54-g00ecf