Re: [OE-core] Using boost-program-options and native

2017-04-13 Thread thilo.ceston...@ts.fujitsu.com
Am Donnerstag, den 13.04.2017, 08:53 +0200 schrieb Phil Wise: > On 13.04.2017 08:34, Patrick Ohly wrote: > > On Wed, 2017-04-12 at 13:47 +, thilo.ceston...@ts.fujitsu.com wrote: > > > I want to build a tool which makes use of boost-program-options lib. As > > > long as I compile for the

Re: [OE-core] Using boost-program-options and native

2017-04-13 Thread Phil Wise
On 13.04.2017 08:34, Patrick Ohly wrote: > On Wed, 2017-04-12 at 13:47 +, thilo.ceston...@ts.fujitsu.com wrote: >> I want to build a tool which makes use of boost-program-options lib. As long >> as I compile for the target, all is fine, but when I add >>> BBCLASSEXTEND += "native" >> to my

Re: [OE-core] Using boost-program-options and native

2017-04-13 Thread Patrick Ohly
On Wed, 2017-04-12 at 13:47 +, thilo.ceston...@ts.fujitsu.com wrote: > Hey all! > > I want to build a tool which makes use of boost-program-options lib. As long > as I compile for the target, all is fine, but when I add > > BBCLASSEXTEND += "native" > to my recipe, I a bitbake error "Nothing

[OE-core] Using boost-program-options and native

2017-04-12 Thread thilo.ceston...@ts.fujitsu.com
Hey all! I want to build a tool which makes use of boost-program-options lib. As long as I compile for the target, all is fine, but when I add > BBCLASSEXTEND += "native" to my recipe, I a bitbake error "Nothing Provides" ... :( > ERROR: Required build target 'mytool-native' has no buildable