]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/module_strip: remove
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 12 Dec 2013 16:07:04 +0000 (16:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Dec 2013 22:31:12 +0000 (22:31 +0000)
This class has been empty since 2010, so we shouldn't need it anymore. A
check of common layers suggests there shouldn't be any references to it
outside of OE-Core.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass
meta/classes/module-base.bbclass
meta/classes/module_strip.bbclass [deleted file]

index 24ac7786db6dd491fe49d6895658705f7245deae..5fef446fb68103060b174995b6b874916ab704a6 100644 (file)
@@ -1,4 +1,4 @@
-inherit linux-kernel-base module_strip kernel-module-split
+inherit linux-kernel-base kernel-module-split
 
 PROVIDES += "virtual/kernel"
 DEPENDS += "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc kmod-native depmodwrapper-cross"
index 1589a90bec4ff61f6d389c915ab80e3bde12d804..9537ba9f4329ec217f3c0b7251b217745a8f739d 100644 (file)
@@ -1,5 +1,3 @@
-inherit module_strip
-
 inherit kernel-arch
 
 export OS = "${TARGET_OS}"
diff --git a/meta/classes/module_strip.bbclass b/meta/classes/module_strip.bbclass
deleted file mode 100644 (file)
index e69de29..0000000