| Submitter | David Nyström |
|---|---|
| Date | Jan. 22, 2013, 1:51 p.m. |
| Message ID | <1358862686-31602-2-git-send-email-david.c.nystrom@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/43187/ |
| State | Superseded |
| Headers | show |
Comments
Patch
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 = " \