module_strip bbclass: inherit class to get the kernel version method
authorKoen Kooi <koen@openembedded.org>
Mon, 4 Oct 2010 14:05:46 +0000 (16:05 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 4 Oct 2010 14:05:46 +0000 (16:05 +0200)
classes/module_strip.bbclass

index 998fb86..6a298fd 100644 (file)
@@ -1,5 +1,8 @@
 PACKAGESTRIPFUNCS += "do_strip_modules"
 
+# inherit to get get_kernelmajorversion();
+inherit linux-kernel-base
+
 # may be inherited by kernel.bbclass which sets KERNEL_MAJOR_VERSION
 KERNEL_MAJOR_VERSION ?= "${@get_kernelmajorversion('${KERNEL_VERSION}')}"