]> code.ossystems Code Review - openembedded-core.git/commitdiff
telepathy-mission-control: stage headers, added required fields
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 27 Apr 2007 09:46:26 +0000 (09:46 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 27 Apr 2007 09:46:26 +0000 (09:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1567 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/telepathy/telepathy-mission-control_4.21.bb

index 1b76d45af685bc56ef8c8d08e179b59a935083e5..9e458c21a3a9e5730dab3cc9b0923068c32b460e 100644 (file)
@@ -1,10 +1,18 @@
-
+DESCRIPTION = "Telepathy Mission Control"
+HOMEPAGE = "http://mission-control.sourceforge.net/"
+LICENSE = "LGPL"
+SECTION = "libs"
 DEPENDS = "libtelepathy dbus-glib"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/mission-control/telepathy-mission-control-${PV}.tar.gz"
 
 inherit autotools pkgconfig
 
+do_stage() {
+       autotools_stage_all
+}
+
 PACKAGES =+ " \
        libmissioncontrol \
        libmissioncontrol-config \