diff options
author | Derek Straka <derek@asterius.io> | 2016-03-23 16:01:58 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-25 11:27:31 +0100 |
commit | 43ccddddd366cd2025ce3effea38da757933f7b2 (patch) | |
tree | 24728d8f1f7bfb9c3660f236cde97da20cb06703 /meta-python | |
parent | 98bb1b77946d25fcd0a61bd4c127052cb48bac31 (diff) | |
download | meta-openembedded-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.inc | 4 |
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 679b7ba03..7e3ac8c81 100644 --- a/meta-python/recipes-devtools/python/python-tornado.inc +++ b/meta-python/recipes-devtools/python/python-tornado.inc | |||
@@ -19,6 +19,6 @@ PACKAGES =+ "\ | |||
19 | " | 19 | " |
20 | 20 | ||
21 | FILES_${PN}-test = " \ | 21 | FILES_${PN}-test = " \ |
22 | ${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/test \ | 22 | ${libdir}/${PYTHON_DIR}/site-packages/*/test \ |
23 | ${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/testing.py* \ | 23 | ${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \ |
24 | " | 24 | " |