diff options
author | Morgan Little <morgan.little@windriver.com> | 2012-07-19 13:46:12 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:40:08 +0100 |
commit | ac037bb9aeab67c1b8b8400b0b8ad5f507c75a48 (patch) | |
tree | 53a7776fedcb536f943279ab3c3f18a22d3306ae /meta/recipes-connectivity | |
parent | 0751ba97969bf7ef21e0c9a0bbe52001052f02af (diff) | |
download | openembedded-core-ac037bb9aeab67c1b8b8400b0b8ad5f507c75a48.tar.gz openembedded-core-ac037bb9aeab67c1b8b8400b0b8ad5f507c75a48.tar.bz2 openembedded-core-ac037bb9aeab67c1b8b8400b0b8ad5f507c75a48.zip |
telepathy-python: Update for python-native changes
Add pythonnative to the inherits list
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb index 383e29ab10..f83bb2c381 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb @@ -11,9 +11,9 @@ SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz file://remove_duplicate_install.patch \ file://telepathy-python_fix_for_automake_1.12.patch" -PR = "r5" +PR = "r6" -inherit autotools +inherit autotools pythonnative SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017" SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376" |