From f091e6c78ac882deae3961939af57d5423560db3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 3 Jan 2009 18:34:00 +0000 Subject: Remove unneeded S variables --- meta/classes/native.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes/native.bbclass') diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 077ac9c8a3..1fb6e66ced 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass @@ -80,6 +80,8 @@ export oldincludedir = "${STAGING_DIR_NATIVE}${layout_includedir}" do_stage () { if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ] then + # If autotools is active, use the autotools staging function, else + # use our "make install" equivalent if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ] then oe_runmake install -- cgit v1.2.3-54-g00ecf