diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-03-20 10:58:13 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-03-20 10:58:13 +0000 |
commit | 95c3f2b582226e999784e17be341ecb2aae28016 (patch) | |
tree | cb281d0b926f1322c1fce9e02e5f030185198e9e /classes/native.bbclass | |
parent | 5ce940c025afaf965d8ffd1dbf08d23378963318 (diff) |
autotools.bbclass: Merge autotools_stage_all with changes in Poky. Removes a typo, adds libexec dir to staging list, works with cross.bbclass, removed info and man data which is pointless in staging and factors out repeated functionality into a separate function
Diffstat (limited to 'classes/native.bbclass')
-rw-r--r-- | classes/native.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/native.bbclass b/classes/native.bbclass index 43c71e16cf..4022cb09c0 100644 --- a/classes/native.bbclass +++ b/classes/native.bbclass @@ -80,7 +80,6 @@ do_stage () { then oe_runmake install else - export AUTOTOOLS_NATIVE_STAGE_BINARIES="1" autotools_stage_all fi fi |