Re: [OE-core] [PATCH v2 1/3] cmake-native: Enable ccmake by default and depend on ncurses

2019-04-05 Thread Nathan Rossi
On Fri, 5 Apr 2019 at 02:31, Khem Raj wrote: > > > > On Wed, Apr 3, 2019 at 9:36 PM Nathan Rossi wrote: >> >> On Thu, 4 Apr 2019 at 13:48, Khem Raj wrote: >> > >> > On Wed, Apr 3, 2019 at 8:28 PM Nathan Rossi wrote: >> > > >> > > On Thu, 4 Apr 2019 at 03:02, Khem Raj wrote: >> > > > >> > > >

Re: [OE-core] [PATCH v2 1/3] cmake-native: Enable ccmake by default and depend on ncurses

2019-04-04 Thread Khem Raj
On Wed, Apr 3, 2019 at 9:36 PM Nathan Rossi wrote: > On Thu, 4 Apr 2019 at 13:48, Khem Raj wrote: > > > > On Wed, Apr 3, 2019 at 8:28 PM Nathan Rossi > wrote: > > > > > > On Thu, 4 Apr 2019 at 03:02, Khem Raj wrote: > > > > > > > > On Wed, Apr 3, 2019 at 2:26 AM Bach, Pascal > wrote: > > > >

Re: [OE-core] [PATCH v2 1/3] cmake-native: Enable ccmake by default and depend on ncurses

2019-04-03 Thread Nathan Rossi
On Thu, 4 Apr 2019 at 13:48, Khem Raj wrote: > > On Wed, Apr 3, 2019 at 8:28 PM Nathan Rossi wrote: > > > > On Thu, 4 Apr 2019 at 03:02, Khem Raj wrote: > > > > > > On Wed, Apr 3, 2019 at 2:26 AM Bach, Pascal > > > wrote: > > > > > > > > > > > > > > Enable the building of the curses based ui

Re: [OE-core] [PATCH v2 1/3] cmake-native: Enable ccmake by default and depend on ncurses

2019-04-03 Thread Khem Raj
On Wed, Apr 3, 2019 at 8:28 PM Nathan Rossi wrote: > > On Thu, 4 Apr 2019 at 03:02, Khem Raj wrote: > > > > On Wed, Apr 3, 2019 at 2:26 AM Bach, Pascal wrote: > > > > > > > > > > > Enable the building of the curses based ui for cmake. This depends on > > > > ncurses. > > > > > > I think this is

Re: [OE-core] [PATCH v2 1/3] cmake-native: Enable ccmake by default and depend on ncurses

2019-04-03 Thread Nathan Rossi
On Thu, 4 Apr 2019 at 03:02, Khem Raj wrote: > > On Wed, Apr 3, 2019 at 2:26 AM Bach, Pascal wrote: > > > > > > > > Enable the building of the curses based ui for cmake. This depends on > > > ncurses. > > > > I think this is acceptable. It might also be useful for people wanting to > > use

Re: [OE-core] [PATCH v2 1/3] cmake-native: Enable ccmake by default and depend on ncurses

2019-04-03 Thread Khem Raj
On Wed, Apr 3, 2019 at 2:26 AM Bach, Pascal wrote: > > > > > Enable the building of the curses based ui for cmake. This depends on > > ncurses. > > I think this is acceptable. It might also be useful for people wanting to use > ccmake inside an SDK. > Adding dependencies do serialize builds and

Re: [OE-core] [PATCH v2 1/3] cmake-native: Enable ccmake by default and depend on ncurses

2019-04-03 Thread Bach, Pascal
> > Enable the building of the curses based ui for cmake. This depends on > ncurses. I think this is acceptable. It might also be useful for people wanting to use ccmake inside an SDK. > Signed-off-by: Nathan Rossi > --- > This patch suggests enabling this in the cmake-native recipe, however

[OE-core] [PATCH v2 1/3] cmake-native: Enable ccmake by default and depend on ncurses

2019-04-02 Thread Nathan Rossi
Enable the building of the curses based ui for cmake. This depends on ncurses. Signed-off-by: Nathan Rossi --- This patch suggests enabling this in the cmake-native recipe, however this might be undesirable for bootstrapping reasons. Whilst ccmake is not used normally the added dependency on