aboutsummaryrefslogtreecommitdiffstats
path: root/packages/startup-notification
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-01-02 13:16:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-02 13:16:14 +0000
commited5dc96cce94e07c31c681ae470b73fd6fb51b2b (patch)
treee262e5aa1d553a1a0b4c1c3574ed830cddbd6069 /packages/startup-notification
parent9ee2ad630cbd3a171818792ad1649eb2d8f94a26 (diff)
downloadopenembedded-ed5dc96cce94e07c31c681ae470b73fd6fb51b2b.tar.gz
autotooled packages: remove custom do_stage
Diffstat (limited to 'packages/startup-notification')
-rw-r--r--packages/startup-notification/startup-notification_0.8.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/startup-notification/startup-notification_0.8.bb b/packages/startup-notification/startup-notification_0.8.bb
index 664d313355..10daab6714 100644
--- a/packages/startup-notification/startup-notification_0.8.bb
+++ b/packages/startup-notification/startup-notification_0.8.bb
@@ -8,7 +8,3 @@ DEPENDS = "x11"
inherit autotools pkgconfig
SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz"
-
-do_stage () {
- oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
-}