* [PATCH 0/1] Fix python-setuptools
@ 2012-08-01 2:59 Mark Hatle
2012-08-01 2:59 ` [PATCH 1/1] python-setuptools: Fix setuptools install libdir != /usr/lib Mark Hatle
0 siblings, 1 reply; 2+ messages in thread
From: Mark Hatle @ 2012-08-01 2:59 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 4029ce1a15e1dbd374444ee77ccf2a915e463b7b:
package_rpm.bbclass: Accomodate dash when using arrays (2012-07-31 12:22:06 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib mhatle/python-setuptools
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/python-setuptools
Mark Hatle (1):
python-setuptools: Fix setuptools install libdir != /usr/lib
.../python/python-setuptools_0.6c11.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
--
1.7.3.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] python-setuptools: Fix setuptools install libdir != /usr/lib
2012-08-01 2:59 [PATCH 0/1] Fix python-setuptools Mark Hatle
@ 2012-08-01 2:59 ` Mark Hatle
0 siblings, 0 replies; 2+ messages in thread
From: Mark Hatle @ 2012-08-01 2:59 UTC (permalink / raw)
To: openembedded-core
--install-lib= is required to be passed via distutils install
otherwise the install location gets set to whatever the python-native
location is.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
.../python/python-setuptools_0.6c11.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
index a769714..24dd9e5 100644
--- a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
+++ b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
@@ -5,7 +5,7 @@ LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbca741775415f1716e"
SRCNAME = "setuptools"
-PR = "ml4"
+PR = "ml5"
DEPENDS += "python"
DEPENDS_virtclass-native += "python-native"
@@ -16,6 +16,8 @@ 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
}
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-01 2:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 2:59 [PATCH 0/1] Fix python-setuptools Mark Hatle
2012-08-01 2:59 ` [PATCH 1/1] python-setuptools: Fix setuptools install libdir != /usr/lib Mark Hatle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox