git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
683cc70
)
task-devimage: fix RDEPENDS on kexec-tools.
author
Andrea Adami
<andrea.adami@gmail.com>
Sat, 29 Jan 2011 16:46:53 +0000
(17:46 +0100)
committer
Andrea 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
patch
|
blob
|
history
diff --git
a/recipes/tasks/task-devimage.bb
b/recipes/tasks/task-devimage.bb
index
0c8fdea
..
fc86f7a
100644
(file)
--- a/
recipes/tasks/task-devimage.bb
+++ b/
recipes/tasks/task-devimage.bb
@@
-1,5
+1,5
@@
DESCRIPTION = "Image for development testing"
-PR = "r
6
"
+PR = "r
7
"
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} \
"