diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
| commit | c58cc7d3796dcee6e93885c835ed04cb566abeb2 (patch) | |
| tree | 3eea4d4ef6a4ef79e0f4e025d7012c1a5cc38835 /recipes-devtools/python/python-setuptools_0.6c11.bb | |
| parent | eec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (diff) | |
| download | meta-openembedded-c58cc7d3796dcee6e93885c835ed04cb566abeb2.tar.gz | |
move layer into meta-oe in preparation for future splits
As per TSC decision
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-devtools/python/python-setuptools_0.6c11.bb')
| -rw-r--r-- | recipes-devtools/python/python-setuptools_0.6c11.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes-devtools/python/python-setuptools_0.6c11.bb b/recipes-devtools/python/python-setuptools_0.6c11.bb deleted file mode 100644 index 6b17a41f7f..0000000000 --- a/recipes-devtools/python/python-setuptools_0.6c11.bb +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages" | ||
| 2 | HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | PRIORITY = "optional" | ||
| 5 | LICENSE = "PSF" | ||
| 6 | LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbca741775415f1716e" | ||
| 7 | |||
| 8 | SRCNAME = "setuptools" | ||
| 9 | PR = "ml2" | ||
| 10 | DEPENDS += "python" | ||
| 11 | DEPENDS_virtclass-native += "python-native" | ||
| 12 | |||
| 13 | SRC_URI = "\ | ||
| 14 | http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\ | ||
| 15 | " | ||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit distutils | ||
| 19 | |||
| 20 | do_install_prepend() { | ||
| 21 | install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages | ||
| 22 | } | ||
| 23 | |||
| 24 | RDEPENDS_${PN} = "\ | ||
| 25 | python-distutils \ | ||
| 26 | python-compression \ | ||
| 27 | " | ||
| 28 | |||
| 29 | SRC_URI[md5sum] = "7df2a529a074f613b509fb44feefe74e" | ||
| 30 | SRC_URI[sha256sum] = "630fea9b726320b73ee3ca6ff61732cb32675b0389be658080fe46383b87a1d3" | ||
| 31 | |||
| 32 | BBCLASSEXTEND = "native" | ||
| 33 | |||
| 34 | NATIVE_INSTALL_WORKS = "1" | ||
