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 mailing

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 build directory. Below is th

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

2016-10-18 Thread Bipnesh, Abhinav (Abhinav)
Hi, 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 build directory. Below is the layout S = "${WORKDIR}/xerces-c-src_2_8_0/sr