[oe] [meta-oe][PATCH] Fixed non-existing twisted-bin package

david.c.nystrom at gmail.com david.c.nystrom at gmail.com
Tue Jan 22 13:51:26 UTC 2013


From: David Nyström <david.nystrom at enea.com>

Signed-off-by: David Nyström <david.nystrom at enea.com>
---
 .../python/python-twisted_10.2.0.bb                |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb b/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb
index 5215dd6..bfd6643 100644
--- a/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb
+++ b/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb
@@ -62,7 +62,10 @@ FILES_${PN}-test = " \
 "
 
 FILES_${PN}-protocols = " \
-  ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/ \
+  ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \
+  ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \
+  ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \
+  ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/test/ \
 "
 
 FILES_${PN}-zsh = " \
-- 
1.7.9.5





More information about the Openembedded-devel mailing list