mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
classes/autotools_stage.bbclass: Add autotools_stage class to simplify recipes using standard autotools
This commit is contained in:
@@ -12,8 +12,4 @@ PV = "2.4.0+git${SRCREV}"
|
||||
|
||||
LEAD_SONAME = "libdrm.so"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
inherit autotools_stage pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user