diff options
| author | Ross Burton <ross.burton@intel.com> | 2014-12-30 14:13:57 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 17:04:51 +0000 |
| commit | ea06c15c04f319fb48324e9911f3c9582d78d8e5 (patch) | |
| tree | e6d0719f32608d081621cda2380cff9895599028 /meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb | |
| parent | d25f3980a5f04e1fdf808186b133d86070143614 (diff) | |
| download | poky-ea06c15c04f319fb48324e9911f3c9582d78d8e5.tar.gz | |
telepathy: remove (moved to meta-oe)
Nothing in oe-core uses Telepathy, so move these recipes to meta-oe.
(From OE-Core rev: fc8c843ae2a7d688a5b7e3effd1dae10c7e2fbf8)
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 | 32 |
1 files changed, 0 insertions, 32 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 deleted file mode 100644 index 17167022b9..0000000000 --- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | SUMMARY = "Telepathy IM framework - Python package" | ||
| 2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
| 3 | LICENSE = "LGPLv2.1+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | ||
| 5 | file://src/utils.py;beginline=1;endline=17;md5=9a07d1a9791a7429a14e7b25c6c86822" | ||
| 6 | |||
| 7 | DEPENDS = "libxslt-native" | ||
| 8 | RDEPENDS_${PN} += "python-dbus" | ||
| 9 | |||
| 10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ | ||
| 11 | file://parallel_make.patch \ | ||
| 12 | file://remove_duplicate_install.patch \ | ||
| 13 | file://telepathy-python_fix_for_automake_1.12.patch" | ||
| 14 | |||
| 15 | PR = "r6" | ||
| 16 | |||
| 17 | inherit autotools pythonnative | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017" | ||
| 20 | SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376" | ||
| 21 | |||
| 22 | FILES_${PN} += "\ | ||
| 23 | ${libdir}/python*/site-packages/telepathy/*.py \ | ||
| 24 | ${libdir}/python*/site-packages/telepathy/*/*.py \ | ||
| 25 | " | ||
| 26 | |||
| 27 | do_install_append () { | ||
| 28 | rm -f ${D}${libdir}/python*/site-packages/telepathy/*.pyc | ||
| 29 | rm -f ${D}${libdir}/python*/site-packages/telepathy/*.pyo | ||
| 30 | rm -f ${D}${libdir}/python*/site-packages/telepathy/*/*.pyc | ||
| 31 | rm -f ${D}${libdir}/python*/site-packages/telepathy/*/*.pyo | ||
| 32 | } | ||
