[OE-core] [PATCH] libtelepathy: python-native is used during build

Richard Purdie richard.purdie at linuxfoundation.org
Mon Jan 7 13:59:14 UTC 2013


On Mon, 2013-01-07 at 15:51 +0200, Cristian Iorga wrote:
> python-native was not used during the build.
> This could lead to problems.

What kind of "problems"? Yes, I could go and look at the bugzilla but
commit messages should be self supporting, at least with a summary.

Cheers,

Richard


> Fixes [YOCTO #3679]
> 
> Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
> ---
>  meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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"






More information about the Openembedded-core mailing list