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.oeclass | |
parent | 84cbf978c7f14fa3bd81c0a64a6dadcd02c0e1c1 (diff) |
Move the module_strip inherit from module.oeclass into module-base.oeclass.
BKrev: 419d0ac60gCZjV5irrVqZw_j1lEcsw
Diffstat (limited to 'classes/module.oeclass')
-rw-r--r-- | classes/module.oeclass | 2 |
1 files changed, 0 insertions, 2 deletions
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" |