diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2008-11-03 19:18:40 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2008-11-03 19:18:40 +0100 |
commit | 1b7873fae984f29a3953e3601f543a29194fdaad (patch) | |
tree | 55f0e0e538a86925c149ef055cf73aebca9e1d45 | |
parent | bebb376e62f94fec5caa1abb6141a6e6728ae95f (diff) | |
download | poky-1b7873fae984f29a3953e3601f543a29194fdaad.tar.gz |
task-moblin-tools: Add sreadahead to the package list
-rw-r--r-- | meta-moblin/packages/tasks/task-moblin-tools.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-moblin/packages/tasks/task-moblin-tools.bb b/meta-moblin/packages/tasks/task-moblin-tools.bb index 86ac7ff364..5a91d8e843 100644 --- a/meta-moblin/packages/tasks/task-moblin-tools.bb +++ b/meta-moblin/packages/tasks/task-moblin-tools.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Debuggin and profiling tools tasks for Moblin" | 5 | DESCRIPTION = "Debuggin and profiling tools tasks for Moblin" |
6 | PR = "r2" | 6 | PR = "r3" |
7 | 7 | ||
8 | PACKAGES = "\ | 8 | PACKAGES = "\ |
9 | task-moblin-tools-debug \ | 9 | task-moblin-tools-debug \ |
@@ -33,8 +33,9 @@ RDEPENDS_task-moblin-tools-profile = "\ | |||
33 | oprofileui-server \ | 33 | oprofileui-server \ |
34 | powertop \ | 34 | powertop \ |
35 | lttng-control \ | 35 | lttng-control \ |
36 | lttng-viewer" | 36 | lttng-viewer \ |
37 | # sreadahead" | 37 | sreadahead \ |
38 | sreadahead-generate " | ||
38 | 39 | ||
39 | RDEPENDS_task-moblin-tools-profile_qemux86 += "valgrind" | 40 | RDEPENDS_task-moblin-tools-profile_qemux86 += "valgrind" |
40 | 41 | ||