diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 12:00:34 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 12:00:34 +0000 |
commit | a204d168c30e69ce2af470c9bf7b19ae0bcfa952 (patch) | |
tree | f83ebca79de7d7c8c5bb6d96663bf18596642ed2 /packages/startup-notification/startup-notification_0.5.bb | |
parent | f25ee3a9e8b035de1ea0de78b842809cbed423e3 (diff) |
startup-notification: Use autotools_stage_all
Diffstat (limited to 'packages/startup-notification/startup-notification_0.5.bb')
-rw-r--r-- | packages/startup-notification/startup-notification_0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/startup-notification/startup-notification_0.5.bb b/packages/startup-notification/startup-notification_0.5.bb index c48e89ce0b..e073476472 100644 --- a/packages/startup-notification/startup-notification_0.5.bb +++ b/packages/startup-notification/startup-notification_0.5.bb @@ -9,5 +9,5 @@ inherit autotools pkgconfig SRC_URI = "http://freedesktop.org/Software/startup-notification/releases/startup-notification-${PV}.tar.gz" do_stage () { - oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} + autotools_stage_all } |