On 3 September 2015 at 23:01, Alejandro Hernandez <
alejandro.hernan...@linux.intel.com> wrote:
> +
> +
> + if [ -e
> ${STAGING_LIBDIR}/${PYTHON_DIR}/site-packages/backports/__init__.py ]; then
> + rm ${D}${PYTHON_SITEPACKAGES_DIR}/backports/__init__.py;
> + rm ${D}${PYTHON_SITEP
When installing backport modules they stumble upon each other, complaining with
the following error:
ERROR: The recipe python-backports-ssl is trying to install files into a shared
area when those files already exist.
This is the correct behavior since thats just the way they were designed, all