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-05 23:48:34 +0100 |
commit | 914daf52ece9b4c14065cb26934eb52babbf6c0e (patch) | |
tree | 9070d95baec6ea0fd0b2217f1d5c83625ea5e759 /meta/recipes-connectivity/telepathy | |
parent | 0086e2e7f776b71378eb9cb69c0e59db4a5ffea7 (diff) | |
download | openembedded-core-914daf52ece9b4c14065cb26934eb52babbf6c0e.tar.gz openembedded-core-914daf52ece9b4c14065cb26934eb52babbf6c0e.tar.bz2 openembedded-core-914daf52ece9b4c14065cb26934eb52babbf6c0e.zip |
telepathy-python: Remove unneeded and unpackaged files
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/telepathy')
-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" SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz \ file://parallel_make.patch" -PR = "r1" +PR = "r2" inherit autotools @@ -20,3 +20,10 @@ FILES_${PN} += "\ ${libdir}/python*/site-packages/telepathy/*.py \ ${libdir}/python*/site-packages/telepathy/*/*.py \ " + +do_install_append () { + rm -f ${D}${libdir}/python*/site-packages/telepathy/*.pyc + rm -f ${D}${libdir}/python*/site-packages/telepathy/*.pyo + rm -f ${D}${libdir}/python*/site-packages/telepathy/*/*.pyc + rm -f ${D}${libdir}/python*/site-packages/telepathy/*/*.pyo +} |