python-distutilscross: remove package that is no longer needed

Thanks to the previous commit that makes distutilscross unecessary for
setuptools packages, the host-distutilscross package can now be
removed. There is no need for any Config.in.legacy handling, since
there is no target variant, or visible Config.in option for
host-distutilscross.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2014-02-18 21:39:55 +01:00 committed by Peter Korsgaard
parent c7bf337ec5
commit 70b86189c9

View File

@ -1,12 +0,0 @@
################################################################################
#
# python-distutilscross
#
################################################################################
PYTHON_DISTUTILSCROSS_VERSION = 0.1
PYTHON_DISTUTILSCROSS_SOURCE = distutilscross-$(PYTHON_DISTUTILSCROSS_VERSION).tar.gz
PYTHON_DISTUTILSCROSS_SITE = http://pypi.python.org/packages/source/d/distutilscross
PYTHON_DISTUTILSCROSS_SETUP_TYPE = setuptools
$(eval $(host-python-package))