diff options
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb | 80 |
1 files changed, 40 insertions, 40 deletions
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 532094675b..d585bfab47 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 | |||
| @@ -23,68 +23,68 @@ do_install_append() { | |||
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | PACKAGES += "\ | 25 | PACKAGES += "\ |
| 26 | ${PN}-zsh \ | 26 | ${PN}-zsh \ |
| 27 | ${PN}-test \ | 27 | ${PN}-test \ |
| 28 | ${PN}-protocols \ | 28 | ${PN}-protocols \ |
| 29 | ${PN}-bin \ | 29 | ${PN}-bin \ |
| 30 | ${PN}-conch \ | 30 | ${PN}-conch \ |
| 31 | ${PN}-lore \ | 31 | ${PN}-lore \ |
| 32 | ${PN}-mail \ | 32 | ${PN}-mail \ |
| 33 | ${PN}-names \ | 33 | ${PN}-names \ |
| 34 | ${PN}-news \ | 34 | ${PN}-news \ |
| 35 | ${PN}-runner \ | 35 | ${PN}-runner \ |
| 36 | ${PN}-web \ | 36 | ${PN}-web \ |
| 37 | ${PN}-words \ | 37 | ${PN}-words \ |
| 38 | ${PN}-flow \ | 38 | ${PN}-flow \ |
| 39 | ${PN}-pair \ | 39 | ${PN}-pair \ |
| 40 | ${PN}-core \ | 40 | ${PN}-core \ |
| 41 | " | 41 | " |
| 42 | 42 | ||
| 43 | RDEPENDS_${PN} = "python-core python-zopeinterface" | 43 | RDEPENDS_${PN} = "python-core python-zopeinterface" |
| 44 | RDEPENDS_${PN} += "\ | 44 | RDEPENDS_${PN} += "\ |
| 45 | ${PN}-bin \ | 45 | ${PN}-bin \ |
| 46 | ${PN}-conch \ | 46 | ${PN}-conch \ |
| 47 | ${PN}-lore \ | 47 | ${PN}-lore \ |
| 48 | ${PN}-mail \ | 48 | ${PN}-mail \ |
| 49 | ${PN}-names \ | 49 | ${PN}-names \ |
| 50 | ${PN}-news \ | 50 | ${PN}-news \ |
| 51 | ${PN}-runner \ | 51 | ${PN}-runner \ |
| 52 | ${PN}-web \ | 52 | ${PN}-web \ |
| 53 | ${PN}-words \ | 53 | ${PN}-words \ |
| 54 | " | 54 | " |
| 55 | 55 | ||
| 56 | ALLOW_EMPTY_${PN} = "1" | 56 | ALLOW_EMPTY_${PN} = "1" |
| 57 | FILES_${PN} = "" | 57 | FILES_${PN} = "" |
| 58 | 58 | ||
| 59 | FILES_${PN}-test = " \ | 59 | FILES_${PN}-test = " \ |
| 60 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ | 60 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ |
| 61 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \ | 61 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \ |
| 62 | " | 62 | " |
| 63 | 63 | ||
| 64 | FILES_${PN}-protocols = " \ | 64 | FILES_${PN}-protocols = " \ |
| 65 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \ | 65 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \ |
| 66 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \ | 66 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \ |
| 67 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \ | 67 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \ |
| 68 | " | 68 | " |
| 69 | 69 | ||
| 70 | FILES_${PN}-zsh = " \ | 70 | FILES_${PN}-zsh = " \ |
| 71 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \ | 71 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \ |
| 72 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \ | 72 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \ |
| 73 | " | 73 | " |
| 74 | 74 | ||
| 75 | FILES_${PN}-bin = " \ | 75 | FILES_${PN}-bin = " \ |
| 76 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/_c_urlarg.so \ | 76 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/_c_urlarg.so \ |
| 77 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/spread/cBanana.so \ | 77 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/spread/cBanana.so \ |
| 78 | " | 78 | " |
| 79 | 79 | ||
| 80 | FILES_${PN}-conch = " \ | 80 | FILES_${PN}-conch = " \ |
| 81 | ${bindir}/ckeygen \ | 81 | ${bindir}/ckeygen \ |
| 82 | ${bindir}/tkconch \ | 82 | ${bindir}/tkconch \ |
| 83 | ${bindir}/conch \ | 83 | ${bindir}/conch \ |
| 84 | ${bindir}/conchftp \ | 84 | ${bindir}/conchftp \ |
| 85 | ${bindir}/cftp \ | 85 | ${bindir}/cftp \ |
| 86 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_conch.py* \ | 86 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_conch.py* \ |
| 87 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/conch \ | 87 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/conch \ |
| 88 | " | 88 | " |
| 89 | 89 | ||
| 90 | FILES_${PN}-core = " \ | 90 | FILES_${PN}-core = " \ |
