summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2013-01-07 16:24:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-10 23:43:06 +0000
commit0624d147f2a0edc5cab39278972db66e48db95f0 (patch)
tree85e07430ac964a587bb3d8abfdfbd9b6fe69184e /meta/recipes-connectivity/telepathy
parent876aba02248bd4f52eb550d952347beb607151c2 (diff)
downloadpoky-0624d147f2a0edc5cab39278972db66e48db95f0.tar.gz
libtelepathy: python-native is now used during build
libtelepathy generated makefiles contain an assignment like this: PYTHON=python This could lead to potential build problems in Yocto environment because python-native is not used during the build. Fixes [YOCTO #3679] (From OE-Core rev: 9e7f5dcb51c547ccec014952ee7c82f9a222d187) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/telepathy')
-rw-r--r--meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb
index ee131ee546..7d0ef79706 100644
--- a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb
+++ b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb
@@ -17,7 +17,7 @@ SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-$
17SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370" 17SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370"
18SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878" 18SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878"
19 19
20inherit autotools pkgconfig 20inherit autotools pkgconfig pythonnative
21 21
22FILES_${PN} += "${datadir}/telepathy \ 22FILES_${PN} += "${datadir}/telepathy \
23 ${datadir}/dbus-1" 23 ${datadir}/dbus-1"