[OE-core] [PATCH 1/1] linuxdoc-tools: add dependency on texinfo

Slater, Joseph joe.slater at windriver.com
Tue Nov 12 19:02:08 UTC 2013


I believe we will use the host makeinfo, if that exists, so we
won't automatically build texinfo-native.  But, if we are building
it at the same time we are trying to run makeinfo, we might get
"our" version instead of the host's, and our version might not be
fully installed.  At least, that looks like what happened for the
build failure this patch attempts to fix.

Joe


> -----Original Message-----
> From: Richard Purdie [mailto:richard.purdie at linuxfoundation.org]
> Sent: Tuesday, November 12, 2013 2:47 AM
> To: Slater, Joseph
> Cc: openembedded-core at lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 1/1] linuxdoc-tools: add dependency on texinfo
> 
> On Fri, 2013-11-08 at 13:49 -0800, Joe Slater wrote:
> > We do run makeinfo, so we want to DEPEND on texinfo-native.
> 
> makeinfo is checked for by the sanity tests so we require it be present?
> 
> Cheers,
> 
> Richard
> 
> > Signed-off-by: Joe Slater <jslater at windriver.com>
> > ---
> >  .../linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
> b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
> > index ba9c72e..d8122e6 100644
> > --- a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
> > +++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
> > @@ -4,7 +4,7 @@ HOMEPAGE = "http://packages.debian.org/linuxdoc-tools"
> >  LICENSE = "GPLv3+"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931"
> >
> > -DEPENDS = "groff-native openjade-native"
> > +DEPENDS = "groff-native openjade-native texinfo-native"
> >
> >
> >  SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.gz \
> 



More information about the Openembedded-core mailing list