From 7d9e2e530ed732967924294c9616841a059e5c24 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 17 Nov 2009 10:32:45 +0000 Subject: cross.bbclass: Adjust the core class staging method as all users have been vetted and won't be affected Signed-off-by: Richard Purdie --- meta/classes/cross.bbclass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/classes/cross.bbclass') diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index 5cabfa8787..e38d53ced9 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass @@ -40,12 +40,12 @@ exec_prefix = "${prefix}" base_sbindir = "${base_prefix}/bin" sbindir = "${exec_prefix}/bin" -do_stage () { - oe_runmake install +do_install () { + oe_runmake 'DESTDIR=${D}' install } -do_install () { - : +do_stage () { + autotools_stage_all } # -- cgit v1.2.3-54-g00ecf