diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-01-07 16:24:59 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-01-09 16:40:34 -0800 |
commit | 9e7f5dcb51c547ccec014952ee7c82f9a222d187 (patch) | |
tree | 48eef6e0fdaa07fff18380514f3284b6f489caaf /meta/recipes-connectivity | |
parent | 4f1a2bf43e286e630c30738a268df76355e19212 (diff) | |
download | openembedded-core-9e7f5dcb51c547ccec014952ee7c82f9a222d187.tar.gz openembedded-core-9e7f5dcb51c547ccec014952ee7c82f9a222d187.tar.bz2 openembedded-core-9e7f5dcb51c547ccec014952ee7c82f9a222d187.zip |
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 <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | 2 |
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-$ SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370" SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878" -inherit autotools pkgconfig +inherit autotools pkgconfig pythonnative FILES_${PN} += "${datadir}/telepathy \ ${datadir}/dbus-1" |