]> code.ossystems Code Review - openembedded-core.git/commitdiff
task.bbclass: Drop deprecated class
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 May 2013 07:36:42 +0000 (08:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 May 2013 08:14:38 +0000 (09:14 +0100)
Any users have had time to adapt to this change by now, drop the old class.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/task.bbclass [deleted file]

diff --git a/meta/classes/task.bbclass b/meta/classes/task.bbclass
deleted file mode 100644 (file)
index 28db500..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-python __anonymous() {
-    bb.warn("%s: task.bbclass is deprecated, please inherit packagegroup instead" % d.getVar("PN", True))
-}
-
-inherit packagegroup
-