diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-09-03 18:44:01 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-09-03 18:44:01 +0200 |
commit | bc6ce2f8b874b97b65ac8c6d61f0483bdf309565 (patch) | |
tree | 63418f2e681fca63394d1f1d35e5490eec2a08b5 /recipes/tasks/task-cli-tools-python.bb | |
parent | 7b21597db945fef852e17e54c9d82dd727b6594e (diff) |
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.
Diffstat (limited to 'recipes/tasks/task-cli-tools-python.bb')
-rw-r--r-- | recipes/tasks/task-cli-tools-python.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/tasks/task-cli-tools-python.bb b/recipes/tasks/task-cli-tools-python.bb new file mode 100644 index 0000000000..7c75084dd0 --- /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 \ +" |