diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-03-19 15:35:13 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-03-19 15:35:13 +0000 |
| commit | 38854a11011a6bed662a09214356d1aaace9fd7a (patch) | |
| tree | db7496733477c74c7e722080b1b9b2ed6ff5b3c8 /meta/classes/autotools.bbclass | |
| parent | 90552a3545d1db29f95a1dc9e4ec9b7f68084bcc (diff) | |
| download | poky-38854a11011a6bed662a09214356d1aaace9fd7a.tar.gz | |
autotools.bbclass/native.bbclass: Use autotools_stage_all instead of oe_runmake install for staging autotooled native packages (from OE.dev)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4056 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/autotools.bbclass')
| -rw-r--r-- | meta/classes/autotools.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 733ee81e14..7a87cc0bf8 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | inherit base | 1 | inherit base |
| 2 | 2 | ||
| 3 | # use autotools_stage_all for native packages | ||
| 4 | AUTOTOOLS_NATIVE_STAGE_INSTALL = "1" | ||
| 5 | |||
| 3 | def autotools_dep_prepend(d): | 6 | def autotools_dep_prepend(d): |
| 4 | import bb; | 7 | import bb; |
| 5 | 8 | ||
