diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-27 09:41:31 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-27 09:41:31 +0000 |
| commit | 622e1917a1c4fcce854d9f24d2ad1769a4204e10 (patch) | |
| tree | 43a298860e07f0f885c4a534bfbe8cb02a48a0ec /meta | |
| parent | 4d3b29f093f51ef1ed3680997a2273244bd96914 (diff) | |
| download | poky-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.bb | 8 |
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 @@ | |||
| 1 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | 1 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" |
| 2 | DEPENDS = "glib-2.0 dbus" | 2 | DEPENDS = "glib-2.0 dbus" |
| 3 | LICENSE = "lgpl" | 3 | LICENSE = "LGPL" |
| 4 | PR = "r1" | ||
| 4 | 5 | ||
| 5 | SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz" | 6 | SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz" |
| 6 | 7 | ||
| 7 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
| 8 | 9 | ||
| 9 | |||
| 10 | FILES_${PN} += "${datadir}/telepathy \ | 10 | FILES_${PN} += "${datadir}/telepathy \ |
| 11 | ${datadir}/dbus-1" | 11 | ${datadir}/dbus-1" |
| 12 | |||
| 13 | do_stage() { | ||
| 14 | autotools_stage_all | ||
| 15 | } | ||
