task-cli-tools: ship utils that require python seperately (for system with low space...
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 3 Nov 2008 02:39:55 +0000 (03:39 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 3 Nov 2008 15:16:11 +0000 (16:16 +0100)
packages/tasks/task-cli-tools.bb

index 8bc4b83..e69c292 100644 (file)
@@ -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 \
+"