diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-04 09:41:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:18:08 +0100 |
commit | 184bb4a00f2a25f5dfd5d949554464d4f49675b5 (patch) | |
tree | 180b44c0a354f2c5687e694a7a0ce7b6fcf43d83 /meta/recipes-connectivity | |
parent | c3b1cbb04e9a1b0ad4abf3d8eb1bca77d5c90fe5 (diff) | |
download | poky-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')
5 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb index 7d0ef79706..f13e7093c8 100644 --- a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb +++ b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | |||
@@ -4,7 +4,7 @@ communication, including instant messaging, voice calls and video calls. It \ | |||
4 | abstracts differences between protocols to provide a unified interface for \ | 4 | abstracts differences between protocols to provide a unified interface for \ |
5 | applications." | 5 | applications." |
6 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | 6 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" |
7 | DEPENDS = "glib-2.0 dbus dbus-glib telepathy-glib" | 7 | DEPENDS = "glib-2.0 dbus dbus-glib telepathy-glib libxslt-native" |
8 | LICENSE = "LGPLv2.1+" | 8 | LICENSE = "LGPLv2.1+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
10 | file://src/tp-conn.c;beginline=1;endline=19;md5=4c58069f77d601cc59200bce5396c7cb" | 10 | file://src/tp-conn.c;beginline=1;endline=19;md5=4c58069f77d601cc59200bce5396c7cb" |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb index a0c3103149..85071c053d 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb | |||
@@ -1,9 +1,8 @@ | |||
1 | SUMMARY = "Telepathy Framework glib-base helper library" | 1 | SUMMARY = "Telepathy Framework glib-base helper library" |
2 | DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" | 2 | DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" |
3 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | 3 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" |
4 | DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" | 4 | DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib libxslt-native" |
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |
6 | PR = "r0" | ||
7 | 6 | ||
8 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz \ | 7 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz \ |
9 | file://pkgconfig.patch" | 8 | file://pkgconfig.patch" |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.14.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.14.bb index 02250eac6e..4edcb3bc77 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.14.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.14.bb | |||
@@ -1,11 +1,10 @@ | |||
1 | SUMMARY = "Telepathy IRC connection manager" | 1 | SUMMARY = "Telepathy IRC connection manager" |
2 | DESCRIPTION = "Telepathy implementation of the Internet Relay Chat protocols." | 2 | DESCRIPTION = "Telepathy implementation of the Internet Relay Chat protocols." |
3 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | 3 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" |
4 | DEPENDS = "glib-2.0 dbus telepathy-glib openssl" | 4 | DEPENDS = "glib-2.0 dbus telepathy-glib openssl libxslt-native" |
5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
7 | file://src/idle.c;beginline=1;endline=19;md5=b06b1e2594423111a1a7910b0eefc7f9" | 7 | file://src/idle.c;beginline=1;endline=19;md5=b06b1e2594423111a1a7910b0eefc7f9" |
8 | PR = "r0" | ||
9 | 8 | ||
10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ | 9 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ |
11 | file://fix-svc-gtk-doc.h-target.patch" | 10 | file://fix-svc-gtk-doc.h-target.patch" |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb index b758dd9b1b..23e4c97d20 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb | |||
@@ -4,12 +4,10 @@ LICENSE = "LGPLv2.1+" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ |
5 | file://src/request.h;beginline=1;endline=21;md5=f80534d9af1c33291b3b79609f196eb2" | 5 | file://src/request.h;beginline=1;endline=21;md5=f80534d9af1c33291b3b79609f196eb2" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | DEPENDS = "libtelepathy dbus-glib gconf" | 7 | DEPENDS = "libtelepathy dbus-glib gconf libxslt-native" |
8 | 8 | ||
9 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-${PV}.tar.gz" | 9 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-${PV}.tar.gz" |
10 | 10 | ||
11 | PR = "r0" | ||
12 | |||
13 | inherit autotools pkgconfig pythonnative | 11 | inherit autotools pkgconfig pythonnative |
14 | 12 | ||
15 | PACKAGES =+ " \ | 13 | PACKAGES =+ " \ |
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+" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 4 | LIC_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 | ||
7 | DEPENDS = "libxslt-native" | ||
7 | RDEPENDS_${PN} += "python-dbus" | 8 | RDEPENDS_${PN} += "python-dbus" |
8 | 9 | ||
9 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ | 10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ |