aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-01-29 17:46:53 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-01-29 17:55:50 +0100
commitd6ff3137e88cba36fad4eeffb29b5c2afcaeedb3 (patch)
treeedc976b34ccfdff5f95d0e4af5350520f4aa2a9e /recipes/tasks
parent683cc7059967fd50adb5df9e55d9a45f6d150279 (diff)
downloadopenembedded-d6ff3137e88cba36fad4eeffb29b5c2afcaeedb3.tar.gz
task-devimage: fix RDEPENDS on kexec-tools.
* kexec and kdump are packaged separately * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/tasks')
-rw-r--r--recipes/tasks/task-devimage.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tasks/task-devimage.bb b/recipes/tasks/task-devimage.bb
index 0c8fdea32c..fc86f7a3e2 100644
--- a/recipes/tasks/task-devimage.bb
+++ b/recipes/tasks/task-devimage.bb
@@ -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} \
"