From patchwork Tue Jan 22 13:51:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [meta-oe] Fixed non-existing twisted-bin package Date: Tue, 22 Jan 2013 13:51:26 -0000 From: =?utf-8?b?RGF2aWQgTnlzdHLDtm0gPGRhdmlkLmMubnlzdHJvbUBnbWFpbC5jb20+?= X-Patchwork-Id: 43187 Message-Id: <1358862686-31602-2-git-send-email-david.c.nystrom@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: =?UTF-8?q?David=20Nystr=C3=B6m?= From: David Nyström Signed-off-by: David Nyström --- .../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 = " \