classes/autotools_stage.bbclass: Add autotools_stage class to simplify recipes using standard autotools

This commit is contained in:
Richard Purdie
2008-12-26 19:02:44 +00:00
parent f9f549d06f
commit e380b48602
51 changed files with 53 additions and 231 deletions

View File

@@ -45,7 +45,7 @@ PACKAGE_ARCH_menlow = "${MACHINE_ARCH}"
FILESPATH = "${FILE_DIRNAME}/clutter"
inherit autotools pkgconfig gtk-doc
inherit autotools_stage pkgconfig gtk-doc
PACKAGES =+ "clutter-examples"
FILES_clutter-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
@@ -58,7 +58,3 @@ do_configure_prepend() {
sed -i s:doc/reference/Makefile::g ${S}/configure.ac
sed -i s:doc::g ${S}/Makefile.am
}
do_stage () {
autotools_stage_all
}