diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-27 09:46:26 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-27 09:46:26 +0000 |
commit | 9479bd52c519d1390073bf381b67a3f5fa336953 (patch) | |
tree | bdc96d5c720fa50a6fbd2e369e26894f3e82ad59 | |
parent | 622e1917a1c4fcce854d9f24d2ad1769a4204e10 (diff) | |
download | poky-9479bd52c519d1390073bf381b67a3f5fa336953.tar.gz |
telepathy-mission-control: stage headers, added required fields
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1567 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/telepathy/telepathy-mission-control_4.21.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/packages/telepathy/telepathy-mission-control_4.21.bb b/meta/packages/telepathy/telepathy-mission-control_4.21.bb index 1b76d45af6..9e458c21a3 100644 --- a/meta/packages/telepathy/telepathy-mission-control_4.21.bb +++ b/meta/packages/telepathy/telepathy-mission-control_4.21.bb | |||
@@ -1,10 +1,18 @@ | |||
1 | 1 | DESCRIPTION = "Telepathy Mission Control" | |
2 | HOMEPAGE = "http://mission-control.sourceforge.net/" | ||
3 | LICENSE = "LGPL" | ||
4 | SECTION = "libs" | ||
2 | DEPENDS = "libtelepathy dbus-glib" | 5 | DEPENDS = "libtelepathy dbus-glib" |
6 | PR = "r1" | ||
3 | 7 | ||
4 | SRC_URI = "${SOURCEFORGE_MIRROR}/mission-control/telepathy-mission-control-${PV}.tar.gz" | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/mission-control/telepathy-mission-control-${PV}.tar.gz" |
5 | 9 | ||
6 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
7 | 11 | ||
12 | do_stage() { | ||
13 | autotools_stage_all | ||
14 | } | ||
15 | |||
8 | PACKAGES =+ " \ | 16 | PACKAGES =+ " \ |
9 | libmissioncontrol \ | 17 | libmissioncontrol \ |
10 | libmissioncontrol-config \ | 18 | libmissioncontrol-config \ |