diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-04 10:57:03 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-04 10:57:03 +0100 |
commit | 5c2d9841cd24561a8d2380c349c024cf43d9ba45 (patch) | |
tree | 4e2f28b8a4018a0e607e811c85f9678dbe9d7f9b /meta-oe/recipes-devtools | |
parent | f39f9057f7289cef45971ff53ecd97ff3b4c5f99 (diff) | |
download | meta-openembedded-5c2d9841cd24561a8d2380c349c024cf43d9ba45.tar.gz |
python-twisted: update to 10.2.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb (renamed from meta-oe/recipes-devtools/python/python-twisted_8.2.0.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/python/python-twisted_8.2.0.bb b/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb index 0d703cf01..14e8f18e6 100644 --- a/meta-oe/recipes-devtools/python/python-twisted_8.2.0.bb +++ b/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb | |||
@@ -6,11 +6,11 @@ SECTION = "console/network" | |||
6 | 6 | ||
7 | #twisted/topfiles/NEWS:655: - Relicensed: Now under the MIT license, rather than LGPL. | 7 | #twisted/topfiles/NEWS:655: - Relicensed: Now under the MIT license, rather than LGPL. |
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3ea27a26302ba9ad8b80a24781d41767" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c3159ad36d96a939fcd8f2c2c9b9d08a" |
10 | 10 | ||
11 | SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Twisted-${PV}.tar.bz2 " | 11 | SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-${PV}.tar.bz2 " |
12 | SRC_URI[md5sum] = "c85f151999df3ecf04c49a781b4438d2" | 12 | SRC_URI[md5sum] = "73da62c793269eade8121da336b01ba5" |
13 | SRC_URI[sha256sum] = "e0602bb05e31f6100b6f9ab35cfa93ab9f7a1c50a351a0ddfcd236a923bddfb0" | 13 | SRC_URI[sha256sum] = "562ed61c18aa72da99c23fb19c2c101d178995eb3a78ab3c09560a613e180c84" |
14 | 14 | ||
15 | S = "${WORKDIR}/Twisted-${PV}" | 15 | S = "${WORKDIR}/Twisted-${PV}" |
16 | 16 | ||
@@ -95,6 +95,7 @@ ${bindir}/tkmktap \ | |||
95 | ${bindir}/trial \ | 95 | ${bindir}/trial \ |
96 | ${bindir}/easy_install* \ | 96 | ${bindir}/easy_install* \ |
97 | ${bindir}/pyhtmlizer \ | 97 | ${bindir}/pyhtmlizer \ |
98 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/*.so \ | ||
98 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py* \ | 99 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py* \ |
99 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__init__.py* \ | 100 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__init__.py* \ |
100 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/notestplugin.py* \ | 101 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/notestplugin.py* \ |