mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
telepathy-python: Make sure py files are packages correctly
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user