From: Richard Purdie Date: Tue, 7 Dec 2010 22:58:02 +0000 (+0000) Subject: telepathy-python: Make sure py files are packages correctly X-Git-Tag: 2011-1~3584 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=918ebfb0c1edc834779d4c13466f7cf11e4e510f;p=openembedded-core.git telepathy-python: Make sure py files are packages correctly Signed-off-by: Richard Purdie --- 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" SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz " -PR = "r0" +PR = "r1" inherit autotools SRC_URI[md5sum] = "51da78a77681b0652d9b4ca941da0658" SRC_URI[sha256sum] = "f9f5c260188e9e27af9152bfc6d622cc5c0ea48d63d5fa9985abbdd69fda0e87" + +FILES_${PN} += "\ + ${libdir}/python*/site-packages/telepathy/*.py \ + ${libdir}/python*/site-packages/telepathy/*/*.py \ + "