Re: [yocto] Set ${WORKDIR}/build to ${S}

2016-10-18 Thread Pascal Bach
there a way to tell do_configure to use ${S} and not ${WORKDIR}/build. > Sure set > B = "${S}" Instead of setting this I suggest using "inherit autotools-brokensep" this clearly indicates that out of tree builds are broken Pascal -- ___ yocto

Re: [yocto] Set ${WORKDIR}/build to ${S}

2016-10-18 Thread Anders Darander
* Bipnesh, Abhinav (Abhinav) [161018 14:06]: > I am trying to write a recipe for one of the library. It uses a > somewhat modified autotools for building the complete code base. The > issue I am facing here is that when do_configure run it put the > generated files in