task-proper-tools: use task.bbclass
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 23 Aug 2007 09:11:41 +0000 (09:11 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 23 Aug 2007 09:11:41 +0000 (09:11 +0000)
packages/tasks/task-proper-tools.bb

index f9d3f7b..1610854 100644 (file)
@@ -1,10 +1,9 @@
 DESCRIPTION = "Full versions of tools provided by busybox"
-PR = "r4"
+PR = "r5"
 
-PACKAGE_ARCH = "all"
-ALLOW_EMPTY_${PN} = "1"
+inherit task
 
-RDEPENDS = "\
+RDEPENDS_${PN} = "\
             coreutils \
            findutils \
            util-linux \