summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-27 09:41:31 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-27 09:41:31 +0000
commit622e1917a1c4fcce854d9f24d2ad1769a4204e10 (patch)
tree43a298860e07f0f885c4a534bfbe8cb02a48a0ec /meta
parent4d3b29f093f51ef1ed3680997a2273244bd96914 (diff)
downloadpoky-622e1917a1c4fcce854d9f24d2ad1769a4204e10.tar.gz
libtelepathy: stage headers
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1566 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/telepathy/libtelepathy_0.0.53.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/telepathy/libtelepathy_0.0.53.bb b/meta/packages/telepathy/libtelepathy_0.0.53.bb
index fe409d39b9..f3e4f37521 100644
--- a/meta/packages/telepathy/libtelepathy_0.0.53.bb
+++ b/meta/packages/telepathy/libtelepathy_0.0.53.bb
@@ -1,11 +1,15 @@
1HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" 1HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
2DEPENDS = "glib-2.0 dbus" 2DEPENDS = "glib-2.0 dbus"
3LICENSE = "lgpl" 3LICENSE = "LGPL"
4PR = "r1"
4 5
5SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz" 6SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz"
6 7
7inherit autotools pkgconfig 8inherit autotools pkgconfig
8 9
9
10FILES_${PN} += "${datadir}/telepathy \ 10FILES_${PN} += "${datadir}/telepathy \
11 ${datadir}/dbus-1" 11 ${datadir}/dbus-1"
12
13do_stage() {
14 autotools_stage_all
15}