summaryrefslogtreecommitdiffstats
path: root/meta/packages/telepathy/libtelepathy_0.3.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-27 01:13:47 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-30 17:07:17 +0000
commitfcb1791f553081e5267c2d0b7795eab224b4a342 (patch)
tree16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/telepathy/libtelepathy_0.3.3.bb
parente380b48602db316c7d12d328192eadc52e5be861 (diff)
downloadpoky-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.gz
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/telepathy/libtelepathy_0.3.3.bb')
-rw-r--r--meta/packages/telepathy/libtelepathy_0.3.3.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/telepathy/libtelepathy_0.3.3.bb b/meta/packages/telepathy/libtelepathy_0.3.3.bb
index 4343688fba..1c9bf2a714 100644
--- a/meta/packages/telepathy/libtelepathy_0.3.3.bb
+++ b/meta/packages/telepathy/libtelepathy_0.3.3.bb
@@ -7,11 +7,7 @@ PR = "r2"
7SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \ 7SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \
8 file://prefer_python_2.5.patch;patch=1 " 8 file://prefer_python_2.5.patch;patch=1 "
9 9
10inherit autotools pkgconfig 10inherit autotools_stage pkgconfig
11 11
12FILES_${PN} += "${datadir}/telepathy \ 12FILES_${PN} += "${datadir}/telepathy \
13 ${datadir}/dbus-1" 13 ${datadir}/dbus-1"
14
15do_stage() {
16 autotools_stage_all
17}