diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-19 17:09:36 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-19 17:09:36 +0100 |
commit | d0d2cda2f664dfbbbd55329be65856a429da2ebc (patch) | |
tree | e4f245f765383a23ed95ad0d899e31c0c8895094 /meta/packages/telepathy/telepathy-farsight_0.0.7.bb | |
parent | 214e407cede869547a9db07f0be93de006d58928 (diff) | |
download | poky-d0d2cda2f664dfbbbd55329be65856a429da2ebc.tar.gz |
telepathy: Sync recipes/versions with OE.dev
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/telepathy/telepathy-farsight_0.0.7.bb')
-rw-r--r-- | meta/packages/telepathy/telepathy-farsight_0.0.7.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/telepathy/telepathy-farsight_0.0.7.bb b/meta/packages/telepathy/telepathy-farsight_0.0.7.bb new file mode 100644 index 0000000000..ee1966b9d3 --- /dev/null +++ b/meta/packages/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_stage | ||
10 | |||
11 | EXTRA_OECONF = "--disable-python" | ||
12 | |||
13 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
14 | |||
15 | FILES_${PN} += "${datadir}/telepathy \ | ||
16 | ${datadir}/dbus-1" | ||