[OE-core] [PATCH 1/5] bc: Use texinfo class

Richard Purdie richard.purdie at linuxfoundation.org
Tue Jan 28 16:18:42 UTC 2020


On Tue, 2020-01-28 at 16:58 +0100, Jacob Kroon wrote:
> On 1/28/20 4:16 PM, Richard Purdie wrote:
> > This recipe uses makeinfo so inherit the class which can provide
> > it.
> > 
> > Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
> > ---
> >   meta/recipes-extended/bc/bc_1.07.1.bb | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta/recipes-extended/bc/bc_1.07.1.bb b/meta/recipes-
> > extended/bc/bc_1.07.1.bb
> > index 4a51302492d..61fc6486538 100644
> > --- a/meta/recipes-extended/bc/bc_1.07.1.bb
> > +++ b/meta/recipes-extended/bc/bc_1.07.1.bb
> > @@ -18,7 +18,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
> >   SRC_URI[md5sum] = "cda93857418655ea43590736fc3ca9fc"
> >   SRC_URI[sha256sum] =
> > "62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a"
> >   
> > -inherit autotools texinfo update-alternatives
> > +inherit autotools texinfo update-alternatives texinfo
> > 
> 
> Looks like it already inherits texinfo ^^^

Er, yes! :)

The class wasn't working originally so we can just ignore this patch.

Cheers,

Richard



More information about the Openembedded-core mailing list