experimenting with a solution for the packaging with easyinstall that was suggested by Ross Burton on the oe mailing list

This commit is contained in:
Lukas Bulwahn 2012-12-20 10:14:23 +01:00
parent 8e3323f377
commit 7aecb7ec31
2 changed files with 6 additions and 6 deletions

View File

@ -12,6 +12,6 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
EASYINSTALL_python-rospkg = "./rospkg-1.0.15-py2.7.egg"
inherit easyinstall
DISTUTILS_INSTALL_ARGS = "--single-version-externally-managed \
--root=${D} \
--install-lib=${PYTHON_SITEPACKAGES_DIR}"

View File

@ -30,8 +30,8 @@ RDEPENDS_${PN} = "\
SRC_URI[md5sum] = "7df2a529a074f613b509fb44feefe74e"
SRC_URI[sha256sum] = "630fea9b726320b73ee3ca6ff61732cb32675b0389be658080fe46383b87a1d3"
EASYINSTALL_${PN} = "./setuptools-0.6c11-py2.7.egg"
inherit easyinstall
DISTUTILS_INSTALL_ARGS = "--single-version-externally-managed \
--root=${D} \
--install-lib=${PYTHON_SITEPACKAGES_DIR}"
BBCLASSEXTEND = "native"