Skip to content
Snippets Groups Projects
Commit 28076e77 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

adding the setuptools class from openembedded classic; adjusting the packages;...

adding the setuptools class from openembedded classic; adjusting the packages; adding legal statement
parent 5cacde7e
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,9 @@ REDISTRIBUTIONS
The log4cxx recipe originated from the recipe in the OpenEmbedded (Classic) Development
(cf. http://cgit.openembedded.org/openembedded/tree/recipes/log4cxx)
licensed with the MIT License.
The setuptools class originated from the class in the OpenEmbedded (Classic) Development
(cf. http://cgit.openembedded.org/openembedded/tree/classes/setuptools.bbclass)
licensed with the MIT License.
The core-image-ros recipe originated from the core-image-minimal recipe in OpenEmbedded Core
(cf. http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-core/images/core-image-minimal.bb)
licensed with the MIT License.
......
......@@ -10,5 +10,5 @@ SRC_URI[sha256sum] = "7163106c93460c8d092c5e74749cefd3fc17295f3a06c4f041fe83a772
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
inherit setuptools
......@@ -10,8 +10,4 @@ SRC_URI[sha256sum] = "f8be5a9d74f7e656d38b2c3b44b7e367fce4001d613ca3fbfcbb87c493
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
DISTUTILS_INSTALL_ARGS = "--single-version-externally-managed \
--root=${D} \
--install-lib=${PYTHON_SITEPACKAGES_DIR}"
inherit setuptools
DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages"
HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools"
SECTION = "devel/python"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbca741775415f1716e"
SRCNAME = "setuptools"
PR = "ml5"
DEPENDS += "python"
DEPENDS_virtclass-native += "python-native"
SRC_URI = "\
http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\
"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${libdir}/${PYTHON_DIR}/site-packages"
do_install_prepend() {
install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages
}
RDEPENDS_${PN} = "\
python-distutils \
python-compression \
"
SRC_URI[md5sum] = "7df2a529a074f613b509fb44feefe74e"
SRC_URI[sha256sum] = "630fea9b726320b73ee3ca6ff61732cb32675b0389be658080fe46383b87a1d3"
DISTUTILS_INSTALL_ARGS = "--single-version-externally-managed \
--root=${D} \
--install-lib=${PYTHON_SITEPACKAGES_DIR}"
BBCLASSEXTEND = "native"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment