kernel.bbclass: remove unintended change of INITRAMFS_TASK

* during an unfortunate round of tests right before commiting the patch
* do_configure[depends] became  kernel_do_configure[depends]
* Nonsense!
* As documented in commit 4dfef62dfe54a3b2c557a6df81d155adc1e03ccb
* of OpenEmbedded git server, this must be in do_configure[depends]
* to do the magic.

(From OE-Core rev: df31400ef89c14b45860feb906d4355d5f7de0c7)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andrea Adami 2011-07-14 00:50:26 +02:00 committed by Richard Purdie
parent 122ccf2657
commit ffaf73eb9e
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ kernel_do_configure() {
fi
}
kernel_do_configure[depends] += "${INITRAMFS_TASK}"
do_configure[depends] += "${INITRAMFS_TASK}"
do_menuconfig() {
export DISPLAY='${DISPLAY}'