[oe-commits] Michael 'Mickey' Lauer : task-cli-tools: ship utils that require python seperately ( for system with low space requirements)

GIT User account git at amethyst.openembedded.net
Mon Nov 3 15:24:35 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8156545fea7df858b61a98dd8cba2c1bd2d1754c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8156545fea7df858b61a98dd8cba2c1bd2d1754c

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Nov  3 03:39:55 2008 +0100

task-cli-tools: ship utils that require python seperately (for system with low space requirements)

---

 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 8bc4b83..e69c292 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 \
+"





More information about the Openembedded-commits mailing list