diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-19 13:03:25 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-19 13:03:25 +0000 |
commit | 8997c7132b2f2c681a25869862787bbfcb2a1baf (patch) | |
tree | 7f15448c06eb96a1115fe9c1ae31e81c65822f39 /packages/tasks/task-proper-tools.bb | |
parent | 378b7ec5b0c5dd38ec0d7d4e69c4078e6c22acca (diff) | |
parent | 4085ace5b4bea5cfbf73db10fdadc05b68108afa (diff) |
merge of '1df6d041b2c60bf99f158bc629911c2bd43cb76b'
and 'f5f0e13e97c221bdaa5281f17bf2ce322fc3ea4b'
Diffstat (limited to 'packages/tasks/task-proper-tools.bb')
-rw-r--r-- | packages/tasks/task-proper-tools.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/tasks/task-proper-tools.bb b/packages/tasks/task-proper-tools.bb index dccdd13bdf..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 = "r2" +DESCRIPTION = "Full versions of tools provided by busybox" +PR = "r4" PACKAGE_ARCH = "all" ALLOW_EMPTY_${PN} = "1" @@ -12,6 +12,7 @@ RDEPENDS = "\ sed \ wget \ patch \ + tar \ diffutils \ less \ vim \ @@ -20,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 +# |