aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-08-23 09:11:41 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-08-23 09:11:41 +0000
commit8348123489a5e940854b996218c6da4421c61c62 (patch)
tree999a37d54db18e1d9512fb7c0c7ff40577eae4e0 /packages/tasks
parent9dcc71fa2cfbad7a421f58052da2d78ea11418c9 (diff)
downloadopenembedded-8348123489a5e940854b996218c6da4421c61c62.tar.gz
task-proper-tools: use task.bbclass
Diffstat (limited to 'packages/tasks')
-rw-r--r--packages/tasks/task-proper-tools.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/tasks/task-proper-tools.bb b/packages/tasks/task-proper-tools.bb
index f9d3f7bfc7..1610854bc0 100644
--- a/packages/tasks/task-proper-tools.bb
+++ b/packages/tasks/task-proper-tools.bb
@@ -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 \