[oe-commits] Richard Purdie : task.bbclass: Drop deprecated class

git at git.openembedded.org git at git.openembedded.org
Tue May 21 12:10:45 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 9b64b68c93c71c503ef26fa440b974b82438dc88
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9b64b68c93c71c503ef26fa440b974b82438dc88

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue May 21 08:36:42 2013 +0100

task.bbclass: Drop deprecated class

Any users have had time to adapt to this change by now, drop the old class.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/task.bbclass |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/meta/classes/task.bbclass b/meta/classes/task.bbclass
deleted file mode 100644
index 28db500..0000000
--- a/meta/classes/task.bbclass
+++ /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
-



More information about the Openembedded-commits mailing list