summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/parallel_make.patch (renamed from meta-python/recipes-connectivity/telepathy/telepathy-python-0.15.19/parallel_make.patch)0
-rw-r--r--meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch (renamed from meta-python/recipes-connectivity/telepathy/telepathy-python-0.15.19/remove_duplicate_install.patch)0
-rw-r--r--meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/telepathy-python_fix_for_automake_1.12.patch (renamed from meta-python/recipes-connectivity/telepathy/telepathy-python-0.15.19/telepathy-python_fix_for_automake_1.12.patch)0
-rw-r--r--meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb (renamed from meta-python/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb)12
4 files changed, 7 insertions, 5 deletions
diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python-0.15.19/parallel_make.patch b/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/parallel_make.patch
index 248824606e..248824606e 100644
--- a/meta-python/recipes-connectivity/telepathy/telepathy-python-0.15.19/parallel_make.patch
+++ b/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/parallel_make.patch
diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python-0.15.19/remove_duplicate_install.patch b/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch
index df95a4c138..df95a4c138 100644
--- a/meta-python/recipes-connectivity/telepathy/telepathy-python-0.15.19/remove_duplicate_install.patch
+++ b/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch
diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python-0.15.19/telepathy-python_fix_for_automake_1.12.patch b/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/telepathy-python_fix_for_automake_1.12.patch
index f613fdce4d..f613fdce4d 100644
--- a/meta-python/recipes-connectivity/telepathy/telepathy-python-0.15.19/telepathy-python_fix_for_automake_1.12.patch
+++ b/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/telepathy-python_fix_for_automake_1.12.patch
diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb b/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb
index 2e8da0805d..11ac0d93a1 100644
--- a/meta-python/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb
+++ b/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb
@@ -7,13 +7,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
7DEPENDS = "libxslt-native" 7DEPENDS = "libxslt-native"
8RDEPENDS_${PN} += "python-dbus" 8RDEPENDS_${PN} += "python-dbus"
9 9
10SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ 10SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${PV}.tar.gz \
11 file://parallel_make.patch \ 11 file://parallel_make.patch \
12 file://remove_duplicate_install.patch \ 12 file://remove_duplicate_install.patch \
13 file://telepathy-python_fix_for_automake_1.12.patch" 13 file://telepathy-python_fix_for_automake_1.12.patch"
14 14
15PR = "r6" 15PR = "r6"
16 16
17S = "${WORKDIR}/telepathy-python-${PV}"
18
17inherit autotools python3native 19inherit autotools python3native
18 20
19SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017" 21SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017"
@@ -25,8 +27,8 @@ FILES_${PN} += "\
25" 27"
26 28
27do_install_append () { 29do_install_append () {
28 rm -f ${D}${libdir}/python*/site-packages/telepathy/*.pyc 30 rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__
29 rm -f ${D}${libdir}/python*/site-packages/telepathy/*.pyo 31 rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__
30 rm -f ${D}${libdir}/python*/site-packages/telepathy/*/*.pyc 32 rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
31 rm -f ${D}${libdir}/python*/site-packages/telepathy/*/*.pyo 33 rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
32} 34}