task-devimage: fix RDEPENDS on kexec-tools.
authorAndrea Adami <andrea.adami@gmail.com>
Sat, 29 Jan 2011 16:46:53 +0000 (17:46 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Sat, 29 Jan 2011 16:55:50 +0000 (17:55 +0100)
* kexec and kdump are packaged separately
* bump PR

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/tasks/task-devimage.bb

index 0c8fdea..fc86f7a 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Image for development testing"
-PR = "r6"
+PR = "r7"
 LICENSE = "MIT"
 
 inherit task
@@ -14,7 +14,7 @@ RDEPENDS_${PN} = "\
     module-init-tools pcmciautils \
     wireless-tools wpa-supplicant \
     irda-utils acx-firmware \
-    kexec-tools \
+    kexec kdump \
     ${DEVIMAGE_EXTRA_RDEPENDS} \
     "