aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-03-23 16:01:58 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-25 11:27:31 +0100
commit43ccddddd366cd2025ce3effea38da757933f7b2 (patch)
tree24728d8f1f7bfb9c3660f236cde97da20cb06703 /meta-python
parent98bb1b77946d25fcd0a61bd4c127052cb48bac31 (diff)
downloadmeta-openembedded-contrib-43ccddddd366cd2025ce3effea38da757933f7b2.tar.gz
python-tornado: fix the paths for the test package
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-tornado.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-tornado.inc b/meta-python/recipes-devtools/python/python-tornado.inc
index 679b7ba035..7e3ac8c810 100644
--- a/meta-python/recipes-devtools/python/python-tornado.inc
+++ b/meta-python/recipes-devtools/python/python-tornado.inc
@@ -19,6 +19,6 @@ PACKAGES =+ "\
"
FILES_${PN}-test = " \
- ${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/test \
- ${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/testing.py* \
+ ${libdir}/${PYTHON_DIR}/site-packages/*/test \
+ ${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \
"