[Buildroot] svn commit: trunk/buildroot/package/python

Peter Korsgaard jacmet at uclibc.org
Thu Jan 15 08:57:41 UTC 2009


>>>>> "ulf" == ulf  <ulf at uclibc.org> writes:

 ulf> Author: ulf
 ulf> Date: 2009-01-15 06:28:05 +0000 (Thu, 15 Jan 2009)
 ulf> New Revision: 24852

 ulf> Log:
 ulf> Always create shared python library, if python is created, needed by multiple packages

 ulf> +$(STAGING_DIR)/usr/lib/libpython$(PYTHON_VERSION_MAJOR).so: $(TARGET_DIR)/$(PYTHON_TARGET_BINARY)
 ulf> +		cp -dpr $(PYTHON_DIR)/libpython*.so.* $(STAGING_DIR)/usr/lib
 ulf> +		(\
 ulf> +		cd $(STAGING_DIR)/usr/lib ; \
 ulf> +		rm -f libpython$(PYTHON_VERSION_MAJOR).so ; \
 ulf> +		ln -s `basename  \`ls libpython*.so.*\`` libpython$(PYTHON_VERSION_MAJOR).so \
 ulf> +		)

What are you trying to do here?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list