aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-16 21:35:20 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-16 21:35:20 +0000
commita87aab60fd2b88af5e27878c3f4093b51276f184 (patch)
tree1e27c9f9df4f1889f861a17507e7c35b0ad4ed7f
parent138e0fd1da6c5956dcdb1398405dd23276a335d8 (diff)
downloadopenembedded-a87aab60fd2b88af5e27878c3f4093b51276f184.tar.gz
task-proper-tools: change description, added some comments
-rw-r--r--packages/tasks/task-proper-tools.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/tasks/task-proper-tools.bb b/packages/tasks/task-proper-tools.bb
index 9644e01e9a..f9d3f7bfc7 100644
--- a/packages/tasks/task-proper-tools.bb
+++ b/packages/tasks/task-proper-tools.bb
@@ -1,5 +1,5 @@
-DESCRIPTION = "Proper tools for busybox haters"
-PR = "r3"
+DESCRIPTION = "Full versions of tools provided by busybox"
+PR = "r4"
PACKAGE_ARCH = "all"
ALLOW_EMPTY_${PN} = "1"
@@ -21,4 +21,8 @@ RDEPENDS = "\
module-init-tools \
"
-
+#
+# binutils-symlinks provide ar in a way which conflict with busybox - #1465 for more info
+#
+# busybox tar does not understand '--no-same-owner' option which bitbake use
+#