task-cli-tools[-python]: factor python-based cli tools out of common recipe to improv...
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 3 Sep 2009 16:44:01 +0000 (18:44 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 3 Sep 2009 16:44:01 +0000 (18:44 +0200)
recipes/tasks/task-cli-tools-python.bb [new file with mode: 0644]
recipes/tasks/task-cli-tools.bb

diff --git a/recipes/tasks/task-cli-tools-python.bb b/recipes/tasks/task-cli-tools-python.bb
new file mode 100644 (file)
index 0000000..7c75084
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "A set of python-based command line tools"
+SECTION = "console"
+LICENSE = "MIT"
+PV = "1.0"
+PR = "r8"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+  mickeydbus \
+  mickeyterm \
+"
index e05fa39..0110a8d 100644 (file)
@@ -1,12 +1,12 @@
-DESCRIPTION = "A set of command line tools, python tools-based tools, debug tools"
+DESCRIPTION = "A set of command line tools useful for debugging"
 SECTION = "console"
 LICENSE = "MIT"
 PV = "1.0"
-PR = "r7"
+PR = "r8"
 
 inherit task
 
-PACKAGES += "${PN}-debug ${PN}-python"
+PACKAGES += "${PN}-debug"
 
 RDEPENDS_${PN} = "\
   dosfstools \
@@ -34,8 +34,3 @@ RDEPENDS_${PN}-debug = "\
   s3c64xx-gpio \
   strace \
 "
-
-RDEPENDS_${PN}-python = "\
-  mickeydbus \
-  mickeyterm \
-"