From: Denys Dmytriyenko <[email protected]> In the past, nativesdk-python was not welcomed in the devkit, as it was pulled in by the python modules used directly from gdb.
Times have changed and nativesdk-python can be useful, re-enable it. This reverts commit a3f404323a3be6bc1902a6e167c2eae288f2eb2e. Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb index e59c518..06d84f5 100644 --- a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb +++ b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb @@ -98,10 +98,6 @@ arago_sdk_fixup () { cleanup_toolchain_packages - # Remove python binaries - # gdb links with libpython and loads core modules, which bundled with binaries - rm -rf ${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk}/python* - # Do some extra setup work due to new structure mkdir -p "${SDK_OUTPUT}/${SDKPATHNATIVE}${prefix_nativesdk}/lib/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" if [ "${TOOLCHAIN_TYPE}" = "internal" ]; then -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
