libtelepathy: stage headers

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1566 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-04-27 09:41:31 +00:00
parent 4d3b29f093
commit 622e1917a1

View File

@@ -1,11 +1,15 @@
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
DEPENDS = "glib-2.0 dbus"
LICENSE = "lgpl"
LICENSE = "LGPL"
PR = "r1"
SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}/telepathy \
${datadir}/dbus-1"
do_stage() {
autotools_stage_all
}