diff options
Diffstat (limited to 'meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb')
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb b/meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb new file mode 100644 index 0000000000..dfb7e39b0a --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Telepathy fasrsight" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | DEPENDS = "glib-2.0 dbus telepathy-glib farsight2" | ||
4 | LICENSE = "LGPLv2" | ||
5 | |||
6 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-farsight/${P}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | EXTRA_OECONF = "--disable-python" | ||
12 | |||
13 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
14 | |||
15 | FILES_${PN} += "${datadir}/telepathy \ | ||
16 | ${datadir}/dbus-1" | ||