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

@@ -7,11 +7,7 @@ DEPENDS = "clutter-0.8"
# The main clutter lib is machine specific so we need to be too
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit autotools pkgconfig gtk-doc
do_stage () {
autotools_stage_all
}
inherit autotools_stage pkgconfig gtk-doc
do_install_append () {
install -d ${D}${bindir}