]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-moblin-tools: moving sreadahead to task-moblin-boot
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 5 Nov 2008 11:22:20 +0000 (12:22 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 5 Nov 2008 11:22:20 +0000 (12:22 +0100)
meta-moblin/packages/tasks/task-moblin-boot.bb
meta-moblin/packages/tasks/task-moblin-tools.bb

index 015b94bbaa4b3c75b7809fb7ac05d6247535a940..8067a828c16e9e6ed203fb7f8f162e9bb2e92fe9 100644 (file)
@@ -6,7 +6,7 @@ DESCRIPTION = "Task for Moblin - minimal bootable image"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 DEPENDS = "virtual/kernel"
 ALLOW_EMPTY = "1"
-PR = "r7"
+PR = "r8"
 
 #
 # Set by the machine configuration with packages essential for device bootup
@@ -25,6 +25,8 @@ RDEPENDS_task-moblin-boot = "\
     sysvinit \
     tinylogin \
     udev \
+    sreadahead \
+    sreadahead-generate \
     ${VIRTUAL-RUNTIME_update-alternatives} \
     ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
 
index 5a91d8e84316248c0dc7bfaad6280cd773fcfb10..f937c8b5bb51c3055e27762e9592e80cc7162ad2 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Debuggin and profiling tools tasks for Moblin"
-PR = "r3"
+PR = "r4"
 
 PACKAGES = "\
     task-moblin-tools-debug \
@@ -34,8 +34,7 @@ RDEPENDS_task-moblin-tools-profile = "\
     powertop \
     lttng-control \
     lttng-viewer \
-    sreadahead \
-    sreadahead-generate "
+    "
 
 RDEPENDS_task-moblin-tools-profile_qemux86 += "valgrind"