diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-03 03:39:55 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-03 16:16:11 +0100 |
commit | 8156545fea7df858b61a98dd8cba2c1bd2d1754c (patch) | |
tree | 6bccac00923d69362b51f6a38b50f0d599a35a7c /packages/tasks | |
parent | edbb2e054166f3414e8a604a2b4f2ef8d775c02a (diff) |
task-cli-tools: ship utils that require python seperately (for system with low space requirements)
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-cli-tools.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/tasks/task-cli-tools.bb b/packages/tasks/task-cli-tools.bb index 8bc4b83211..e69c2924a2 100644 --- a/packages/tasks/task-cli-tools.bb +++ b/packages/tasks/task-cli-tools.bb @@ -2,17 +2,17 @@ DESCRIPTION = "A set of command line tools" SECTION = "console" LICENSE = "MIT" PV = "1.0" -PR = "r0" +PR = "r1" inherit task +PACKAGES += "${PN}-python" + RDEPENDS_${PN} = "\ dosfstools \ htop \ iptables \ lsof \ - mickeydbus \ - mickeyterm \ mtd-utils \ nano \ powertop \ @@ -27,3 +27,7 @@ RDEPENDS_${PN}_append_om-gta02 = "\ s3c24xx-gpio \ " +RDEPENDS_${PN}-python = "\ + mickeydbus \ + mickeyterm \ +" |