On Tue, Mar 23, 2010 at 8:06 PM, Scott Garman <[email protected]> wrote: > Hi all, > > I noticed in my attempt to convert zlib to use BBCLASSEXTEND that > sdk.bbclass has been deprecated, and that the new way is to use > nativesdk.bbclass. This is confirmed by the fact that the Poky recipe for > zlib uses: > > BBCLASSEXTEND = "native nativesdk" > > However, if I use this in the OE recipe, bitbake no longer knows how to > build zlib-sdk. And zlib-sdk is listed in DEPENDS in a small handful of > packages. > > It seems to me the correct course of action is to use nativesdk in > BBCLASSEXTEND and rename the dependencies on other recipes, yes?
you should rename the dependencies on zlib-sdk to zlib-nativesdk wherever they exist. > > Thanks, > > Scott > > -- > Scott Garman > sgarman at zenlinux dot com > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
