mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
autotools.bbclass: Drop unused autotools_stage_dir dummy function
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -160,10 +160,6 @@ autotools_do_install() {
|
|||||||
oe_runmake 'DESTDIR=${D}' install
|
oe_runmake 'DESTDIR=${D}' install
|
||||||
}
|
}
|
||||||
|
|
||||||
autotools_stage_dir() {
|
|
||||||
sysroot_stage_dir $1 $2
|
|
||||||
}
|
|
||||||
|
|
||||||
inherit siteconfig
|
inherit siteconfig
|
||||||
|
|
||||||
EXPORT_FUNCTIONS do_configure do_install
|
EXPORT_FUNCTIONS do_configure do_install
|
||||||
|
|||||||
Reference in New Issue
Block a user