mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
classes/autotools_stage.bbclass: Add autotools_stage class to simplify recipes using standard autotools
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user