From: Koen Kooi Date: Sat, 16 Dec 2006 16:48:45 +0000 (+0000) Subject: task-proper-tools: add tar X-Git-Tag: Release-2010-05/1~9453^2~129^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9247ec7ac7b8ba0f7fba02314a4fac0299a6f09e;p=openembedded.git task-proper-tools: add tar --- diff --git a/packages/tasks/task-proper-tools.bb b/packages/tasks/task-proper-tools.bb index dccdd13bdf..9644e01e9a 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" +PR = "r3" PACKAGE_ARCH = "all" ALLOW_EMPTY_${PN} = "1" @@ -12,6 +12,7 @@ RDEPENDS = "\ sed \ wget \ patch \ + tar \ diffutils \ less \ vim \