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 | |
parent | 84cbf978c7f14fa3bd81c0a64a6dadcd02c0e1c1 (diff) |
Move the module_strip inherit from module.oeclass into module-base.oeclass.
BKrev: 419d0ac60gCZjV5irrVqZw_j1lEcsw
Diffstat (limited to 'classes')
-rw-r--r-- | classes/module-base.oeclass | 2 | ||||
-rw-r--r-- | classes/module.oeclass | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/classes/module.oeclass b/classes/module.oeclass index f4e3ef2075..669e1f3d18 100644 --- a/classes/module.oeclass +++ b/classes/module.oeclass @@ -1,5 +1,3 @@ -inherit module_strip - RDEPENDS += "kernel (${KERNEL_VERSION})" DEPENDS += "virtual/kernel" |