]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtelepathy: python-native is now used during build
authorCristian Iorga <cristian.iorga@intel.com>
Mon, 7 Jan 2013 14:24:59 +0000 (16:24 +0200)
committerSaul Wold <sgw@linux.intel.com>
Thu, 10 Jan 2013 00:40:34 +0000 (16:40 -0800)
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]

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb

index ee131ee546e50da02ff64836fa8f65f14b3857f4..7d0ef79706e56b35bad259bffc061666aa4f5cab 100644 (file)
@@ -17,7 +17,7 @@ SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-$
 SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370"
 SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig pythonnative
 
 FILES_${PN} += "${datadir}/telepathy \
                ${datadir}/dbus-1"