* Martin Jansa <[email protected]> [140107 14:08]: > On Tue, Jan 07, 2014 at 01:39:49PM +0100, Anders Darander wrote: > > diff --git a/meta-oe/recipes-kernel/ktap/ktap_0.4.bb > > b/meta-oe/recipes-kernel/ktap/ktap_0.4.bb > > index f5dd62f..a703aec 100644 > > --- a/meta-oe/recipes-kernel/ktap/ktap_0.4.bb > > +++ b/meta-oe/recipes-kernel/ktap/ktap_0.4.bb > > @@ -5,8 +5,18 @@ require ktap.inc > > SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux" > > DEPENDS = "ktap-module"
> > +#Available package configs: > > +# libelf - needed to resolve symbols in DSO and for sdt > > +# ffi - only supports x86_64 for now!. Needs to be enabled for > > ktap-module too. > > +PACKAGECONFIG ?= "libelf" > > + > > +PACKAGECONFIG[libelf] = ",,elfutils" > > +PACKAGECONFIG[ffi] = "" > This line is already in ktap.inc Ah, damn it... Thanks for spotting this! I had it here first, before realising that I needed the same options for ktap-module. I'll wait a day or two before I respin the patch, to allow for anyone else to comment on it. Cheers, Anders > Otherwise looks good, I like deterministic shiny things. -- Anders Darander ChargeStorm AB / eStorm AB _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
