diff options
-rw-r--r-- | meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb | 6 |
1 files changed, 4 insertions, 2 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 1455982bbe..5215dd6919 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 | |||
@@ -7,7 +7,7 @@ SECTION = "console/network" | |||
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=c3159ad36d96a939fcd8f2c2c9b9d08a" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c3159ad36d96a939fcd8f2c2c9b9d08a" |
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-${PV}.tar.bz2 " | 12 | SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-${PV}.tar.bz2 " |
13 | SRC_URI[md5sum] = "73da62c793269eade8121da336b01ba5" | 13 | SRC_URI[md5sum] = "73da62c793269eade8121da336b01ba5" |
@@ -19,7 +19,7 @@ inherit setuptools | |||
19 | 19 | ||
20 | do_install_append() { | 20 | do_install_append() { |
21 | # remove some useless files before packaging | 21 | # remove some useless files before packaging |
22 | find ${D} -name "*.bat" -o -name "*.c" -o -name "*.h" -exec rm {} \; | 22 | find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; |
23 | } | 23 | } |
24 | 24 | ||
25 | PACKAGES += "\ | 25 | PACKAGES += "\ |
@@ -167,6 +167,8 @@ ${libdir}/${PYTHON_DIR}/site-packages/twisted/im.py* \ | |||
167 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py* \ | 167 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py* \ |
168 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/*.py* \ | 168 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/*.py* \ |
169 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/*.py* \ | 169 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/*.py* \ |
170 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/topfiles \ | ||
171 | ${libdir}/${PYTHON_DIR}/site-packages/Twisted*egg-info \ | ||
170 | " | 172 | " |
171 | 173 | ||
172 | FILES_${PN}-lore = " \ | 174 | FILES_${PN}-lore = " \ |