[oe-commits] Michael 'Mickey' Lauer : task-cli-tools[-python]: factor python-based cli tools out of common recipe to improve build time for those who don 't need/want any of the python-based ones.

git version control git at git.openembedded.org
Thu Sep 3 16:44:40 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Sep  3 18:44:01 2009 +0200

task-cli-tools[-python]: factor python-based cli tools out of common recipe to improve build time for those who don't need/want any of the python-based ones.

---

 recipes/tasks/task-cli-tools-python.bb |   12 ++++++++++++
 recipes/tasks/task-cli-tools.bb        |   11 +++--------
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/recipes/tasks/task-cli-tools-python.bb b/recipes/tasks/task-cli-tools-python.bb
new file mode 100644
index 0000000..7c75084
--- /dev/null
+++ b/recipes/tasks/task-cli-tools-python.bb
@@ -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 \
+"
diff --git a/recipes/tasks/task-cli-tools.bb b/recipes/tasks/task-cli-tools.bb
index e05fa39..0110a8d 100644
--- a/recipes/tasks/task-cli-tools.bb
+++ b/recipes/tasks/task-cli-tools.bb
@@ -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 \
-"





More information about the Openembedded-commits mailing list