diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-26 15:38:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-27 11:10:57 +0000 |
commit | 7476df3fa2cf52cde6785e4fb4e4f59e6a525047 (patch) | |
tree | cbec5b2c011e4ad62ac569d69718c1456841f0ed /meta/classes/autotools.bbclass | |
parent | 35d44a438d4ed815dad36bd3dae9cd1085234bfe (diff) | |
download | poky-7476df3fa2cf52cde6785e4fb4e4f59e6a525047.tar.gz |
autotools.bbclass: Drop unused autotools_stage_dir dummy function
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r-- | meta/classes/autotools.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 78fa66f590..9f2d77644b 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -160,10 +160,6 @@ autotools_do_install() { | |||
160 | oe_runmake 'DESTDIR=${D}' install | 160 | oe_runmake 'DESTDIR=${D}' install |
161 | } | 161 | } |
162 | 162 | ||
163 | autotools_stage_dir() { | ||
164 | sysroot_stage_dir $1 $2 | ||
165 | } | ||
166 | |||
167 | inherit siteconfig | 163 | inherit siteconfig |
168 | 164 | ||
169 | EXPORT_FUNCTIONS do_configure do_install | 165 | EXPORT_FUNCTIONS do_configure do_install |