diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 22:43:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-07 10:57:48 +0100 |
commit | 4b71ba456c061adc8803c1a571adc6270688bc6d (patch) | |
tree | b0cdc21b785bd6df6ed0a4954aa29e47b4bad263 /meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb | |
parent | e8755c782fb1640c3a24f512f7c7bfe210d466c1 (diff) | |
download | poky-4b71ba456c061adc8803c1a571adc6270688bc6d.tar.gz |
telepathy-python: Remove unneeded and unpackaged files
(From OE-Core rev: 914daf52ece9b4c14065cb26934eb52babbf6c0e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb')
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb | 9 |
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" | |||
9 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz \ | 9 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz \ |
10 | file://parallel_make.patch" | 10 | file://parallel_make.patch" |
11 | 11 | ||
12 | PR = "r1" | 12 | PR = "r2" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit 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 | |||
24 | do_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 | } | ||