autotools.bbclass: Drop unused autotools_stage_dir dummy function

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-01-26 15:38:31 +00:00
parent 35d44a438d
commit 7476df3fa2

View File

@@ -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