summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-04 09:41:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:18:08 +0100
commit184bb4a00f2a25f5dfd5d949554464d4f49675b5 (patch)
tree180b44c0a354f2c5687e694a7a0ce7b6fcf43d83 /meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb
parentc3b1cbb04e9a1b0ad4abf3d8eb1bca77d5c90fe5 (diff)
downloadpoky-184bb4a00f2a25f5dfd5d949554464d4f49675b5.tar.gz
(lib)telepathy*: add missing dependency on libxslt-native
* do_configure fails without: | configure:13590: error: xsltproc (from the libxslt source package) is required (From OE-Core master rev: fe84f0b28ce49300d9744532fa011ab1678fbb70) (From OE-Core rev: 33d6d4fe91e79d819494dc6c7a7af3939646399a) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb1
1 files changed, 1 insertions, 0 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 f83bb2c381..5a02d81869 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb
@@ -4,6 +4,7 @@ LICENSE = "LGPLv2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
5 file://src/utils.py;beginline=1;endline=17;md5=9a07d1a9791a7429a14e7b25c6c86822" 5 file://src/utils.py;beginline=1;endline=17;md5=9a07d1a9791a7429a14e7b25c6c86822"
6 6
7DEPENDS = "libxslt-native"
7RDEPENDS_${PN} += "python-dbus" 8RDEPENDS_${PN} += "python-dbus"
8 9
9SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ 10SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \