mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02: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
|
||||
}
|
||||
|
||||
autotools_stage_dir() {
|
||||
sysroot_stage_dir $1 $2
|
||||
}
|
||||
|
||||
inherit siteconfig
|
||||
|
||||
EXPORT_FUNCTIONS do_configure do_install
|
||||
|
||||
Reference in New Issue
Block a user