]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cmd1.bbclass: Ensure ncurses is built and used for menuconfig tasks
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 May 2012 13:22:34 +0000 (13:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jun 2012 15:31:41 +0000 (16:31 +0100)
commitfe417e8a4d625c6933de72163d2fee52ac47f571
treedc9efe982ff909073226cca6563e7a149ab353b8
parentcb945328fe019c246c520904c02ca29d3798df07
cmd1.bbclass: Ensure ncurses is built and used for menuconfig tasks

Currently, the task just exits if something goes wrong. This adds the
ncurses-native dependency. It also adds a small delay before closing the
window so any messages displayed there can be seen.

Trying to get the kernel build system to correctly find and link with
our copy of ncurses is some kind of nightmare. I ended up having to add
it to HOST_LOADLIBES globally for this task which is rather nasty but I
couldn't find any other way.

[YOCTO #2513]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cml1.bbclass