summaryrefslogtreecommitdiffstats
path: root/meta/classes/native.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-03 18:34:00 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-03 18:34:00 +0000
commitf091e6c78ac882deae3961939af57d5423560db3 (patch)
tree57b10065ec70e154aa6fdf59f96f4470ec6b50ed /meta/classes/native.bbclass
parent467b5bc1e0e02e4471b8cd6caf9b00308f7a2f00 (diff)
downloadpoky-f091e6c78ac882deae3961939af57d5423560db3.tar.gz
Remove unneeded S variables
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r--meta/classes/native.bbclass2
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}"
80do_stage () { 80do_stage () {
81 if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ] 81 if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ]
82 then 82 then
83 # If autotools is active, use the autotools staging function, else
84 # use our "make install" equivalent
83 if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ] 85 if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ]
84 then 86 then
85 oe_runmake install 87 oe_runmake install