diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-setuptools_0.6c11.bb')
-rw-r--r-- | meta/recipes-devtools/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 a769714ba2..24dd9e5cfe 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" | |||
5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbca741775415f1716e" | 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbca741775415f1716e" |
6 | 6 | ||
7 | SRCNAME = "setuptools" | 7 | SRCNAME = "setuptools" |
8 | PR = "ml4" | 8 | PR = "ml5" |
9 | DEPENDS += "python" | 9 | DEPENDS += "python" |
10 | DEPENDS_virtclass-native += "python-native" | 10 | DEPENDS_virtclass-native += "python-native" |
11 | 11 | ||
@@ -16,6 +16,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
16 | 16 | ||
17 | inherit distutils | 17 | inherit distutils |
18 | 18 | ||
19 | DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${libdir}/${PYTHON_DIR}/site-packages" | ||
20 | |||
19 | do_install_prepend() { | 21 | do_install_prepend() { |
20 | install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages | 22 | install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages |
21 | } | 23 | } |