Move the module_strip inherit from module.oeclass into module-base.oeclass.
authorChris Larson <clarson@kergoth.com>
Thu, 18 Nov 2004 20:49:10 +0000 (20:49 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 18 Nov 2004 20:49:10 +0000 (20:49 +0000)
BKrev: 419d0ac60gCZjV5irrVqZw_j1lEcsw

classes/module-base.oeclass
classes/module.oeclass

index 20827ab..daa8978 100644 (file)
@@ -1,3 +1,5 @@
+inherit module_strip
+
 export ARCH = "${TARGET_ARCH}"
 export ARCH_i686 = "i386"
 export ARCH_mipsel = "mips"
index f4e3ef2..669e1f3 100644 (file)
@@ -1,5 +1,3 @@
-inherit module_strip
-
 RDEPENDS += "kernel (${KERNEL_VERSION})"
 DEPENDS += "virtual/kernel"