[oe] [meta-oe][PATCH v2] Ply: Add recipe for git version

Leo Yan leo.yan at linaro.org
Sun Feb 23 12:52:31 UTC 2020


Hi Alex,

On Fri, Feb 21, 2020 at 05:08:22PM +0000, Alex Kiernan wrote:

[...]

> > +do_configure_prepend() {
> > +    ( cd ${S}; ./autogen.sh; cd - )
> > +}
> > +
> > +do_configure() {
> > +    ( cd ${S}; ./configure --host=${TARGET_SYS} --prefix=${D}${prefix}; cd - )
> > +}
> > +
> > +do_compile() {
> > +    ( cd ${S}; oe_runmake; cd - )
> > +}
> > +
> > +do_install() {
> > +    ( cd ${S}; oe_runmake install; cd - )
> > +}
> > +
> 
> Can't all of these do_...  steps be replaced with `inherit autotools-brokensep`?

Have tested with 'autotools-brokensep', it works very well for ply
building.  Thanks a lot for this good suggestion!

Thanks,
Leo


More information about the Openembedded-devel mailing list