[OE-core] [PATCH] gnu-config: Deal with "make clean" breakage

Richard Purdie richard.purdie at linuxfoundation.org
Fri Oct 24 17:10:54 UTC 2014


On Fri, 2014-10-24 at 16:24 +0100, Paul Eggleton wrote:
> On Friday 24 October 2014 15:56:25 Richard Purdie wrote:
> > diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
> > b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index 00fa759..ee1621f
> > 100644
> > --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
> > +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
> > @@ -17,6 +17,10 @@ SRC_URI = "git://git.sv.gnu.org/config.git \
> > 
> >  S = "${WORKDIR}/git"
> > 
> > +do_configure () {
> > +	:
> > +}
> > +
> >  do_compile() {
> > 
> >  }
> 
> Would it be worth adding some comments here to explain why these functions are 
> being nulled out?

Done in the version in master-next.

Cheers,

Richard




More information about the Openembedded-core mailing list