DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages" HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "MIT-like" RDEPENDS = "python-core python-zlib" SRCNAME = "setuptools" PR = "ml1" SRC_URI = "http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils do_install_prepend() { install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages } do_stage() { BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ ${STAGING_BINDIR_NATIVE}/python setup.py install } ltitech-oe.git/'>multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python/python24-sip_4.1.1.bb
2006-12-31 13:13:53 +0000'>2006-12-31
AgeCommit message (Expand)AuthorFiles
2007-08-16python-sip: update to 4.7Michael Lauer1
2007-08-16python-pyqt: promote qt4 to being the default, rename other packages accordinglyMichael Lauer1
remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-09-09many recipes: change pcre to libpcre in DEPENDSPhilipp Zabel1
2006-01-19ctrlproxy: fix configure step in 2.6.2John Bowler1
2005-08-10change the download location because the real source has a broken source fileDerek Young1
2005-07-10ctrlproxyDerek Young2