]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-extras: Convert from recipes to use the autotools_stage class
authorRichard Purdie <richard@ted.(none)>
Sun, 18 Jan 2009 13:07:05 +0000 (13:07 +0000)
committerRichard Purdie <richard@ted.(none)>
Sun, 18 Jan 2009 13:07:05 +0000 (13:07 +0000)
meta-extras/packages/eventlog/eventlog_0.2.5.bb
meta-extras/packages/libxosd/libxosd_svn.bb

index 50d7d70e937153c58ea430510f2b403772a643e2..da0e2e0034f90c6cc1712cfdf43258454e6ec062 100644 (file)
@@ -4,8 +4,4 @@ PR = "r1"
 
 SRC_URI = "http://www.balabit.com/downloads/files/eventlog/0.2/${P}.tar.gz"
 
-inherit autotools pkgconfig
-
-do_stage () {
-       autotools_stage_all
-}
+inherit autotools_stage pkgconfig
index 377f55dc2ae1375aebb572e2e089ce9968874727..da0ba0a418aa943384ce6b5afb110f87acd7f941 100644 (file)
@@ -11,11 +11,7 @@ SRC_URI = "svn://libxosd.svn.sourceforge.net/svnroot/libxosd/source;module=curre
 
 S = "${WORKDIR}/current"
 
-inherit autotools binconfig
-
-do_stage() {
-       autotools_stage_all
-}
+inherit autotools_stage binconfig
 
 PACKAGES =+ "${PN}-examples-dbg ${PN}-examples"
 FILES_${PN}-examples = "${bindir}/osd_cat"