meta-extras: Convert from recipes to use the autotools_stage class

This commit is contained in:
Richard Purdie 2009-01-18 13:07:05 +00:00
parent 4cdb6114fa
commit cd9ad54848
2 changed files with 2 additions and 10 deletions

View 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

View 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"