summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python_2.7.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.9.bb')
-rw-r--r--meta/recipes-devtools/python/python_2.7.9.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.9.bb b/meta/recipes-devtools/python/python_2.7.9.bb
index ae45577165..f7e2f272f4 100644
--- a/meta/recipes-devtools/python/python_2.7.9.bb
+++ b/meta/recipes-devtools/python/python_2.7.9.bb
@@ -161,7 +161,8 @@ FILES_${PN}-dbg += "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/.debug"
161# catch all the rest (unsorted) 161# catch all the rest (unsorted)
162PACKAGES += "${PN}-misc" 162PACKAGES += "${PN}-misc"
163FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}" 163FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}"
164RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-misc" 164RDEPENDS_${PN}-modules += "${PN}-misc"
165RDEPENDS_${PN}-ptest = "${PN}-modules"
165#inherit ptest after "require python-${PYTHON_MAJMIN}-manifest.inc" so PACKAGES doesn't get overwritten 166#inherit ptest after "require python-${PYTHON_MAJMIN}-manifest.inc" so PACKAGES doesn't get overwritten
166inherit ptest 167inherit ptest
167 168