1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 13:49:49 +00:00

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
+5
View File
@@ -0,0 +1,5 @@
inherit autotools
do_stage () {
autotools_stage_all
}