On Thu, Jun 30, 2016 at 12:46 PM, Joe Slater <[email protected]> wrote:
> +PACKAGECONFIG ??= "gnutls lz4 libproxy" > + > +# config defaults > +PACKAGECONFIG[gnutls] = ",--without-gnutls,gnutls," > +PACKAGECONFIG[lz4] = ",--without-lz4,lz4," > +PACKAGECONFIG[libproxy] = ",--without-libproxy,libproxy," > + > +# not config defaults > +PACKAGECONFIG[pcsc-lite] = ",--without-libpcsclite,pcsc-lite," > Why are the options not being passed for the enabled case, here? We prefer to be explicit, rather than relying on defaults. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
