| Submitter | Morgan Little |
|---|---|
| Date | July 13, 2012, 12:22 p.m. |
| Message ID | <1342182175-6461-12-git-send-email-morgan.little@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/32009/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
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 0113854..8b85c9a 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb @@ -10,9 +10,9 @@ SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz file://parallel_make.patch \ file://remove_duplicate_install.patch" -PR = "r4" +PR = "r5" -inherit autotools +inherit autotools pythonnative SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017" SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376"
Add pythonnative to the inherits list Signed-off-by: Morgan Little <morgan.little@windriver.com> --- .../telepathy/telepathy-python_0.15.19.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)