From patchwork Mon Jan 7 14:28:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V2] libtelepathy: python-native is now used during build Date: Mon, 07 Jan 2013 14:28:44 -0000 From: Cristian Iorga X-Patchwork-Id: 42211 Message-Id: <969F26A8BAB325438E7EB80D3C3134FB161DB1A6@IRSMSX102.ger.corp.intel.com> To: "openembedded-core@lists.openembedded.org" With [PATCH V2] the commit message is clarified and more meaningful. -----Original Message----- From: Iorga, Cristian Sent: Monday, January 07, 2013 4:25 PM To: openembedded-core@lists.openembedded.org Cc: Iorga, Cristian Subject: [PATCH V2] 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] Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.10.4 diff --git a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb index ee131ee..7d0ef79 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-$ SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370" SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878" -inherit autotools pkgconfig +inherit autotools pkgconfig pythonnative FILES_${PN} += "${datadir}/telepathy \ ${datadir}/dbus-1"