startup-notification: Use autotools_stage_all
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:00:34 +0000 (12:00 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:00:34 +0000 (12:00 +0000)
packages/startup-notification/startup-notification_0.5.bb

index c48e89c..e073476 100644 (file)
@@ -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
 }