summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-12-07 22:58:02 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-07 22:58:02 +0000
commit918ebfb0c1edc834779d4c13466f7cf11e4e510f (patch)
tree60aa079bcf5d6c3b057f87a94406e0f1c1ee4d44 /meta/recipes-connectivity
parentaa5822b59a4b4e9d2b4e6e9da6b49ab523264f54 (diff)
downloadpoky-918ebfb0c1edc834779d4c13466f7cf11e4e510f.tar.gz
telepathy-python: Make sure py files are packages correctly
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb
index a5705e2074..8d7c766b90 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb
@@ -8,9 +8,14 @@ RDEPENDS_${PN} += "python-dbus"
8 8
9SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz " 9SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz "
10 10
11PR = "r0" 11PR = "r1"
12 12
13inherit autotools 13inherit autotools
14 14
15SRC_URI[md5sum] = "51da78a77681b0652d9b4ca941da0658" 15SRC_URI[md5sum] = "51da78a77681b0652d9b4ca941da0658"
16SRC_URI[sha256sum] = "f9f5c260188e9e27af9152bfc6d622cc5c0ea48d63d5fa9985abbdd69fda0e87" 16SRC_URI[sha256sum] = "f9f5c260188e9e27af9152bfc6d622cc5c0ea48d63d5fa9985abbdd69fda0e87"
17
18FILES_${PN} += "\
19 ${libdir}/python*/site-packages/telepathy/*.py \
20 ${libdir}/python*/site-packages/telepathy/*/*.py \
21 "