]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-moblin-tools: Add sreadahead to the package list
authorSamuel Ortiz <sameo@linux.intel.com>
Mon, 3 Nov 2008 18:18:40 +0000 (19:18 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 3 Nov 2008 18:18:40 +0000 (19:18 +0100)
meta-moblin/packages/tasks/task-moblin-tools.bb

index 86ac7ff3644936bfcb51016064cbc65fec837fd3..5a91d8e84316248c0dc7bfaad6280cd773fcfb10 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Debuggin and profiling tools tasks for Moblin"
-PR = "r2"
+PR = "r3"
 
 PACKAGES = "\
     task-moblin-tools-debug \
@@ -33,8 +33,9 @@ RDEPENDS_task-moblin-tools-profile = "\
     oprofileui-server \
     powertop \
     lttng-control \
-    lttng-viewer"
-#    sreadahead"
+    lttng-viewer \
+    sreadahead \
+    sreadahead-generate "
 
 RDEPENDS_task-moblin-tools-profile_qemux86 += "valgrind"