From: Chris Larson Date: Thu, 18 Nov 2004 20:49:10 +0000 (+0000) Subject: Move the module_strip inherit from module.oeclass into module-base.oeclass. X-Git-Tag: Release-2010-05/1~16152 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49bd79a06c76f161985d677b7deea68c654be5e8;p=openembedded.git Move the module_strip inherit from module.oeclass into module-base.oeclass. BKrev: 419d0ac60gCZjV5irrVqZw_j1lEcsw --- 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"