[oe-commits] org.oe.dev startup-notification: Use autotools_stage_all

rpurdie commit openembedded-commits at lists.openembedded.org
Thu Feb 28 18:24:39 UTC 2008


startup-notification: Use autotools_stage_all

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: ea8187e26f157890e17bc524a4b3466ae90ae376
ViewMTN: http://monotone.openembedded.org/revision/info/ea8187e26f157890e17bc524a4b3466ae90ae376
Files:
1
packages/startup-notification/startup-notification_0.5.bb
Diffs:

#
# mt diff -r4d7696be0dc9dd80d5d755ff0e8cdd500703ae91 -rea8187e26f157890e17bc524a4b3466ae90ae376
#
# 
# 
# patch "packages/startup-notification/startup-notification_0.5.bb"
#  from [71d94468f2ddf5ddeb47b3f92e939db7f8c83412]
#    to [6a3cd8d5a62293c2ad7b34db9ba05b0cba4f7229]
# 
============================================================
--- packages/startup-notification/startup-notification_0.5.bb	71d94468f2ddf5ddeb47b3f92e939db7f8c83412
+++ packages/startup-notification/startup-notification_0.5.bb	6a3cd8d5a62293c2ad7b34db9ba05b0cba4f7229
@@ -9,5 +9,5 @@ do_stage () {
 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
 }






More information about the Openembedded-commits mailing list