diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-11-22 13:57:13 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-22 13:57:13 +0000 |
commit | cfe12efb5ec9586dab6961f141d52b103bd8b1d1 (patch) | |
tree | 7108e22aa7ddf6cfc2f1b6c6b73a811187706ecb /meta/recipes-connectivity/telepathy/empathy_2.26.1.bb | |
parent | 762fd6b7b3b22d7a8cb80ef9e9ba62e7ef21af3e (diff) | |
download | poky-cfe12efb5ec9586dab6961f141d52b103bd8b1d1.tar.gz |
Meta: Recipe Reogranization
This is the next stage of recipe reorganization, in this stage
many recipes where moved to a new meta-demoapps layer since this
is more appropriate for demo usage then the core. Additional some
recipes were moved to meta-extras to indicate they may be depercated
at a future time.
A number of recipes were modified since dependencies need to be
corrected.
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/telepathy/empathy_2.26.1.bb')
-rw-r--r-- | meta/recipes-connectivity/telepathy/empathy_2.26.1.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-connectivity/telepathy/empathy_2.26.1.bb b/meta/recipes-connectivity/telepathy/empathy_2.26.1.bb deleted file mode 100644 index 2e07b19c16..0000000000 --- a/meta/recipes-connectivity/telepathy/empathy_2.26.1.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | SUMMARY = "a Telepathy based IM client" | ||
2 | DESCRIPTION = "Instant messaging program supporting text, voice, video, file \ | ||
3 | transfers and interapplication communication over many different protocols, \ | ||
4 | include: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, \ | ||
5 | Gadu-Gadu, Groupwise, ICQ and QQ." | ||
6 | HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" | ||
7 | LICENSE = "GPL" | ||
8 | DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus" | ||
9 | RDEPENDS = "telepathy-mission-control" | ||
10 | RRECOMMENDS = "telepathy-gabble" | ||
11 | PR = "r2" | ||
12 | |||
13 | inherit gnome | ||
14 | |||
15 | PARALLEL_MAKE = "" | ||
16 | |||
17 | EXTRA_OECONF += "--disable-scrollkeeper" | ||
18 | |||
19 | PACKAGES =+ "empathy-scrollkeeper-junk" | ||
20 | FILES_empathy-scrollkeeper-junk = "/var/lib/scrollkeeper" | ||
21 | |||
22 | FILES_${PN} += "${datadir}/mission-control/profiles/*.profile \ | ||
23 | ${datadir}/dbus-1/services/*.service \ | ||
24 | ${datadir}/telepathy/managers/*.chandler \ | ||
25 | ${datadir}/icons \ | ||
26 | ${libdir}/python*" | ||
27 | |||
28 | FILES_${PN}-dbg += "${libdir}/python*/*/.debug" | ||
29 | |||