diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-18 20:49:10 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-18 20:49:10 +0000 |
commit | 49bd79a06c76f161985d677b7deea68c654be5e8 (patch) | |
tree | c8e5bf65483d96e487a06ae5c828553c4f6c6975 /classes/module-base.oeclass | |
parent | 84cbf978c7f14fa3bd81c0a64a6dadcd02c0e1c1 (diff) |
Move the module_strip inherit from module.oeclass into module-base.oeclass.
BKrev: 419d0ac60gCZjV5irrVqZw_j1lEcsw
Diffstat (limited to 'classes/module-base.oeclass')
-rw-r--r-- | classes/module-base.oeclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/module-base.oeclass b/classes/module-base.oeclass index 20827ab385..daa8978616 100644 --- a/classes/module-base.oeclass +++ b/classes/module-base.oeclass @@ -1,3 +1,5 @@ +inherit module_strip + export ARCH = "${TARGET_ARCH}" export ARCH_i686 = "i386" export ARCH_mipsel = "mips" |