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