summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/telepathy')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb
index 8182362625..0a483c489f 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb
@@ -9,7 +9,7 @@ RDEPENDS_${PN} += "python-dbus"
9SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz \ 9SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz \
10 file://parallel_make.patch" 10 file://parallel_make.patch"
11 11
12PR = "r1" 12PR = "r2"
13 13
14inherit autotools 14inherit autotools
15 15
@@ -20,3 +20,10 @@ FILES_${PN} += "\
20 ${libdir}/python*/site-packages/telepathy/*.py \ 20 ${libdir}/python*/site-packages/telepathy/*.py \
21 ${libdir}/python*/site-packages/telepathy/*/*.py \ 21 ${libdir}/python*/site-packages/telepathy/*/*.py \
22 " 22 "
23
24do_install_append () {
25 rm -f ${D}${libdir}/python*/site-packages/telepathy/*.pyc
26 rm -f ${D}${libdir}/python*/site-packages/telepathy/*.pyo
27 rm -f ${D}${libdir}/python*/site-packages/telepathy/*/*.pyc
28 rm -f ${D}${libdir}/python*/site-packages/telepathy/*/*.pyo
29}