diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-03 18:34:00 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-03 18:34:00 +0000 |
commit | f091e6c78ac882deae3961939af57d5423560db3 (patch) | |
tree | 57b10065ec70e154aa6fdf59f96f4470ec6b50ed /meta/classes/native.bbclass | |
parent | 467b5bc1e0e02e4471b8cd6caf9b00308f7a2f00 (diff) | |
download | openembedded-core-f091e6c78ac882deae3961939af57d5423560db3.tar.gz openembedded-core-f091e6c78ac882deae3961939af57d5423560db3.tar.bz2 openembedded-core-f091e6c78ac882deae3961939af57d5423560db3.zip |
Remove unneeded S variables
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r-- | meta/classes/native.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
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 |